cancel
Showing results for 
Search instead for 
Did you mean: 

Vendor text instead of Internal note in SC

Former Member
0 Kudos

Hello Experts!

I would like to know if it's possible to modify the SC in a way that in the first screen the text box "Vendor Text" will be displayed, instead of the standard "Internal Note".

Can this be done using BADI BBP_SC_MODIFY_UI ?

We are using SRM 5.0 with the SC simplified form.

Regards,

Gilberto Gallardo

Edited by: Proyecto Genesis on Oct 2, 2008 7:48 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183819
Active Contributor
0 Kudos

Hi Gilberto

It is possible. check

Call ITXT instead of NOTE

Text schema

ITXT - VENDOR TEXT

NOTE (Internal Note)

You can try with sc templates also.

regards

Muthu

0 Kudos

Dear Muthu Raman, can you please explain in more detail on how to make this changes. I am looking at the template SAPLBBP_PDH_TEXT 100 and this code below..this value "SEL_TXT_DESC.value" is returning Internal Notes and so the default selection is Internal Notes in document and attachment section in shopping cart. Can you please let me know where SEL_TXT_DESC.value value is coming from...or how to change this value. Thanks

<option value="`HELP_TXT[j]`" `if (HELP_TXT[j] == SEL_TXT_DESC.value)` selected `end`>`HELP_TXT[j]` </option>

`end`

Regards

Gabriel

former_member183819
Active Contributor
0 Kudos

Hi

I am sure you can change/swap these texts( Vendor text , Internal Note) . Please take help from technical resource and study one teplates like special request .Can any one help Gil please ?

Pradeep Do you have any thoughts?

regards

Muthu

Edited by: Muthuraman Govindasamy on Nov 5, 2008 1:01 PM