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 PM_PARTNER_LENGTH (Partnernummer in korrekte Länge konvertieren) is a standard Function Module in SAP ERP and is part of the function group IPAR within the package ILOM.
Function Module | PM_PARTNER_LENGTH |
Short Text | Partnernummer in korrekte Länge konvertieren |
Function Group | IPAR |
Package | ILOM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NRART | LIKE | TPAR-NRART | Partner type | |
PARNR_IMP | LIKE | IHPA-PARNR | Partner number (Export) | |
PARVW | LIKE | IHPA-PARVW | Partner function |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NRART_EXP | LIKE | TPAR-NRART | Partner type (Export) | |
PARNR_EXP | LIKE | IHPA-PARNR | Partner number (Export) |
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 |
---|---|
INVALID_PARVW | Partner function not valid |
PARVW_AND_NRART_INITAL | Partner function and type are initial |