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: 

FM to pass one variant to another called program from a calling program

Former Member
0 Kudos

Hi Gurus,

Please let me know the name of the function module to pass one variant to another called program from a calling program without displaying the selection screen of the called program.

1 REPLY 1

former_member186746
Active Contributor
0 Kudos

you can use fm rs_variant_fetch to retrieve the variant info.

Check the abap help on the statement submit to get info on how to call a program with variables, or a variant

Kind regards, Rob Dielemans