Menu

SAP Function Module CM_DU_COM_READ

Lesen von Komponentenzuordnungen

The Function Module CM_DU_COM_READ (Lesen von Komponentenzuordnungen) is a standard Function Module in SAP ERP and is part of the function group CMDU within the package CP.

Technical Information

Function Module CM_DU_COM_READ
Short Text Lesen von Komponentenzuordnungen
Function Group CMDU
Package CP
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_COM_IDENT TYPE CMCL_COM_TAB_TYPE Ident der zu lesenden Komponentenzuordnung
I_DATE_FROM LIKE COM_CLASS_DATA-DATUV Gültigkeitsdatum ab
I_DATE_TO LIKE COM_CLASS_DATA-DATUB Gültigkeitsdatum bis

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_COM_INV TYPE CMCL_COM_VERS_TAB_TYPE Als ungültig erkannte Komponentenzuordnungen
E_PLANMZ TYPE CMCL_COM_PLMZ_TAB_TYPE Tabelle der gültigen Komponentenzuordnungen

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.