cancel
Showing results for 
Search instead for 
Did you mean: 

Display Custom Field in BBP_PD transaction

Former Member
0 Kudos

Hi All,

I have added some custom fields in SC and PO in SRM and BADI is implimented as well. I need to see those fields in BBP_PD transaction while selecting Shopping Cart ( i.e : BUS2121 ) in item level data. Can any one please help me to resolve this issue.

Regards,

Jyoti

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member303542
Participant
0 Kudos

Hi ,

As mentioned by julian the custom fields will be visible in BBP_PD transaction once you enter the transaction with proper shopping cart and then click on the item or header record the structure BBP_PDISC structure would have the custom fields in it.

Similarly for the header fields ,If you click on the header field they would be in BBP_PDHSC tab.

Thanks,

Kumar.

Former Member
0 Kudos

Hello

If you not complete the client field not it´s show in bbp_pdisc, but if you complet it, this client field it´s show in table bbp_pdisc.

regards

Former Member
0 Kudos

Hi

How to create a custom fields?

If you create in configuration Extensions and Field Control (Personalization), the fields are available in BBP_PDHSC table for header and BBP_PDISC table for item.

Regards

robin_janke
Contributor
0 Kudos

And of course those fields need to have a value in them, if no custom field has a value, the custom field structure will not be visible in BBP_PD.

konstantin_anikeev
Active Contributor
0 Kudos

Hi Jyoti,

if you need to see these fields in displayed SC - they are already there.

If you want to see these fields on selection screen - you need to copy transaction BBP_PD to, for example, ZBBP_PD and adopt the code.

Best Regards

Konstantin