cancel
Showing results for 
Search instead for 
Did you mean: 

How to Hide a Tab related to FPM in Rfx

Former Member
0 Kudos

Hi,

I am new to SRM 7 and I have an issue in hiding a tab which is based on FPM. I went through lot of links and found below steps

1) Add WD interface IF_FPM_TABBED_CONF_EXIT in implented interface of any webdynpro component under AppCC

2) Implement the method OVERRIDE_CONFIG_TABBED to hide a TAB.

My problem is I took standrad webdynpro component /SAPSRM/WDC_DODC_RFQ_H_BI and tried to add IF_FPM_TABBED_CONF_EXIT (in Implemented interface) in enhancement mode. But it is not allowing me add and throwing a message Web Dynpro comp./intf. "IF_FPM_TABBED_CONF_EXIT" already exist.

So could you please tell me how to overcome this issue? and is there any alternative to hide a TAB based a conditions?

Thanks,

Raghu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

go to SE 80 enter the webdynprocomponents and enter

go to component configurations select the webdynpro component

click start configurator

click change you can see the FPM select the button and hide

In this you can hide for all the users only

Regards

G.Ganesh Kumar

Former Member
0 Kudos

Hi Ganesh,

I don't want to hide the tab for all users, based on conditions - I want to hide the tab and for remaining users it should display.

I want to control with the code.

Thanks,

Raghu