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 SRM_START_FRAMEWORK_RFC (externer Aufruf des SRM Frameworks) is a standard Function Module in SAP ERP and is part of the function group SRM_CLIENT within the package SRM_CLIENTFRAME_WIN.
Function Module | SRM_START_FRAMEWORK_RFC |
Short Text | externer Aufruf des SRM Frameworks |
Function Group | SRM_CLIENT |
Package | SRM_CLIENTFRAME_WIN |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_ACTIVITY | TYPE | SRMACTID | Activity | |
IM_CFW_SPS_ID | TYPE | SRMSPSID | SRMIF_CLIENTFRAME_ID | Element Type ID |
IM_CONTEXT_ATTRIBUTES | TYPE | RCM_CONTEXT_ATTRIBUTES_RFC | RFC: Kontextparameter und -Werte, aber ohne Typ Interface | |
IM_IS_MODEL | TYPE | SRMBOOLEAN | IF_SRM->FALSE | Aktivität auf Modell ausführen |
IM_OPTION_NAVIGATION | TYPE | SRMBOOLEAN | IF_SRM->TRUE | With Navigation |
IM_OPTION_ORGANIZER | TYPE | SRMBOOLEAN | IF_SRM->TRUE | With Organizer |
IM_ORGANIZER_RMS_ID | TYPE | SRMRMSID | 'S_RMS_DATA' | RMS ID für Organizer |
IM_ORGANIZER_SPS_ID | TYPE | SRMSPSID | 'SRM_SPS_ORGANIZER' | SPS ID des Organizers |
IM_PDIR_ID | TYPE | SRMPOIDID | PDIR ID | |
IM_RMS_ID | TYPE | STRING | RMS ID | |
IM_SPS_ID | TYPE | SRMSPSID | Element Type ID | |
IM_SP_POID | TYPE | SRM_LIST_POID | SP POID |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EX_RESULT_ACTIVITY_STATE | TYPE | I | Result Activity State (->IF_SRM_REQUEST) | |
EX_RESULT_IS_MODEL | TYPE | SRMBOOLEAN | Result ist Modellpoid | |
EX_RESULT_RMS_ID | TYPE | SRMSPSID | Result: RMS ID | |
EX_RESULT_SPS_ID | TYPE | SRMSPSID | Result: SPS ID | |
EX_RESULT_SP_POID | TYPE | SRM_LIST_POID | Result: SP POID |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
AUTHORIZATION_FAILURE | Berechtigung fehlt |
SRM_FAILURE | Fehler in SRM Framework oder Modul |