Did you already look at customer-exits like EXIT_SAPLV56K_002 or BAdI like BADI_V56K.
Regards,
Raymond
Did you already look at customer-exits like EXIT_SAPLV56K_002 or BAdI like BADI_V56K.
Regards,
Raymond
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.
Regards,
Raymond
Hi Raymond,
I will try your solution and let you know the result. Have a nice day.
Thanks,
Dai Nguyen Quang.
Hi Raymond,
I dont see any records in SOST. If the problem is not ABAP related, where the issue occurs?
Regards,
Saranya
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 raised by the SAP sample program (the report works correctly on my every server)
Regards,
Raymond
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
I checked with the above code. But the tax jurisdiction code is not updating.
Please help me.
Thanks,
Satya
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 regards
Udo
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.
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 triggered. Mail has to be send to outlook box with 5 people in CC.
If trigger the standard mail, it can be done only for one limit ( say 80% ) and only to one person. so this doesn't help.
Is there any other way to do it ? or is there any exit or badi to do it? Please guide a solution !!
Regards,
Vishnu Prakash K.
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 mmcnt_context_badi.
endif.
(where data is structure get from... get_data for current object, header/item/account)
Regards,
Raymond
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.
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
Hi, Widad SOUBHI
are you out of this issue? I meet the same issur now. Can you share your soluciton? Thanks
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
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 the requirement.
Eventually I solved adding the button + function code to the standard gui status NORMAL.
steps:
1. transaction SE80
2. function group MEGUI
3. gui status -> NORMAL
4. added new button (in my case it's for sending email) and function code to the status
5. added implicit enhancement to program LMEGUICJL , where the standard function codes are also handled.
6. retrieved order's data through the following ABAP:
l_transaction = l_appl->my_trmgr->get_current( ).
READ TABLE l_transaction->my_data ASSIGNING <fs_document> INDEX 1.
<fs_document> contains order's main data, from here it's possible to work on whatever solution needed. In my case i called PO smartform and sent it by email
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 changed.
Hi Rajesh,
I assumed you now know the answer for this. Could you share please?
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.