Menu

SAP Function Module QELA_QINF_SELECT

Selektionsbaustein zur Suche eines QINF-Satzes

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 QELA_QINF_SELECT (Selektionsbaustein zur Suche eines QINF-Satzes) is a standard Function Module in SAP ERP and is part of the function group QELA within the package QE.

Technical Information

Function Module QELA_QINF_SELECT
Short Text Selektionsbaustein zur Suche eines QINF-Satzes
Function Group QELA
Package QE
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_LIEFERANT LIKE QINF-LIEFERANT SPACE Vendor
I_MATERIAL LIKE QINF-MATNR SPACE Material number
I_REVLV LIKE QINF-REVLV SPACE
I_WERK LIKE QINF-WERK SPACE Plant
WINX1_09 LIKE SY-WINX1 10 Window coordinate to the left
WINX2_09 LIKE SY-WINX2 60 Window coordinate to the right
WINY1_09 LIKE SY-WINY1 10 Window coordinate above
WINY2_09 LIKE SY-WINY2 17 Window coordinate below

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_QINF LIKE QINF selected QINF record

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
NO_DATA_FOUND No record found
NO_DATA_SELECTED nothing selected