Menu

SAP Function Module RSAQ_GET_FIELDVAL_FROM_SELSCRN

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module RSAQ_GET_FIELDVAL_FROM_SELSCRN () is a standard Function Module in SAP ERP and is part of the function group AQRTH within the package SQUE.

Technical Information

Function Module RSAQ_GET_FIELDVAL_FROM_SELSCRN
Short Text
Function Group AQRTH
Package SQUE
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CALLED LIKE SY-CPROG ABAP Program, Caller in External Procedures
FIELDNAME TYPE AQS_FNAME SAP Query (S): Field name (table field)
QUERY LIKE AQADEF-QUNAME SAP Query (S): Query Name
USERGROUP LIKE AQADEF-BGNAME SAP Query (S): Name of a user group
WORKSPACE LIKE AQADEF-WSID SAP Query (S): Work Area ID

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
SELCONT LIKE RSPARAMS-LOW ABAP/4: Selection value (LOW or HIGH value, external format)
SPNAME TYPE AQS_SPNAME SAP Query (S): Name of parameter/select-option

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
QUERY_PARAM_NOT_FOUND
SELCONT_NOT_FOUND
SEL_FIELD_NOT_FOUND
WRONG_PARAMETERS