Ansicht
Dokumentation

RS_SELECTIONSCREEN_READ - Function Module for individual F4 on a multiple selection screen

RS_SELECTIONSCREEN_READ - Function Module for individual F4 on a multiple selection screen

BAL_S_LOG - Application Log: Log header data   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

The function module returns the current values of the field names specified in the table FIELDVALUES. On the standard selection screen, you can retrieve the values of any number of fields (select-options and parameters). On the multiple selection screen, you can only retrieve the values of the LOW and HIGH fields in the current cursor line.

Example

AT SELECTION-SCREEN ON VALUE-REQUEST FOR budat-high.

CLEAR fieldvalues. REFRESH fieldvalues.
MOVE: 'BUDAT' TO fieldvalues-name,
'S' TO fieldvalues-kind,
'LOW' TO fieldvalues-position.
APPEND fieldvalues. CLEAR fieldvalues.
MOVE: 'PARAM' TO fieldvalues-name,
'P' TO fieldvalues-kind.
APPEND fieldvalues. CLEAR fieldvalues.
MOVE: 'ERWIN' TO fieldvalues-name,
'S' TO fieldvalues-kind,
'HIGH' TO fieldvalues-position.
APPEND fieldvalues.
CALL FUNCTION 'RS_SELECTIONSCREEN_READ'
EXPORTING
program = 'TEST'
TABLES
fieldvalues = fieldvalues.

The field FIELDVALUES-fieldvalue contains the current value of each field.





Parameters

DYNNR
FIELDVALUES
PROGRAM

Exceptions

Function Group

ALDB

Addresses (Business Address Services)   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.

Length: 1365 Date: 20240523 Time: 133524     sap01-206 ( 25 ms )