cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RFC to transfer of Shopping cart in SRM to Purchase order in R/3

Former Member
0 Likes
522


Hi all.

I am searching the concrete RFC where the data transfer from a shopping cart in SRM to a Purchase order in R/3 is done. The transfer of data is correctly done between both systems. Theoretically, this RFC is BAPI_PO_CREATE1 and the BADI to map custom fields is BBP_CREATE_BE_PO_NEW. However, when I put some code in an implementation of this BADI, it doesn't work. Can anybody tell me any other alternative to transfer SC to PO? Is there any other RFC to do this? Is there any other alternative method?

Thanks in advance.

View Entire Topic
Former Member
0 Likes

We use BADI: BBP_CREATE_BE_PO_NEW, method: FILL_PO_INTERFACE1, Associated Type: BBPS_BADI_PO_CREATE1  and then component: IT_POITEMX and structure BBPS_BADI_PO_ITEMX_1

This is how we change things when creating PO's in ECC.  This is standard.