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

Shopping Cart - Map Internal Note to Vendor Text

Former Member
0 Likes
149

Hi,

I have a requirement for the SRM Shopping Cart Wizard.

In describe requirement, you can enter text for the Internal Note.

This text is transferred to the item details when adding to shopping cart, under tab Documents & Attachments.

Here, you can change the Internal Note, in addition to the Vendor text & Header text.

What I need to do is map the Internal Note text from the Describe Requirement screen, to the Vendor text in the Documents & Attachments tab.

BADI BBP_DOC_CHANGE_BADI cannot do this and I am having a hard time finding this particular code within the HTML templates.

Is this possible? Please help.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

BADI BBP_DOC_CHANGE_BADI cannot do this

This BADI is the most logical spot in my opinion for your requirement. The parameter CT_LONGTEXT could be updated for this purpose.

Former Member
0 Likes

Unfortunately, it doesn't work the way I need it to.

The BADI only brings in the value of the text selected. For example, in the Documents & Attachments tab, you have several texts. Vendor, Internal & Header. The badi only picks up the one selected. The BADI doesn't bring all texts into a table at the same time.

Former Member
0 Likes

In the BADI implementation, call BBP_PD_SC_GETDETAIL with header information (GUID) so that you get all long texts.