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 FMRP_UT_GET_SELECTIONS (Lesen der Selektionskriterien) is a standard Function Module in SAP ERP and is part of the function group FMRP_UT within the package FMRP.
Function Module | FMRP_UT_GET_SELECTIONS |
Short Text | Lesen der Selektionskriterien |
Function Group | FMRP_UT |
Package | FMRP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ADD_LIST | TYPE | XFELD | Andruck der Selektionskriterin | |
I_COMPRESS | TYPE | XFELD | 'X' | leere Selektionen komrimieren |
I_DIALOG | TYPE | XFELD | Anzeige im Dialog | |
I_FREE_SELECTIONS | TYPE | XFELD | 'X' | Freie Abgrenzungen selektieren |
I_MAXCNT | TYPE | I | 5 | Maximale Anzeige von Einträgen eines Selektionskriteriums |
I_REPORT_NAME | LIKE | RSVAR-REPORT | Reportname | |
I_SIMPLE_LIST | TYPE | XFELD | Anzeige als einfache Liste |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EXT_SEL_TAB | LIKE | FMKBO_SELTAB | Struktur für Informationen über Parameter und Select-Options | |
I_T_SELFIELDS | LIKE | FMKBO_SELFIELD | Selektionskriterien : Name und Bezeichnung |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_ENTRIES | Keine Einträge vorhanden ! |