cancel
Showing results for 
Search instead for 
Did you mean: 

Hide Tab Dynamically in RFx.

Former Member
0 Kudos

Hi,

I am new to FPM. I have a requirement that I want to hide a tab dynamically for Guest User. when i tried to Implement the Interface IF_FPM_TABBED_CONF_EXIT I am getting the error that Interface IF_FPM_TABBED_CONF_EXIT already Exists. But Unable to use the interface.

Please find the screenshot.

Please help me how to hide the view Dynamically.

Thanks & Regards,

Pawan Reddy

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Pawan,

You should use INM_APPCC_PPM_OBJECTS which plays role of application controller for Item Details application.

Enhance the method OVERRIDE_EVENT_OIF of component controller and use IO_OIF parameter to hide tabs and sub tabs.

Methods for tabs hiding: GET_MAINVIEWS/SET_HIDDEN_MAINVIEW

Methods for sub tabs hiding: GET_SUBVIEWS/SET_HIDDEN_SUBVIEW

Regards,

Ashvin

Former Member
0 Kudos

Hi Ashvin,

Iam new to FPM. Can you please tell me how to use INM_APPCC_PPM_OBJECTS .

Regards,

Pawan

Former Member
0 Kudos

Pawan,

Please refer to the document below to know how to use INM_APPCC_PPM_OBJECTS:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b52e13c3-0901-0010-8fa6-d11a51821...

Different controllers of Webdynpro:

Different controllers of Webdynpro | Team ABAP

Regards,

Ashvin

former_member184578
Active Contributor
0 Kudos

Hi,

Check the steps in this discussion:

Regards,

Kiran