Menu

SAP Function Module CO_IT_OPR_READ_COMPLETE

Lesen aller Arbeitsvorgänge zu einem Projekt/Auftrag

The Function Module CO_IT_OPR_READ_COMPLETE (Lesen aller Arbeitsvorgänge zu einem Projekt/Auftrag) is a standard Function Module in SAP ERP and is part of the function group COIT within the package CO.

Technical Information

Function Module CO_IT_OPR_READ_COMPLETE
Short Text Lesen aller Arbeitsvorgänge zu einem Projekt/Auftrag
Function Group COIT
Package CO
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
AUFNR_IMP LIKE AUFK-AUFNR SPACE Order number
FLG_NO_LOEKZ_CHECK LIKE RC27X-FLG_SEL SPACE Vorgänge mit Löschkennzeichen
PROJN_IMP LIKE PROJ-PSPNR Project number

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ENTRIES LIKE SY-TABIX No. of operations acc.to import parameter

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
OPR_ITAB LIKE SFC_ITAB Table of the operation entries in ITAB

Exceptions

This function module does not define any Exceptions.