cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide Total value in RFX response webdynpro component

Former Member
0 Kudos

HI experts,

We are working on SRM 7.0 and there is a requirement to hide the Total Value that appers on RFX Response Header for a particular Role.The webdynpro component is FPM_IDR_COMPONENT and View is IDR_VIEW..I have searched the SDN and found that CL_FPM_IDR class methods can be used to hide the Items.But method SET_ITEMS_VISIBILITY sets the visibility for all items,but i want for a particular pair.Please advise me how to hide this field value pair dynamically.

Regards

Sonika

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

What you might try is to remove the particular key_value pair from the lt_items table which is passed to the IDR.

So search in(WDA/Assistance class/Feeder class ) and find out the place ,from where this table is filled and called to set items on IDR.

Remove the pair before from table before the call to IDR.