cancel
Showing results for 
Search instead for 
Did you mean: 

Drop down field in SAP SRM UI5 Add-on implementation

Former Member
0 Kudos

Hi SRM Guru's

I am new to SRM UI5 Add-on. I am having a requirement to add a dropdown field for company code for limit shopping cart at item level in the SRM UI5 Addon (not on the Webdynpro screens). Please explain me in detail how to achieve this.

Can we do it through configuration in SPRO and with ABAP knowledge itself  or  JAVA script and BSP knowledge is mandatory to achieve this ?

It is a very urgent requirement. Please help me to complete it.

Regards,

Arunkumar B.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Company code dropdown is present in view of the shopping cart and gets hidden for Limit items. Please unhide it the field by using sap.getCore().byId(<id of field>).setVisible(true) in the custom javascript hook which are triggered at a later stage after onDataModelLoaded.