‎2006 Nov 27 9:33 AM
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
‎2006 Nov 27 9:38 AM
u need to use screen exit. check out if there is any one in SMOD
‎2006 Nov 27 9:39 AM
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
‎2006 Nov 27 9:47 AM
Dear vijayendra,
Can you please detail me in steps , what to do in SHD0.
thanks in advance
karthik
‎2006 Nov 27 10:40 AM
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
‎2008 Mar 25 9:09 AM
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)
‎2008 Mar 25 9:39 AM
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.