on 2007 Mar 29 2:13 PM
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
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
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.