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 RMPS_API_MOVE (API zum Veröffentlichen von Objekten) is a standard Function Module in SAP ERP and is part of the function group RMPS_API within the package RMPS_PRO_GENERAL.
Function Module | RMPS_API_MOVE |
Short Text | API zum Veröffentlichen von Objekten |
Function Group | RMPS_API |
Package | RMPS_PRO_GENERAL |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_ANCHOR | TYPE | BAPIANCHOR | Einfügen am Anker falls initial, bestimmen durch Methode oder first fit | |
IM_FOLDER_GUID | TYPE | SCMG_CASE_GUID | Folder Schlüssel | |
IM_INSERT_FOLDER | TYPE | SRMBOOLEAN | IF_SRM->FALSE | X' - Keine Parts verwenden-> Einfügen direkt in Vorgangsakte |
IM_OBJECT_RMSID | TYPE | BAPIRMSID | RMS ID in SRM | |
IM_OBJECT_SPSID | TYPE | BAPISPSID | Elementart-ID | |
IM_PART_CLASS | TYPE | BAPIDCLASS | Ablageort eines Dokuments in SRM (Content-Modell) | |
IM_PART_ID | TYPE | BAPIGUID | GUID |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EX_RETURN | TYPE | 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 |
---|---|---|---|---|
IM_OBJECT_POID | TYPE | BAPIPROPT | List Poid des zu veröffentlichen Objekts |
This function module does not define any Exceptions.