Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module SUSR_USERS_LIST_WITH_PROF_ALV (Benutzerliste mit Aktivitätsgruppen (werden nachselektiert)) is a standard Function Module in SAP ERP and is part of the function group SUSD within the package SUSR.
Function Module | SUSR_USERS_LIST_WITH_PROF_ALV |
Short Text | Benutzerliste mit Aktivitätsgruppen (werden nachselektiert) |
Function Group | SUSD |
Package | SUSR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CALLER_NAME | TYPE | RS38M-PROGRAMM | SPACE | Name des Aufrufers |
PF_STATUS_SET_PROGRAM | TYPE | SLIS_FORMNAME | SPACE | Name des Status |
USERS_LOCK | TYPE | USINFLCK_T | Tabellentype für die Staruktur USINFOLOCK | |
USER_COMMAND_PROGRAM | TYPE | SLIS_FORMNAME | SPACE | Name des Unterprogramms |
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 |
---|---|---|---|---|
USERS_COMPLETE | LIKE | USUSERALL | Users: complete information |
This function module does not define any Exceptions.