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

Save Variant on a Subscreen

Former Member
0 Likes
1,523

Hi all,

I need your help to solve this problem.

I have defined a select-options on a subscreen, thus this is no have default functionality to save variants like conventional report with select-options or parameters , for this reason I defined a Save buttton using FM RS_VARIANT_SAVE_FROM_SELSCREEN but i am getting this error "Selection screen 0100 contains no objects"(Message no. DB280).

Somebody have any idea about it ? or Which FM could I use to save variant?

THanks and regards.

Marisol.

Hi all,

I need your help to solve this problem.

I have defined a select-options on a subscreen, thus this is no have default functionality to save variants like conventional report with select-options or parameters , for this reason I defined a Save buttton using FM RS_VARIANT_SAVE_FROM_SELSCREEN but i am getting this error "Selection screen 0100 contains no objects"(Message no. DB280).

Somebody have any idea about it ? or Which FM could I use to save variant?

THanks and regards.

Marisol.

3 REPLIES 3
Read only

Former Member
0 Likes
933

solved myself

Read only

0 Likes
933

Hi ,

Can u tell me the solution.

I am facing similar kind of problem .

My requirement is that , while storing the varaint , the values for the sub screen should also be stored in the varaint .

But it is not happenig.

Read only

Former Member
0 Likes
933

Hi Vaibhav,

Set sy-dynnr = Selection Subscreen no. before calling the FM RS_VARIANT_SAVE_FROM_SELSCREEN For E.g.: sy-dynnr = 0200 (Subscreen no.)

That will solve your problem.

Regards,

Gayatri