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

regarding screen variants using shd0 transaction

Former Member
0 Likes
518

hi experts,

for a report i have to create two transactions and variants(input values ) for fields in the selection screen of transactions should be different.like if i execute one transaction zt the input values of selection screen should be filled with one set of values and with another transaction zt1 and with same selection screen should be filled with another set of values.

hi experts,

for a report i have to create two transactions and variants(input values ) for fields in the selection screen of transactions should be different.like if i execute one transaction zt the input values of selection screen should be filled with one set of values and with another transaction zt1 and with same selection screen should be filled with another set of values.

2 REPLIES 2
Read only

varma_narayana
Active Contributor
0 Likes
466

Hi Narasimha..

Create the Two variants for the Report in SE38.

Create two Transaction code in SE93.

Select the Type : Report Transaction.

Enter the Report Name

Selection Screen no : 1000

Variant : <Variant 1>

Save the Trasaction.

Same way create another Transaction code with variant as <Variant 2>.

<b>reward if Helpful</b>

Read only

Former Member
0 Likes
466

Hi

goto-> se38 -> execute -> enter some vales and save it will store as a varient

and in the same way enter some other values and save that values then it will save another varient

and now goto se93 - enter T-code 1 and enter that program name and at the option varients give one varient name

and save the values

and again creat another t-code2 and same program name but 2nd varient name

then if u call 1st tcode that related vales will display there

if u enter 2 tcode then 2nd varient values will execute

reward if usefull