‎2006 Jun 08 4:15 PM
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
‎2006 Jun 08 4:18 PM
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.
‎2006 Jun 08 4:35 PM
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
‎2006 Jun 08 4:40 PM