Application Development and Automation 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: 
Read only

disabling tabs

Former Member
0 Likes
1,313

Dear Experts,

In transaction VD02 , I want to disable all the tabs expect 'CONTACT PERSON'

could anyone give me the solution to how to accomplish this

thanks in advance

6 REPLIES 6
Read only

Former Member
0 Likes
1,013

u need to use screen exit. check out if there is any one in SMOD

Read only

Former Member
0 Likes
1,013

Hi,

You can create transaction varaints and hide all the elements in that tab. The system will automatically remove the tabs from the screen if all the elements are removed using the transaction varaints( SHD0 ).

Cheers

VJ

Message was edited by:

Vijayendra Rao

Read only

0 Likes
1,013

Dear vijayendra,

Can you please detail me in steps , what to do in SHD0.

thanks in advance

karthik

Read only

0 Likes
1,013

Dear vijayendra,

I am lokking for the steps to disable the tabs in SHD0, can you please tell me the stepd to do it

thanks in advance

karthik

Read only

0 Likes
1,013

Use Transaction Variants to make fields Mandatory, Hidden or Display. Also applicable to screens and tabstrips.

You can hide unwanted screens and fields in any of the standard SAP programs without changing any of the standard programs. Additional features such as making the variant as default on the standard SAP transaction code is only available as of 4.6x.

Transaction SHD0 - Create a variant for the required transaction by changing the layout through hiding fields and screens.

Transaction SE93 - Create a variant transaction (e.g. for VA02 = ZVA02).

Next allocate the transaction variant to this variant transaction.

In 4.6c, you can default your transaction variant as the standard variant. (SHD0 - Edit -> Activate/Deactivate as standard variant)Use Transaction Variants to make fields Mandatory, Hidden or Display. Also applicable to screens and tabstrips.

You can hide unwanted screens and fields in any of the standard SAP programs without changing any of the standard programs. Additional features such as making the variant as default on the standard SAP transaction code is only available as of 4.6x.

Transaction SHD0 - Create a variant for the required transaction by changing the layout through hiding fields and screens.

Transaction SE93 - Create a variant transaction (e.g. for VA02 = ZVA02).

Next allocate the transaction variant to this variant transaction.

you can default your transaction variant as the standard variant. (SHD0 - Edit -> Activate/Deactivate as standard variant)

Read only

Former Member
0 Likes
1,013

Hi,

Go through the following link for creation of transaction variant it may be helpful for u.

http://www.saptechnical.com/Tutorials/ABAP/TransactionVariant/Create.htm

regards

veni.