on 2018 Jan 05 10:12 AM
Hi Gurus,
I needed to map conditions maintained in SAP SRM PO to Backend ECC system PO.We are implementing Extended Classic Scenario.Till now we have used Badi BBP_ECS_PO_OUT_BADI in SRM system using FM BBP_PD_PO_GETDETAIL Parameter : E_PRIDOC .Now conditions are going to ECC system (Checked in BAPI _PO_Create1) But still it is not reflecting ECC system PO.
Kindly suggest how we can map the conditions.
Regards
Azad Mahato
Request clarification before answering.
Hello Azad
You need to ensure that these tables are filled in BAPI_PO_CREATE1:
POCONDHEADER
POCONDHEADERX
POCOND
POCONDX
The table that ends with an X need to be checked in all fields you sent, or else the BAPI won't read the fields during execution.
In ECC side, use the BAdI BBP_PO_INBOUND_BADI method MAP_BEFORE_BADI to check all the X fields from these tables.
Att.,
Thiago
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.