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 RMPS_ACL_MAINTAIN (Pflege Access Control Lists) is a standard Function Module in SAP ERP and is part of the function group RMPS_ACL_DIALOG within the package RMPS_PRO_AUTH.
Function Module | RMPS_ACL_MAINTAIN |
Short Text | Pflege Access Control Lists |
Function Group | RMPS_ACL_DIALOG |
Package | RMPS_PRO_AUTH |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_UPDATE | TYPE | SCMG_PROCESSING_MODE | 'D' | Bearbeitungs-Modus: C(reate), M(odify), D(isplay) |
IM_VAR_TITLE | TYPE | CHAR40 | 'Titel' | Character 40-Stellen |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CHG_IF_RMPS_ACL | CLASS | IF_RMPS_ACL | ACL bearbeiten | |
CHG_REL_ID | TYPE | RMPS_ACL_REL_ID | Id Verknüpfung ACL zu Objekt |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ACLOBJ_TABLE | TYPE | RMPS_ACL_S_DIALOG_T | Tabellentyp zur Ausgabestruktur von ACL | |
EXCLUDED_ORGOBJ | LIKE | SWHACTOR | Objekte die nicht angeboten werden sollen |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
USER_CANCELLED | Bearbeitung durch Benutzer abgebrochen |