cancel
Showing results for 
Search instead for 
Did you mean: 

Replicating SAP SRM PO condition to Backend PO

azad_mahato
Explorer
0 Kudos
215

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

View Entire Topic
0 Kudos

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