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

Start transaation with variant

Former Member
0 Likes
945

Hi,

Is it possible to add the name of the variant to a SAP R3 transaction?

For example i want to start the SAP transaction "IW28" with the variant name "ALLCLOSED"

4 REPLIES 4
Read only

FredericGirod
Active Contributor
0 Likes
887

Hi,

you have to create a ZIW28 that call the report of the IW28 with the variant ALLCLOSED.

(transaction SE93)

when you create the transaction select the good type of transaction (trans + var).

Rgd

Frédéric

Read only

suresh_datti
Active Contributor
0 Likes
887

try to change it in SE93.. otherwise, you can create a Parameter Tcode for it..

Suresh Datti

Read only

Former Member
0 Likes
887

in se93, wen u create a transaction for a program, there is an option 'start with variant'...put ur variant name there. in ur case..just enter IW28 in se93, change mode, enter ur variant...save

Regards

Bikash

Read only

Former Member
0 Likes
887

submit RIQMEL20 USING SELECTION-SET 'ALLCLOSED'.