on 2010 Nov 29 7:03 PM
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.
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.