cancel
Showing results for 
Search instead for 
Did you mean: 

Hide field on the basis of Condition in SRM shopping cart

arun_jadhav2
Explorer
0 Kudos

Hi All,

Requirement is to hide "GR non valuated checkbox" from Item Data in shopping cart for certain condition.

Where should I write the code and which changes I should make in the Web Dynpro component?

Accepted Solutions (0)

Answers (3)

Answers (3)

arun_jadhav2
Explorer
0 Kudos

Thank You

Former Member
0 Kudos

Arun,

you can goto meta data config for item(in spro) and add this field(if its not there already).. write the dynamic class and dynamic method to control the 3 meta data fields...

by the way what conditions are you looking for? if its specific to the data in the SC then you need to write post exit in the wdmodifyview method of the WD component.

Former Member
0 Kudos

Hi Arun ,

You can write code in this BBP_SC_MODIFY_UI badi or in webdynpro component of modify method

Thanks & Regards

Pradeep Kumar Dondeti