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 SALG_SYS_GROUP_GET_SYSTEMS (Read systems of defined system group) is a standard Function Module in SAP ERP and is part of the function group SALG within the package SMOI.
Function Module | SALG_SYS_GROUP_GET_SYSTEMS |
Short Text | Read systems of defined system group |
Function Group | SALG |
Package | SMOI |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
GROUP_GUID | TYPE | CSMSYSGUID | GUID einer Gruppe im CCMS-Repository (Schneller) | |
GROUP_NAME | TYPE | CSMOBJNM | Name einer Systemgruppe im CCMS Repository | |
NAMESPACE | TYPE | CSMOBJNM | CSM_DEFAULT_DOMAIN | Namespace der Gruppe (erforderlich nur bei Anwendung von Group_name) |
RETURN_ONLY_VALID | TYPE | CSMACTIVE | CSM_YES | Y: Nur überwachte Systeme ermitteln, N, alle Systeme der Gruppe |
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 |
---|---|---|---|---|
MEMBER_SYSTEMS | LIKE | CSMBK | Faktentabelle des CCMS System-Repository | |
MEMBER_SYSTEMS_SID | LIKE | ALSYSID | CCMS Monitorarchitektur: nur SYSID |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
BOTH_GUID_AND_NAME_GIVEN | Nur ein Eingabewert ist zuläßig |
GROUP_HAS_NO_MEMBERS | Gruppe hat keine Mitglieder - Keine Systeme sind der Gruppe im Rep. zugeordnet |
GROUP_NOT_FOUND_IN_REPOSITORY | Gruppe existiert nicht, muss im CCMS-System-Repository angelegt werden |
INTERNAL_ERROR | Problem im CCMS-System-Repository aufgetreten |
NEITHER_GUID_NOR_NAME_GIVEN | Wert für einen der Eingabeparameter muss übergeben werden |
NOT_AUTHORIZED | Berechtigung fehlt |