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

Reading another program's execution variants

Former Member
0 Likes
322

Suppose I have report program Z_SAMPLE that has a variant named "WHATEVER" In that variant there is a selection option named S_VBELN LIKE VBAK-VBELN.

Is there a way in program Z_SECONDPGM to read the contents of the S_VBELN selection-options in varient "WHATEVER in prrogram Z_SAMPLE?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
278

I think there is a FM with a name something like RS_VARIANT_CONTENTS that can help you.

Rob

1 REPLY 1
Read only

Former Member
0 Likes
279

I think there is a FM with a name something like RS_VARIANT_CONTENTS that can help you.

Rob