Application Development 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: 

Screen Variants in module Pool

Former Member
0 Kudos

Hi All,

Could you please help me out with creation of Screen Variants in module pool.

Regards,

Srikanth.

1 ACCEPTED SOLUTION
3 REPLIES 3

Former Member
0 Kudos

hai srikanth,

Variant Transactions

A transaction with a variant can have its own transaction code, which you can then use to execute the transaction with the appropriate variant.

To create a variant transaction, proceed as follows:

Choose Goto ® Create vari. trans. from the initial transaction variant maintenance screen.

Enter a transaction name and corresponding short text. Transaction type Variant transaction is already set. The following screen already contains default values for the name of the calling transaction, the variant name, and the client-specific or cross-client variant checkbox.

Save your entries.

Example:

Variant ABC has been defined for transaction Z000. We now want to create the variant transaction ZVAR.

Name of the new transaction: ZVAR

Name of the calling transaction: Z000

Name of the variant: ABC

Transaction ZVAR starts transaction Z000 with variant ABC.

If the variant specified for a variant transaction does not exist (in the current client), then the calling transaction will be started without variant.

Former Member
0 Kudos

done