Dynamically Hiding Field(s) in List UIBB


 The link: FPM OVP Application -Integrating Header LIST UIBB and ITEM List UIBB provides steps to display list UIBBs.

Test the application .

14

The application screen looks like this. Now we have to hide the MANDT column from the header UIBB.

1

Go to the GET_DATA method of the feeder class of the UIBB.

2

In debugging the CT_FILED_USGAE table gives all the field attributes.

3.jpg

These are the field properties. Now in order to hide some field we have to dynamically set the some property.

4.jpg

So write the lines of code from – 44 to 50 in the GET_DATA method of the feeder class.

5

6

 

Test the application again and the MANDT field is invisible now.7


 

 

One comment

Leave a Reply