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