Re: Substitute in Line Item Test (BSEG-GSBER)
Hello Sir, I'm also facing the same problem, I referred your code which exactly fulfill my requirement. Sir while I'm declaring like below form usdn using bool_data type...
View ArticleRe: Substitute in Line Item Test (BSEG-GSBER)
How did you define the form in get_exit_titles, use C_EXIT_PARAM_CLASS and not C_EXIT_PARAM_NONE ? Regards,Raymond
View ArticleRe: Substitute in Line Item Test (BSEG-GSBER)
Hello Sir, As you said I changed EXIT-PARAM to C_EXIT_PARAM_CLASS, but after changing this debugger is not triggering. When I'm using CLASS my EXIT name is not coming in GGB1. Please...
View ArticleRe: How to set user specific Screen Variants using SHD0?
Hi, If you want to create variant for user specific, As discussed in the above messages try creation and thereafter create user group and assign user by clicking 'assign' tab and then click 'set...
View ArticleRe: inbound programming code with example step wise?
<email removed by moderator> Message was edited by: Manish Kumar
View ArticleBapi To Update KNKK AND KNKA TABLE FOR CREDIT LIMIT
Hello All, Please guide me to find a Standard BAPI to update KNKK and KNKA Table For Credit Limit In FD32 T-Code. RegardsAbhisek
View ArticleRe: Bapi To Update KNKK AND KNKA TABLE FOR CREDIT LIMIT
Hi abhishek,seems that you are new here, so please work through the getting started documentation located in the right upper corner.If there is some time left, you might work also through this...
View ArticleRe: MM-Purchase requisition User Exit-MEREQ001,want to modify material...
Hi Gaurav, I think you are not assigning the field symbol im_t_eban. first assign the field symbol and use it. assign im_t_eban[] to <im_t_eban>. Regards, Shashikanth
View ArticleNota Fiscal Screen Edit -CNPJ Number
Hi All, I have a requirement to make the CNPJ number on the NF-e Data tab of the J1B1N/J1B2N transactions ,editable. While I was able to alter the display properties of the said field(by means of an...
View ArticleRe: Add custom fields in Additional Data B tab (header) in VA01/02 using BADI
Hi Satish ,i tried but didn't found badi "BADI_SLS_ITEM_SCR_CUS" in my system .can you please suggest any alternate way . system 701 final release .
View ArticleRe: Add custom fields in Additional Data B tab (header) in VA01/02 using BADI
Hi Sanjay, You need to have atleast 720 to achieve this requirement with the given BADI. Thanks,Satish
View ArticleCan we call super class method from Overwrite method using SUPER keyword
Hi All, For one of our requirement , I need to overwrite "Process Event" method of a feeder class ,where process event is present is protected method. so when we are making a call , then its saying...
View ArticleRe: Can I add a column to an itab via ENHANCEMENT-POINT?
Hi Gurkan,Have you tried it. Is it working ?
View ArticleRe: MIGO user exit to get serial number
Hi , m also using GET_SERNOS_OF_DOCUMENTbut not getting serial number. need to get serial number in MIGO.how to pass parameters to this fm. KEYDATA-TASER = 'SER03' "Goods mvmntKEYDATA-SDAUFNR =...
View ArticleIW21 Check At SAVE
Hi Guru's , In transaction IW21 I have to check before saving if a cost object is enterred.I spent a lot of hour to find if there is an user-exit to do this but nothing. On of those fields in the...
View ArticleCopy specific field from IW21 to IW34
Hi Guru's, I created a specific field in QMEL table and added in screen 101 in IW21 transaction.After saving the value field should be copied in the standard field subnetwork/activity in Additional...
View ArticleRe: IW21 Check At SAVE
Hello rahhaoui, Use the following enhancement: QQMA0014 for checks before saving in Tx CMOD You can check any field, display message and failure to save notification. This is the code example. I hope...
View ArticleRe: IW21 Check At SAVE
Hello Pau, Thank you for your reply, it almost works with your user exist but I don't have the value fields from Location Data tab where the table is ILOA. I should check if my specific field is added...
View ArticleRe: IW21 Check At SAVE
Hello rahhaoui, in this user-exit you have VIQMEL structure with fields you've commented: BEBER - Business AreaKOSTL - Cost CenterPROID - WBS Element
View Article