The Function Module ISR_REQUESTS_GET (Sammeln meiner Service Requests - Web Dynpro) is a standard Function Module in SAP ERP and is part of the function group MPO_46CFF_ISR_MINIAPP within the package MPO_46CFF_ISR.
Function Module | ISR_REQUESTS_GET |
Short Text | Sammeln meiner Service Requests - Web Dynpro |
Function Group | MPO_46CFF_ISR_MINIAPP |
Package | MPO_46CFF_ISR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MAXNUM | TYPE | INT4 | maximale Anzahl angezeigter Anträge | |
PARTNER | TYPE | MPO_PARTNER | 'C' | Antragsteller (C), Verantwortlicher (P), Genehmigender (A) |
PASTDAYS | TYPE | INT4 | '365' | Anzahl der Tage in die Vergangenheit für die Selektion |
READ_BUFFER | TYPE | C | Lesen des Puffers ('X'), Löschen des Puffers (' ') | |
SCENARIO | TYPE | CHAR4 | Schlüssel für ein Szenario | |
USER | TYPE | SYUNAME | SY-UNAME | R/3-System, Anmeldename des Benutzers |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RETURN | LIKE | BAPIRET2 | Returnparameter |
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 |
---|---|---|---|---|
QMARTT | LIKE | COSEL | Selektionstabelle mit Feldname | |
SERVICE_REQUEST_LIST | LIKE | ISR_SERVICE_REQUEST | Struktur für Anzeige der Service Requests (ISR, MANF, ESS) |
This function module does not define any Exceptions.