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: 

Report with customized PF-Status and subscreens, how to save as variant?

Former Member
0 Kudos

Hi all,

I have developed an interactive report with customized PF-Status. Selection area is constructed out of 2 subscreens.

Now my requirement is to use variants in this report so that the report can be scheduled as a job. That means that the user must be able to create, save, and call a variant in the report.

What functions are to be called and with what parameters so that a variant in a selection screen containing subscreens can be created and called?

All the help will be greately appreciated!

BR,

Armin

1 ACCEPTED SOLUTION

andrea_galluccio2
Contributor
0 Kudos

Hi,

i think you have to use the standard function modules to gets the variant:

RS_VARIANT_ATTR_SAVE

RS_VARIANT_SAVE_FROM_SELSCREEN

RS_VARIANT_VALUE_SAVE

Thy these (expecially the second one).

Hope it helps

Bye

Andrea

1 REPLY 1

andrea_galluccio2
Contributor
0 Kudos

Hi,

i think you have to use the standard function modules to gets the variant:

RS_VARIANT_ATTR_SAVE

RS_VARIANT_SAVE_FROM_SELSCREEN

RS_VARIANT_VALUE_SAVE

Thy these (expecially the second one).

Hope it helps

Bye

Andrea