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_POST_GET_PROPERTIES_API (Lesen der Attribute) is a standard Function Module in SAP ERP and is part of the function group RMPS_POST_API within the package RMPS_SP_POST.
Function Module | RMPS_POST_GET_PROPERTIES_API |
Short Text | Lesen der Attribute |
Function Group | RMPS_POST_API |
Package | RMPS_SP_POST |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_DOCUMENTCLASS | TYPE | BAPISRMREC-DOCCLASS | Dokument-Klasse des Posteingangsstücks | |
IM_DOC_CONTEXT | TYPE | BAPIDOCCONTEXT | SRM Kontext für Dokumentzugriff | |
IM_GET_ALL | TYPE | BAPISRMREC-BOOLEAN | Lesen aller Attribute LOIO und PHIO | |
IM_OBJECTID | TYPE | BAPISRMREC-GUID | Objekt-ID (GUID) des Posteingangsstücks | |
IM_WHOLE_DOCUMENT | TYPE | BAPISRMREC-BOOLEAN | SPACE | Am ganzen Dokument 'X' oder nur an einer Version/Variante ' ' |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EX_PATH_ID | TYPE | SRMWFPTHID | Laufwegs-ID | |
EX_RETURN | LIKE | BAPIRET2 | Returnwert | |
EX_SENDER_BPART | TYPE | BU_PARTNER | Geschäftspartnernummer des Einsenders |
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 |
---|---|---|---|---|
TAB_PROPERTIES | LIKE | BAPIPROPTB | Attribute und Werte der Attribute |
This function module does not define any Exceptions.