Menu

SAP Function Module MAP_COMPLEX_STRUCT_INTO_TABLES

Konvertierung der Inhalte der komplexen Struktur ins R/3 Tabellenformat

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

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 MAP_COMPLEX_STRUCT_INTO_TABLES (Konvertierung der Inhalte der komplexen Struktur ins R/3 Tabellenformat) is a standard Function Module in SAP ERP and is part of the function group ADPT_COCALL within the package CRMV.

Technical Information

Function Module MAP_COMPLEX_STRUCT_INTO_TABLES
Short Text Konvertierung der Inhalte der komplexen Struktur ins R/3 Tabellenformat
Function Group ADPT_COCALL
Package CRMV
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_TRANSFER_DATA TYPE ADPCOMPTYP Adapter Test: Komplexer Datentyp
I_TRANSFER_DATA_OLD TYPE ADPCOMPTYP Adapter Test: Komplexer Datentyp

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
TO_CRMADPTST1 LIKE CRMADPTST1 Adapter Test Kopftabelle
TO_CRMADPTST2 LIKE CRMADPTST2 Adapter Test Kindtabelle

Exceptions

This function module does not define any Exceptions.