The Function Module ALM_ME_ENHANCEMENT_CONVERSION (Umwandeln der Kundenerweiterbaren Strukturen in allgemeine) is a standard Function Module in SAP ERP and is part of the function group ALM_ME_TOOLS within the package ALM_ME.
Function Module | ALM_ME_ENHANCEMENT_CONVERSION |
Short Text | Umwandeln der Kundenerweiterbaren Strukturen in allgemeine |
Function Group | ALM_ME_TOOLS |
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 |
---|---|---|---|---|
STRUCTURE_IN | LIKE | Input Structure ALM_ME_CUSTOM_* | ||
STRUCTURE_NAME | TYPE | DDOBJNAME | Name of an ABAP/4 Dictionary object |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
ENHANCEMENT_DATA | LIKE | ALM_ME_CUSTOMER_ENHANCEMENT | Pass user-speific fields to the mobile device | |
STANDARD_TABLE | LIKE | Tabelle mit SAP standard Daten | ||
TABLE_IN | LIKE | Tabelle mit importdaten |
This function module does not define any Exceptions.