The Function Module CM_CL_P_COM_PROVIDE (Bereitstellen von Komponentenzuordnungen) is a standard Function Module in SAP ERP and is part of the function group CMCL within the package CP.
Function Module | CM_CL_P_COM_PROVIDE |
Short Text | Bereitstellen von Komponentenzuordnungen |
Function Group | CMCL |
Package | CP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DATE_FROM | LIKE | COM_CLASS_DATA-DATUV | SY-DATUM | Stichtag |
I_IDENT_OPR | LIKE | COM_CLASS_DATA-IDENT | Vorgangsident | |
I_PLNAL | LIKE | COM_CLASS_DATA-PLNAL | Plangruppenzähler | |
I_PLNFL | LIKE | COM_CLASS_DATA-PLNFL | Planfolge | |
I_PLNNR | LIKE | COM_CLASS_DATA-PLNNR | Plannummer | |
I_PLNTY | LIKE | COM_CLASS_DATA-PLNTY | Plantyp |
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 |
---|---|---|---|---|
E_COM_CLASS_DATA | LIKE | COM_CLASS_DATA | Tabelle der gültigen Komponentenzuordnungen | |
I_ITM_TREE_CLASS_DATA | LIKE | ITM_TREE_CLASS_DATA | Tabelle zu bearbeitender Stücklistenpositionen |
This function module does not define any Exceptions.