The Function Module CM_CL_P_COM_CREATE (Anlegen einer Komponentenzuordnung) 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_CREATE |
Short Text | Anlegen einer Komponentenzuordnung |
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_COM_CLASS_DATA | LIKE | COM_CLASS_DATA | Anzulegende Komponentenzuordnung | |
I_ECN_S | LIKE | COM_CLASS_DATA-AENNR | SPACE | Änderungsnummer |
I_KEY_DATE_S | LIKE | SY-DATUM | Stichtag |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_ZUONR | LIKE | COM_CLASS_DATA-ZUONR | Erzeugte Zuordnungsnummer |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.