2010 Jun 03 2:53 PM
Hi SAP gurus,
In my project, I have to post the inbound IDOC PORDCR from PI by using Z FM which call BAPI_PO_CREATE. It works fine.
Requirement: I need to change the value of tax jurisdiction and tax code (table EKPO) based on the value of company code (EKKO) and GL (EKKN), so i cannot use the User_Exit (which happen before the process).
Please advise which BADI I should use with BAPI_PO_CREATE and also for BAPI_PO_CHANGE.
I'm new for BADI. Please help.
Thank you,
Elaine
2010 Jun 04 7:21 AM
Why dont you write a code to change value of tax jurisdiction and tax code before passing these values to BAPI in your Z function module itself?
--
Reddy
2010 Jun 04 7:21 AM
Why dont you write a code to change value of tax jurisdiction and tax code before passing these values to BAPI in your Z function module itself?
--
Reddy
2010 Jun 04 7:29 AM
Hi,
Have you tried enhancement "SAPLMEWP", component : EXIT_SAPLMEWP_002.
Regards
Vinod
2010 Jun 04 1:01 PM
Thank you all.
I want to have some place to put code just BEFORE the system commit work (save PO to database) since the BAPI calls EXIT_SAPLMEWP_002 before generate PO items.
Regards,
Elaine
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |