SAP Function Modules

Share |

RS_SELECTIONSCREEN_UPDATE SAP Function module - Update for fields on multiple selection screens

Pattern for FM RS_SELECTIONSCREEN_UPDATE - RS SELECTIONSCREEN UPDATE
Associated Function Group: ALDB
Released Date: 26.02.1998
CALL FUNCTION 'RS_SELECTIONSCREEN_UPDATE' "Update for fields on multiple selection screens
* EXPORTING
*   dynnr =                     " sy-dynnr      Screen Number
    .  "  RS_SELECTIONSCREEN_UPDATE

SAP Documentation for FM RS_SELECTIONSCREEN_UPDATE


FUNCTIONALITY

This function module allows you to supply values to any fields of the standard selection screen in the
AT SELECTION-SCREEN ON VALUE REQUEST....

event. You must pass field names and their values in the table
FIELDVALUES. In the POSITION field, you specify whether you want to supply values to the LOW or the HIGH field of a select-option. For parameters, the contents of the field should by SPACE.
In the case of multiple selections, you can only change the LOW or HIGH field at the current cursor position.
Documentation extract taken from SAP system, Copyright (c) SAP AG






Share |