on 2016 Aug 04 3:07 PM
Hi ..
I have a requirement to Change Po details when passing the PO to ECC.
I have Implemented Badi BBP_CREATE_BE_PO_NEW but when i place a break point in BADI , it does not get trigger when i create a PO from SOCO.
Please give clue than is there any way to trigger this badi, or its another way to enhance the the PO data while it create PO in ECC.
Thanks In Advance.
Request clarification before answering.
Hello,
This BAdI will be triggered in Classic Scenario only, i.e., when shopping cart creates PO in ECC directly (there is no SRM PO).
This BAdI is called in background, right after workflow is completed.
What you can do is to create a shopping cart in saved status.
Then take its header GUID and use it as input of function BBP_PD_SC_TRANSFER.
Breakpoint should stop now.
Regards,
Ricardo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
You mentioned that you are trying to create PO from SOCO.
The best approach to test your BAdI is to skip the SOCO customizing when running BBP_PD_SC_TRANSFER.
Because when running this function and SOCO customizing is done, cart will be sent to SOCO again (SOURCE_REL_IND will be set to X).
Therefore, there is no PO creation.
Please, remove the sourcing customizing (to never be carried out), set the BP and create a shopping cart with fixed vendor.
Now your breakpoint should stop.
Regards,
Ricardo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.