The Function Module CATSXT_MOVE_STRUC1_TO_STRUC2 (Uebertragen von nicht initialen Feldern der Struktur 1 in die Struktur 2) is a standard Function Module in SAP ERP and is part of the function group CATSXT_UTIL within the package CATX.
Function Module | CATSXT_MOVE_STRUC1_TO_STRUC2 |
Short Text | Uebertragen von nicht initialen Feldern der Struktur 1 in die Struktur 2 |
Function Group | CATSXT_UTIL |
Package | CATX |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_NO_OVERWRITE | TYPE | XFELD | SPACE | Gefuellte Felder der Struk 2 werden nicht mit Werten aus Struk 1 ueberschrieben |
IM_STRUCTURE_ONE | TYPE | ANY | Struktur1 aus der nicht initiale Felder gemovt werden |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CH_STRUCTURE_TWO | TYPE | ANY | Struktur2 in die nicht initiale Felder der Struktur 1 gemovt werden |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.