The Function Module IDOCTYPE_READ_DEFAULTS (Defaults für die technischen Felder eines IDoctyps) is a standard Function Module in SAP ERP and is part of the function group DMC_IDOC within the package S_DMCM.
Function Module | IDOCTYPE_READ_DEFAULTS |
Short Text | Defaults für die technischen Felder eines IDoctyps |
Function Group | DMC_IDOC |
Package | S_DMCM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CIMTYPE | LIKE | EDI_IAPI00-CIMTYP | Erweiterung | |
IDOCTYPE | LIKE | EDI_IAPI00-IDOCTYP | Basistyp | |
MESSAGETYPE | LIKE | EDI_IAPI00-MESTYP | Nachrichtentyp | |
RELEASE | LIKE | SY-SAPRL | SY-SAPRL | R/3-System, Release-Stand des R/3-Systems |
VERSION | LIKE | EDI_VERREC-VERSION | '3' | Version der IDoc Satzarten |
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 |
---|---|---|---|---|
DEFAULTS | LIKE | DMC_IDOCDF | Defaultwerte für technische Felder eines IDocs |
This function module does not define any Exceptions.