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

Can I fullfill from BADI customer fields that appear at item overview ?

Former Member
0 Likes
158

Hi,

I can see that in SAPLBBP_SC_UI_ITS 120 (item overview) I have fields CUST1...CUST5. called in runtime GT_SCR_ITMOVR_I-CUST1....

I have tried to show content using a screen variant, but I haven't achieved. I think that is working but this field doesn't have value although I have customer fields at position level in the shopping cart. Even I have tried to call one of my customer fields CUST1 but without result

Is possible to fullfill this content from BADI, without standar modification

Best regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Hi Jorge,

If you are using punch out cataog, pass the customer fields from OCI application to BADI BBP_CATALOG_TRANSFER method ENRICH_ITEM_DATA, this should fill the values in customer fields.

Regards,

Anubhav

Former Member
0 Likes

Hi,

Data in custom fields can be filled using BADI BBP_DOC_CHANGE_BADI.

In this BADI you can place your own logic to fill data in these fields.

After BADI implementation data will appear in these fields.

Hope this will solve your problem.

Regards,

Brajvir