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

variants

former_member329386
Participant
0 Likes
472

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
452

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

2 REPLIES 2
Read only

Former Member
0 Likes
453

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

Read only

paruchuri_nagesh
Active Contributor
0 Likes
452

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