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

Adding new Radiobutton and text input field in basic data of SC screen

Former Member
0 Likes
154

Hi Experts,

Greetings!

I am working in SRM 5.0 server.

My requirement is to add 2 radiobuttons and an input text field in the basic data segment of the shopping cart screen.

Also these should be active only for Supplier catalog and Describe Requirement.

I have searched the forum on how to add radiobutton and input text field. However I saw replies asking to create text schema through SPRO and in other forums, there were some html codes that is required to add in SE80 for the buttons to be incorporated in the screen.

Can some one please help me on how to achieve this functionality.

Also I need to perform some actions in the background with the choice of the radio button and the values entered in the input text field.

Kindly throw some light on this!

Thanks in advance,

Deepa

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Deepa,

For SRM 5.0,please refer to the below note for adding custom  fields under the BASIC DATA screen

Note 672960 - User-defined fields 2.pdf

To control display of custom fields based on the transactions,please implement BADI BBP_CUF_BADI_2,method MODIFY_SCREEN.

There is another badi which is used to control the display of the links DESCRIBE REQ,CATALOGS based on which you need to control the custom fields.This BADI is BBP_SC_MODIFY_UI.If you check tehe interface paarmeters of this BADI,there is a parameter IS_SCR_ITMCHOICE which actually holds the values for all these links and the values also can be seen under the data type BBPS_SC_ITMCHOICE_ACTIVE.

So in the BADI to control display of custom fields,you would need to check if simlart values for the links/Trnsaction code are populatd in some field or you could also check SY-TCODE to see  if that suffices.

Former Member
0 Likes

Hi Deepti,

Thanks a lot for this information. I went through the OSS note that you specified and have added the new custom fields in the structure INCL_EEW_PD_ITEM_CSF_SC and in INCL_EEW_PD_ITEM_CSF.

Solved my issue.

Thanks,

Deepa

Answers (0)