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: 

CALL TRANSACTION with Variant

Former Member
0 Kudos

Hi.

I need to call a custom transaction with a variant.

How can i do it?

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Sahar,

Please check the below thread(s),

Best Regards.

3 REPLIES 3

Former Member
0 Kudos

Hi Sahar,

Please check the below thread(s),

Best Regards.

Former Member
0 Kudos

Hi,

Goto SE93, type the transactioncode and check the attributes.

You can find the program name there.

Now you can use the

SUBMIT <program name> statement with the addition,

... USING SELECTION-SET <variant name>

former_member188685
Active Contributor
0 Kudos

you can use SUBMIT with variant in this case, just press F1 on submit.