Menu

SAP Function Module CM_CL_P_COM_PROVIDE_OPR_ID

Bereitstellen des Vorgangsidents einer Komponentenzuordnung

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module CM_CL_P_COM_PROVIDE_OPR_ID (Bereitstellen des Vorgangsidents einer Komponentenzuordnung) is a standard Function Module in SAP ERP and is part of the function group CMCL within the package CP.

Technical Information

Function Module CM_CL_P_COM_PROVIDE_OPR_ID
Short Text Bereitstellen des Vorgangsidents einer Komponentenzuordnung
Function Group CMCL
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_ITM_IDENT TYPE CSCL_ITM_ID_XT_TYPE Stücklistenposition
I_KEY_DATE LIKE COM_CLASS_DATA-DATUV Stichtag für Zuordnung
I_OPR_REF_IDENT TYPE CPCL_OPR_REF_SET_TAB_TYPE Vorgänge aus Normal- und Standardarbeitsplänen sowie Standardaufgaben
I_PLNNR LIKE COM_CLASS_DATA-PLNNR Plannummer
I_PLNTY LIKE COM_CLASS_DATA-PLNTY Plantyp
I_ROOT_STLAL LIKE COM_CLASS_DATA-STLAL_W Stücklistenalternative

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_COM_OPR_REF_IDENT TYPE CPCL_OPR_REF_SET_TAB_TYPE Vorgänge mit Zuordnungen aus spezifiziertem Plan

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.