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 ALM_ME_PARTNER_DISPLAY_DATA (Anzeigedaten für einen Partner lesen) is a standard Function Module in SAP ERP and is part of the function group ALM_ME_PARTNER within the package ALM_ME.
Function Module | ALM_ME_PARTNER_DISPLAY_DATA |
Short Text | Anzeigedaten für einen Partner lesen |
Function Group | ALM_ME_PARTNER |
Package | ALM_ME |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ADDR_NO | TYPE | AD_ADDRNUM | Adreßnummer | |
I_COUNT | TYPE | I_COUNT | Counter zur Unterscheidung 6-stellig | |
I_PARNR | TYPE | I_PARNR | Ansprechpartner-Nummer | |
I_PARVW | TYPE | PARVW | Partnerrolle | |
I_TPA_KEY | TYPE | FLAG | ' ' | Neuer Schlüssel (ab MAM 2.5) verwenden |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PARTNER_KEY | LIKE | ALM_ME_PARTNER_KEY_STRUCT | Partnerschlüssel |
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 |
---|---|---|---|---|
RETURN | LIKE | BAPIRET2 | Returnparameter |
This function module does not define any Exceptions.