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_API_DECLARE (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_DECLARE |
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 | |
IM_PREFERRED_STATE | TYPE | SRMSTATID | Status der verwendet werden soll. Initial - höchsten Status verwenden |
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.