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

RS_REFRESH_FROM_SELECTOPTIONS reading only subscreen fields not Dynpro screen fields while saving varint

Former Member
0 Likes
519

Hi All,

I have a report, in which i am calling another screen 200.

200 screen has radio button and parameters statically defined on screen.

this screen has a sub screen 9001, subscreen fields are defined in report using Parameters and select options etc...

No standard screen at all as all fields are either on screen 200 or on subscreen 9001.

After selecting a radio button on screen 200 , and entering sub screen fields and press save as variant.

In PAI of 200 screen i an calling  RS_REFRESH_FROM_SELECTOPTIONS , this FM reads values defiend in report for subscreen 9001.

But fields statically defined on screen 200 like radio buttons and 2 parameters on screen 200 are not captured with this FM.

Hi All,

I have a report, in which i am calling another screen 200.

200 screen has radio button and parameters statically defined on screen.

this screen has a sub screen 9001, subscreen fields are defined in report using Parameters and select options etc...

No standard screen at all as all fields are either on screen 200 or on subscreen 9001.

After selecting a radio button on screen 200 , and entering sub screen fields and press save as variant.

In PAI of 200 screen i an calling  RS_REFRESH_FROM_SELECTOPTIONS , this FM reads values defiend in report for subscreen 9001.

But fields statically defined on screen 200 like radio buttons and 2 parameters on screen 200 are not captured with this FM.

1 REPLY 1
Read only

Former Member
0 Likes
445

I also tried using FM -  DYNP_VALUES_READ table is empty after executing this FM, this does not work and FM -  RS_ISOLATE_1_SELSCREEN reads only sub screen fields. My sub screen fields are read properly only fields defined on Dynpro are not read properly.

Any help here is appreciated