cancel
Showing results for 
Search instead for 
Did you mean: 

Map user fields SRM to user fields PO( backend) Classic scenario

MohanChauhan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi All,

I am using the Classic scenario to create PO in backed.

Can anybody let me know how can we transfer the user fields(z fields) from Shopping Cart to ECC PO user fields.

I have checked the BADI BBP_CREATE_BE_PO_NEW, however i am not able to find the structure in which i can Map user fields SRM to user fields PO( backend ECC).

Regards,

Mohan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please map ur custom field to structure IT_EXTENSIONIN in the badi BBP_CREATE_BE_PO_NEW. This structure would be passed as an interface while calling BAPI BAPI_PO_CREATE or BAPI_PO_CREATE_NEW.

in the r/3 side again u have to use the exit to map the structure from IT_EXTENSIONIN the fields u want in R/3.

hope u are able to do it.

Cheers

Iftekhar Alam

MohanChauhan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Iftekhar,

Thanks for the reply.

I have checked structure IT_EXTENSIONIN, however i am not able to make out what need to be passed in this structure. It have fields as STRUCTURE and VALUEPART1.

I have user field ZZMARK in SC that i want to transfer to a user field ZZMARK at PO Item in ECC.

What i need to pass in IT_EXTENSIONIN structure to map this field.

Regards,

Mohan

Former Member
0 Kudos

Hi,

See these related threads:

BR,

Disha.

Former Member
0 Kudos

Hi,

See this wiki link for steps for passing custom fields to backend PO:

https://wiki.sdn.sap.com/wiki/display/SRM/BBP_CREATE_BE_PO_NEW-CreatePOin+backend

BR,

Disha.

Answers (1)

Answers (1)

Former Member
0 Kudos

which std table is appended with zee field ?

MohanChauhan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi All,

I was able to resolve the issue from some of links send by Dish.

Thanks to all.

Regards,

Mohan