Menu

SAP Function Module CO_BC_RESBD_OF_ORDER_GET

Lesen der Komponenten zu einem Auftrag

The Function Module CO_BC_RESBD_OF_ORDER_GET (Lesen der Komponenten zu einem Auftrag) is a standard Function Module in SAP ERP and is part of the function group COBC within the package CO.

Technical Information

Function Module CO_BC_RESBD_OF_ORDER_GET
Short Text Lesen der Komponenten zu einem Auftrag
Function Group COBC
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_ACT LIKE AUFK-AUFNR Order (network) number
CHECK_DELETED LIKE RC27X-FLG_SEL ' ' Check on (status logical) deleted
CHECK_VBKZ_DEL LIKE SY-DATAR 'X' No records with update indicator - D or X
GET_OLD LIKE RC27X-FLG_SEL ' ' Set up table of old materials (_/X)
I_ARCHIVE LIKE RC27X-FLG_SEL ' ' Aufruf aus Archivierung
NO_MAKTX LIKE RC27X-FLG_SEL 'X' Material text is not required
NO_READ LIKE SY-DATAR ' ' No dynamic read from database
NO_STATX LIKE RC27X-FLG_SEL 'X' Do not format status text

Exporting Parameters

This function module does not define any EXPORTING parameters.

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
ARESB_EXP LIKE ARESB Table of old materials
RESBD_GET LIKE RESBDGET Table for current materials

Exceptions

This function module does not define any Exceptions.