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

Problem in Validating Selection-screen

Former Member
0 Likes
529

Hello All,

I have a small problem while validating the selection-screen on one ABAP-HR Report.

I have a standard selection screen provided by the HR Report class along with some dynamic selections.

I want to give a Warning Message if any of the Dynamic selections or Standard selection screen is filled by the user when he clicks on a radiobutton.

But I dont want to go and validate each and every field as there will be lot of fields in the dynamic selections.

Is there any possibility to read the selections including the dynamic selections in the screen.

Best Regards,

Krishnakumar

Best Regards,

KrishnaKumar

3 REPLIES 3
Read only

ferry_lianto
Active Contributor
0 Likes
486

Hi,

Have you looked this FM <b>RS_SELECTIONSCREEN_READ</b>, <b>RS_INT_SELOPT_RESTRICT</b> or <b>SELECT_OPTIONS_RESTRICT</b>?

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful.

Read only

Former Member
0 Likes
486

hi

the FM

<b>RS_REFRESH_FROM_DYNAMICAL_SEL</b>

returns values of the dynamic selections

the FM

<b>DYNP_VALUES_READ</b>

reads the selection screen values

Read only

0 Likes
486

and RS_REFRESH_FROM_SELECTOPTIONS

Regards,

Suresh Datti