The Function Module ACE_DS_PARAM_TAB_TO_STRUC_CONV (Konvertieren der Parameter des Distribution-Servers in eine Struktur) is a standard Function Module in SAP ERP and is part of the function group ACE_DS_OBJECTS_PARAM_CONV within the package ACE-DS.
Function Module | ACE_DS_PARAM_TAB_TO_STRUC_CONV |
Short Text | Konvertieren der Parameter des Distribution-Servers in eine Struktur |
Function Group | ACE_DS_OBJECTS_PARAM_CONV |
Package | ACE-DS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DATE_OF_VALITY | TYPE | SY-DATUM | SY-DATUM | Datum und Zeit, aktuelles (Applikationsserver-)Datum |
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 |
---|---|---|---|---|
C_REFERENCE | LIKE | Struktur die gefüllt werden soll |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_ACEDSOP | LIKE | ACE_DS_METHOD_PARAMETER | Accrual Object Parameters |
This function module does not define any Exceptions.