cancel
Showing results for 
Search instead for 
Did you mean: 

Add one custom field in R/3 and SRM portal

Former Member
0 Kudos

Hi

i have a typical requirement of adding a custom field in R/3 as well as in SRM portal.

field is a user name (user in R/3).

i need to add the cuatome field in the item detail of the shopping cart which i have done successfully.

but how to send it to backend system when PO is created in the SRM.

Can anyone help me if they have already done this kind of requirement?

Regards,

Ajith.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

There is a badi for send the customer fields of PO to Backend.

BBP_ECS_PO_OUT_BADI

Before that corresponding filed in Backend need to be created or you can also map this customer field to already existing field of Backend.

Regards

Kalandi

PS : Reward points if it helps you.

imthiaz_ahmed
Active Contributor
0 Kudos

I think you can use the table parameter EXTENSIONIN in BAPI BAPI_PO_CREATE1 and you can use the badi to do this. Searh for MEBAPI under badi definition.

Regards, IA

Former Member
0 Kudos

Hi

i found that this badi BBP_ECS_PO_OUT_BADI .

but is unable to debug this .

can anyone help me what could be reason for the control not stopping at this method break point.

any sample code will help me a lot

imthiaz_ahmed
Active Contributor
0 Kudos

Use this FM BBP_PD_PO_TRANSFER_EXEC_V2 in order to stop at the break point.

Former Member
0 Kudos

Hi Imtiaz,

thanks a lot.

i have a small problem here.

earlier before adding the code i was able to debug the BBP_CREATE_PO_BACK_NEW the interface FILL_PO_CREATE1_INTERFACE.but some how i was unable to intepret the code now.

now i understand that BBP_ECS_PO_OUT_BADI is helpful in my situation .

but i am unable to put in place the right code(as i am unable to debug the code i dont know if i am right).

can u gimme any sample code or just tell me the field values.

thanks a lot once again.

Regards,

Ajit.