Re: Which userexit to modify idoc DELVRY07
Did you already look at customer-exits like EXIT_SAPLV56K_002 or BAdI like BADI_V56K. Regards,Raymond
View ArticleRe: Which userexit to modify idoc DELVRY07
Hi Raymonds, I set a break-point in FM EXIT_SAPLV56K_002 and run vl02n, the process did not stop at the break-point so this exit can not be used for may purpose?
View ArticleRe: Which userexit to modify idoc DELVRY07
For a customer-exit function to be called, you MUST add its enhancement (SMOD, F4 by FM name) in a project (CMOD) and activate this one. Also such "at save" exit/BAdI sometimes run in update task....
View ArticleRe: Which userexit to modify idoc DELVRY07
Hi Raymond, I will try your solution and let you know the result. Have a nice day. Thanks,Dai Nguyen Quang.
View ArticleRe: Email Functionality not working
Hi Raymond, I dont see any records in SOST. If the problem is not ABAP related, where the issue occurs? Regards,Saranya
View ArticleRe: Email Functionality not working
You could check for customizing in transaction SCOT, also did you try to send manually some attachment in transaction SBWP? But if there is nothing in SOST, could you give the exact error message...
View ArticleRe: ME22N - Outline Agreement (konnr) editable, even with follow-on documents
It is such a pity that no one has replied. Matt, did you find the answer by any chance? Our company has the same question now. Thanks, Dimitar
View ArticleRe: Updating Tax Jurisdiction in Sales Order using MV45AFZZ
I checked with the above code. But the tax jurisdiction code is not updating. Please help me. Thanks,Satya
View ArticleRe: ME_PROCESS_REQ_CUST method CHECK call twice
Hi Thomas, did you solve this issue? If not, this is my proposal: Evaluate the ABAP callstack, it shows differences between the first call and subsequent calls.Please see attachment for details. Best...
View ArticleRe: BADI not called when using a BAPI
Hi, I have the same problem, I implemented a BADI in purchase order req, works fine, but when I use the bapi BAPI_PR_CREATE, the badi don't work. Would You Tell me How you solved, please?. Thanks.
View ArticleBudget Availability Control for multiple limits - custom mail to multiple users
Hi all, I have a requirement that multiple budget tolerance limit should be set such that at 75% - mail has to be triggered, 80% - another mail has to be triggered and at 90% - another mail has to be...
View ArticleRe: ME_PROCESS_REQ_CUST method CHECK call twice
Usually I use some code similar to following sample to remove my previous message in PR/PO BAdI: mmpur_context mmcnt_context_badi. if data-id isinitial. mmpur_remove_msg_by_context data-id...
View ArticleRe: user-exit delete
Hello Sangyoun Kim, Could you please tell me how you resolved? I am also facing same problem, the structures CI_EBANDB and CI_EBANDBX are still active even though the project is not active.
View ArticleRe: ME_GUI_PO_CUST problem when displaying data in 2 subscreens
Hi,I found the error in the Subscribe method.I had set the same screen name for the Header and the Items.Thank you anyway, Younes
View ArticleRe: How to use database cursor in ABAP
Hi, Widad SOUBHIare you out of this issue? I meet the same issur now. Can you share your soluciton? Thanks
View ArticleRe: Exit or BADI for VF01 on Invoice Save
Hi Tarun, as an alternative you can use e.g. enhancement point RV_INVOICE_DOCUMENT_ADD_30 in the enhancement spot ES_SAPLV60A (SE18). Best regards,Sebastian
View ArticleRe: How to add a custom button on Application Toolbar for ME21N, ME22N & ME23N
I searched very deeply for exits or BADI to add a custom button to the standard toolbar, I had no success, the only suggested way was to add the button to the customer data tabstrip, but that was not...
View ArticleRe: Regenerate the lock object
You cannot regenerate the lock object. Bu follow the procedure suggested in the error message by deleting the key entries in lock parameter and reentering the key parameters whenever the key fields are...
View ArticleRe: Engineering Change Management
Hi Rajesh, I assumed you now know the answer for this. Could you share please?
View ArticleRe: BADI_FDCB_SUBBAS01 is not activate
Hi Vendhan, Could you provide me the solution that how to add the custom field in FB60(Item Level) Thanks in Advance, Thanks with Regards,Vallamuthu M.
View Article