cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP FPM hiding tabs and fields at runtime using enhacement

Former Member
0 Kudos

Hello,

I need to enhance a standard FPM ABAP webdynpro application,to hide tabs and fields at runtime .

Can you provide some guidance in the form of documentation and sample code.

regards

Kaushik

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Kaushik,

You can make use of APPCC class of your FPM application enhance your appcc class and write your logic to the post exit method. There you will have IO_OVP instance and this interface have all the method which can hide tabs from your application on runtime.

But for the field hide you need to dynamically prepare your screen in your feeder class.

For using APPCC you can refer http://help.sap.com/saphelp_nw74/helpdata/en/3e/741ac912a143368cded7cc418a4bc8/content.htm?frameset=....

Thanks

Praveen Gupta

TudorRiscutia
Active Participant
0 Kudos

Hello Kaushik,

Can you be a little more specific? You need to hide these UI elements based on a certain criteria or is it the same all the time and you just don't want to see them anymore? If the second, I suggest you use simple customizing. Just add &sap-config-mode=X at the end of your application URL to active Admin mode, afterwards, left-click and hide all the necessary elements. Also you can set the hidden to final so regular users cannot display it back.

Tudor