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: 

Creating a transaction variant doesn't catch the selection screen

former_member192763
Participant
0 Kudos

Hi,

I am trying to create a transaction variant for RERAPP transaction, which calls the report RFRERAPP on selection screen 1000.

I have used SHD0, specifying the t. code and a name for a transaction variant, then pressed the "Create" button. the selection screen is displayed, I enter the relevant values for the transaction, and press enter. the system prompts me to create some screen variants, but none of them have fields listed, and none of them is for the screen 1000.

SAP Release 600.

Any hint on the reason behind this behavior?

I found another related, unanswered [topic|;

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

I have faced similar problem..

Here is the work around.. Might be useful for you..

1. Create Selection screen variant for report (Modify selection screen 1000 for display/hide in variant maintaince)

2. Then create "parameter Transaction" with report on Transaction START_REPORT

D_SREPOVARI-REPORT = <Your Report Name>

D_SREPOVARI-VARIANT = <Newly created variant>

Nag

Edited by: Naga Mohan Kummara on Dec 31, 2009 10:46 AM

Edited by: Naga Mohan Kummara on Dec 31, 2009 10:49 AM

2 REPLIES 2

Former Member
0 Kudos

Hi,

I have faced similar problem..

Here is the work around.. Might be useful for you..

1. Create Selection screen variant for report (Modify selection screen 1000 for display/hide in variant maintaince)

2. Then create "parameter Transaction" with report on Transaction START_REPORT

D_SREPOVARI-REPORT = <Your Report Name>

D_SREPOVARI-VARIANT = <Newly created variant>

Nag

Edited by: Naga Mohan Kummara on Dec 31, 2009 10:46 AM

Edited by: Naga Mohan Kummara on Dec 31, 2009 10:49 AM

jj
Active Contributor
0 Kudos

Variants are possible only for dialog transaction. not for reports with selection screen