Skip to Content
0
Former Member
Jan 02, 2008 at 12:08 AM

Purchase Order item customer fields

1067 Views

I have the following scenario:

- I need to save some customer fields in Purchase Order item, when it is generated through the Shopping Cart (EBP).

- When EBP will generate a PO in backend (R/3), it calls B470_PO_CREATE function module and inside it calls BAPI_PO_CREATE1 in R/3. This call does not use extensionin parameter.

- I have all the values in PO_ITEMS parameters. (an append structure in bapi_mepoitem).

- Trying to solve this, I think I have to use EXIT_SAPL2012_001 to create the extensionin parameter.

- Anyone else has this problem?

- How can I create the extensionin parameter? Is it only necessary to add 'BAPI_TE_MEPOITEM' and 'BAPI_TE_MEPOITEMX'?

- Do you have an example?

Thank you!