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

Transaction Variant for Selection Screen

Former Member
0 Likes
2,029

Hi, experts!

A question regarding transaction variants: Is it possible to create screen variants and transaction variants via SHD0 for selection screens? I' ve created a customer report with one selection screen including parameters and select options and would like to provide the users with a variant transaction for this.

Utilizing the "Save as variant" option from the selection screen itself works out perfectly, but this variant cannot be transported. And trying to create a transaction variant via SHD0 fails because values entered in the selection screen parameters and select options help screens are not saved and presented.

Any hints are more than welcome!

Regards,

Thomas

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,093

You wrote

Utilizing the "Save as variant" option from the selection screen itself works out perfectly, but this variant cannot be transported.

But, give the variant a name beginning with "CUS&" and this variant will be transported. Variant beginning with "CUS&" or "SAP&" are so-called "system variant" and are transported automatically. You can then copy the transaction code and use this new variant in the new transaction.

Regards,

Raymond

You wrote

Utilizing the "Save as variant" option from the selection screen itself works out perfectly, but this variant cannot be transported.

But, give the variant a name beginning with "CUS&" and this variant will be transported. Variant beginning with "CUS&" or "SAP&" are so-called "system variant" and are transported automatically. You can then copy the transaction code and use this new variant in the new transaction.

Regards,

Raymond

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,094

You wrote

Utilizing the "Save as variant" option from the selection screen itself works out perfectly, but this variant cannot be transported.

But, give the variant a name beginning with "CUS&" and this variant will be transported. Variant beginning with "CUS&" or "SAP&" are so-called "system variant" and are transported automatically. You can then copy the transaction code and use this new variant in the new transaction.

Regards,

Raymond

Read only

Former Member
0 Likes
1,093

Hi,

It is possible to transport the variants.

check this link.

[http://wiki.sdn.sap.com/wiki/display/ABAP/TransportingSelectScreenVariant|http://wiki.sdn.sap.com/wiki/display/ABAP/TransportingSelectScreenVariant]