cancel
Showing results for 
Search instead for 
Did you mean: 

MAP USer SRM defined fields in backend for PO

Former Member
0 Kudos

Hi ,

I have created some fields on PO Header and Item level .

Data is populating in these fields ok .

How can I map these fields in Backend PO .

So these fields would get transfer in backend Purchase Order .

Thanks,

SS

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Try any of the BADIs.

SRM is quite flexible. Depending on your system version, try any of the BADIs in Transaction - SE18 Transaction. You need to create a custome implementation in you case.

<u>BBP_CREATE_BE_PO_NEW</u> Exit while creating a purchase order in the backend system

<u>BBP_CREATE_PO_BACK</u> OLD Exit while creating a PO in the backend system

<u>BBP_ECS_PO_OUT_BADI</u> ECS: PO Transfer to Logistics Backend

These BADIs are called before the call to R/3 BAPIs - BAPI_PO_CREATE / BAPI_PO_CREATE1 is made.

Regards

- Atul