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 LXE_PC1_XML_RFC_IMPORT (Import einer PC*-Gruppe per RFC) is a standard Function Module in SAP ERP and is part of the function group LXE_PC1 within the package SLXE.
Function Module | LXE_PC1_XML_RFC_IMPORT |
Short Text | Import einer PC*-Gruppe per RFC |
Function Group | LXE_PC1 |
Package | SLXE |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
COLLNAM | TYPE | LXECOLLNAM | '' | Name der Kollektion |
COLLTYP | TYPE | LXECOLLTYP | 'X' | Typ der Kollektion |
CUSTMNR | TYPE | LXECUSTMNR | Customer Number | |
DOMATYP | TYPE | LXEDOMATYP | 'X' | Domänentyp |
LANGUAGE | TYPE | LXEISOLANG | '++++' | ISO Language ID |
OBJNAME | TYPE | LXEOBJNAME | '' | Name des Übersetzungsobjekts |
SAVE_TO_DB | TYPE | CHAR1 | 'X' | Single-Character Flag |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IMP_LANG | TYPE | LXEISOLANG | ISO Language ID | |
IMP_NAME | TYPE | LXEOBJNAME | Name of Translation Object | |
PSTATUS | TYPE | LXESTATPRC | Process Status |
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 |
---|---|---|---|---|
LT_PCZ | LIKE | LXE_PCZ | Transfer Structure for PCZ Objects | |
LT_PCZ_TX_DUM | LIKE | LXE_PCZ_TX | Texts of PCZ Objects |
This function module does not define any Exceptions.