Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Set Default Screen for Transaction VL31N

suwandi_cahyadi
Contributor
0 Kudos

Hello,

By default, SAP behavior is to open the last opened screen (TAB) when we open transaction VL31N. But, I have a requirement to always open a certain screen, which is the Item Overview screen every time users open transaction VL31N.

Has anyone experience this? Kindly need your advice.

Thank you

1 REPLY 1

Former Member
0 Kudos

Hi Suwandi,

check Form TAXI_ACTIVATE_TAB in program MV50AF0T_TAXI_ACTIVATE_TAB. This form will pass after each tabstrip change and the last tabstrip will set as active tab.

Based on this you can find easiely a possibillity to set the first tabstrip always as active tabstrip. Furthermore somehow a Badi was mentioend in the code for individual sequence.

Kind regards

Robert