‎2007 Aug 25 7:58 AM
hi all
i want to know
1) std prog to transport transaction variants & screen variants ?
2) how to convert pooled table to transparent table ?
3) what is break folowed by user name ?
thanks
‎2007 Aug 25 8:02 AM
Hi,
Transaction Variants is used 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)
Read the application help provided in SHD0 trxn.
see the links for more info:
http://www.sap-basis-abap.com/sapbs010.htm
http://www.sapgenie.com/abap/tvar.htm
Regards
Prajwal
‎2007 Aug 25 8:02 AM
Hi,
Transaction Variants is used 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)
Read the application help provided in SHD0 trxn.
see the links for more info:
http://www.sap-basis-abap.com/sapbs010.htm
http://www.sapgenie.com/abap/tvar.htm
Regards
Prajwal
‎2007 Aug 25 8:06 AM
hi
executable program for transporting transaction variants is RSTRANSP
to create user specific break point
BREAK <userid>
reward if u find use ful
regards
Nagesh.Paruchuri