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

Screen Variants in module Pool

Former Member
0 Likes
602

Hi All,

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

Regards,

Srikanth.

1 ACCEPTED SOLUTION
3 REPLIES 3
Read only

Former Member
0 Likes
556

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.

Read only

Former Member
0 Likes
556

done