cancel
Showing results for 
Search instead for 
Did you mean: 

Screen Personas - UI hide problem

0 Kudos

Hi Experts,

I created a flavor for ME51N. I trying to hide the "Material data" tab when we create Items in the screen,. I made the tab "Material data" is hidden, but still it shows when i refresh my screen ( when I look in edit mode it is hidden ).

PFB the screen shots. Please help me out in this.

Accepted Solutions (1)

Accepted Solutions (1)

bwills
Contributor

Hi,

I created a flavor for ME51N in my system and hid the Material Data tab. I did not have any issues. Is it possible you could try creating a new flavor and just hide the Material Data tab and see if that works. Are all the SAP Personas notes up-to-date in "Run Health Check" and click on "Personas Notes Checker" in the /Personas/admin transaction? Red light SAP notes should be applied, if you see a yellow light this means there are updates to apply as well.

Thanks, Brian

Answers (3)

Answers (3)

tamas_hoznek
Product and Topic Expert
Product and Topic Expert

This KB article should help: https://wiki.scn.sap.com/wiki/x/XosoGg

0 Kudos

Hi Tamaz,

Do you have any idea on this how to resolve??

0 Kudos

Hi Tamaz,

Thanks for your prompt reply.

I followed the same steps as mentioned in the above link, but it doesn't work for me. Pls look at the code snipet below for ME52N screen.

I am trying to hide "Material data" tab here.

if (session.findById("wnd[0]/usr/subSUB0:SAPLMEGUI:*/subSUB3:SAPLMEVIEWS:1100/subSUB2:SAPLMEVIEWS:1200/subSUB1:SAPLMEGUI:1301/subSUB2:SAPLMEGUI:3303").selectedTab.id === "wnd[0]/usr/subSUB0:SAPLMEGUI:*/subSUB3:SAPLMEVIEWS:1100/subSUB2:SAPLMEVIEWS:1200/subSUB1:SAPLMEGUI:1301/subSUB2:SAPLMEGUI:3303/tabsREQ_ITEM_DETAIL/tabpTABREQDT3") { session.findById("wnd[0]/usr/subSUB0:SAPLMEGUI:*/subSUB3:SAPLMEVIEWS:1100/subSUB2:SAPLMEVIEWS:1200/subSUB1:SAPLMEGUI:1301/subSUB2:SAPLMEGUI:3303/tabsREQ_ITEM_DETAIL/tabpTABREQDT13").select(); }

Moreover, I am dealing with "GuiSimple container" and not with "tabstrip control" as explained in the link. Could you please help me out?