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

dynamic variant calling multiple screens

Former Member
0 Likes
424

Hi all,

The concerned issue is that i am trying to execute a report( which on execution throws a selection screen) from a program using 'submit' statement passing a variant. along with it iam creating a dynamic varinat using FM RS_CREATE_VARIANT, the variant is being made, but on execution , the program throws an error meassage " invalid variant called'.

This is because the varinat is calling multiple screens , although only one screen number is passed in teh FM,( screen no 0170).

Please tell me the possible solution fr this .

Cheers,

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
380

Hi,

first try to pass only the static variant with the submit statement and c whether its working properly.

and than check for dynamic variant..

c the difference and let me know what happens ??

thanks

ravi aswani

Read only

Former Member
0 Likes
380

Hi ravi,

It is still throwing the same problem.it throws the error message ' invalid variant called'.

teh called program is AUT_REP10. and its layout had been changed from 46 version to 6.0 version.

Please let me know if theres a solution fr it .

Thanks in advance.