cancel
Showing results for 
Search instead for 
Did you mean: 

Remove Tabs from Standard SAP VL02N header

mukuldhar1
Explorer
0 Kudos

Hi,

I just want to remove Condition tab from the delivery header in VL02N.

(VL02n -> Goto -> Header -> Condition).

I don't want to display this is user any more thru VL02N.

Also, I don't want to create a custom transaction / transaction variant for that.

Please suggest.

Thanks,

Mukul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can achieve it through screen painter- SE51 or menu painter- SE41

Program:SAPMV50A and Screen Number:2502

For this you need to take access key for the screen number form SAP and disable tab. I had done this in my project through Menu painter.

Take basis help to generate access key.

Note:once you modified standard screens SAP will not be responsible if any problem come with this program or screen in feature or in version upgrade time.(check with basis team again)

kapil

Answers (2)

Answers (2)

Former Member
0 Kudos

ie. I disabled 'Shipment' Tab in the Header Screen and replaced it with modified...

call routine below from a user-exit (MV50AFZ1, USEREXIT_READ_DOCUMENT)

PERFORM CUA_TAXITAB_ALLOW USING 'HTRA_T' NO.

'HTRA_T' is from table TAXITABS where AGIDV = 'SAPMV50A'

and SCREEN_GROUP = 'H0'

and ORDINAL_NUMBER = '0040'

Former Member
0 Kudos

Hi

Get a developer to see if they cant do changes on transaction SE51. Program:SAPMV50A and Screen Number:2502.

Phenyo