Re: XD02 - field KNB1-KNRZE not always accessible
1060774_1.txt --> ok1043065_1.txt --> ko Thank you for your help
View ArticleHow to get original pricing conditions
Hi Team, I am in search of exit or enhancement to get back the original pricing condition of sales order. My Requirement is : A sales order will be created in VA01 in ECC and send to other 3rd party...
View ArticleRe: while Customizing me23n the fields are not disable
Following the step : PROCESS BEFORE OUTPUT. MODULE status_0101. implement the MODULE status_0101 . write the code : MODULE status_0101 OUTPUT.* SET PF-STATUS 'xxxxxxxx'.* SET TITLEBAR 'xxx'....
View ArticleRe: Calling a driver program by submit in user exit for PGI
Sorry Darshan , But for now i do not have any idea what i have done for return,Please post here what you are going to do for the same. Br,Surya
View ArticleRe: MIGO use of the HOLD function
Hello Alexander,Could you please share your solution here, I have a similar requirement and I was exploring how to use this GUID and pass data to workflow. Thanks much!!Mukhtar
View ArticleRe: MIGO use of the HOLD function
HI Mukhtar, I have used the BADI mentioned in the post MB_MIGO_BADI and created two add methods. The first one to save the data in method line_method. In the method status and header I have activated...
View ArticleRe: MIGO use of the HOLD function
Thanks Alex for the details information! When I trigger my workflow I will have two scenarios reject or approve, in case of approval i just need to post this held document and otherwise mark for...
View ArticleRe: save extra data with material master
Hi Meghasyam A How to open Table AKTYP? AKTYP is a data element in my system. Thank you.
View ArticleRe: EXit/BADI to add custom fields in ME11/ME12/ME13
Hi Renu, I too had similar requirement to add a custom input field in Purchasing Org. data-> control tab. Please can you tell me how you resolved this problem. thanks, Bindu
View ArticleUser exit or BADI to add custom field in ME11/12/13
Hi friends, I have a requirement to add a custom input field in Purchasing Org. data-> control tab of ME11/12/13 transaction. I found that there is no proper user exit to do so. Could anyone tell...
View ArticleAdd column to CO09
Hi gurus,I need to add a colum to CO09, reporting customer name and customer code. Is there a good solution with BADI or exit?I see that in structure MDEZ there are also fields for customer name and...
View ArticleRe: How to set default value in Standard dialog screen?
Solved using Tcode: 'OMT3U'. Thanks all
View ArticleRe: ADRC updation in Creation of Sales order ( VA01)
Hello all, I am also one among many, searching for a solution to this requirement, Finally I achieved after debugging standard programs. Please find details about how I managed to achieve the...
View ArticleRe: enhancement required in FPCJ Transaction
Hi Sonika Ahuja, Have you found the solution?
View Articlehow to store the item details of a particular delivery order into a custom...
Hi all, I am new to SAP. My scenario is I have created a custom table with some fields related to item details of a particular delivery order,now i go to t-code VL01N and create a delivery order of a...
View ArticleRe: BAdI for PM notifications
hi, You should use FM 'IWOC_POST_NOTIFICATION'.In This FM use implicit enhancement ZI_SND_MAIL_NOTIF_CRT.
View ArticleRe: How to pass conditions to BAPI_PO_CREATE1
Hi sirMpassing valus like this...but no esultsMOVE:'000010' TO IT_POCOND-ITM_NUMBER, '001' to IT_POCOND-COND_ST_NO , 'R000' TO IT_POCOND-COND_TYPE, '20' TO...
View ArticleRe: Add additional filters badi
I almost fell for this. But actually you have to deactivate the active implementation to see the + and - buttons on top of the Filter Values. Then you can add new filter. Hope this helps to the readers!
View Article