Menu

SAP Function Module MCB_STOCK_SELECT

Selektion von Bestandsfeldern für das Bestandscontrolling

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 MCB_STOCK_SELECT (Selektion von Bestandsfeldern für das Bestandscontrolling) is a standard Function Module in SAP ERP and is part of the function group MCB1 within the package MCB.

Technical Information

Function Module MCB_STOCK_SELECT
Short Text Selektion von Bestandsfeldern für das Bestandscontrolling
Function Group MCB1
Package MCB
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_MARC TYPE BOOLE 'X' Werksbestand
I_MARD TYPE BOOLE 'X' Lagerortbestand
I_MBEW TYPE BOOLE 'X' Bewerteter Bestand
I_MCHB TYPE BOOLE 'X' Chargenbestand
I_MKOL TYPE BOOLE Lieferantenkonsignation
I_MSKA TYPE BOOLE Kundeneinzelbestand
I_MSKU TYPE BOOLE 'X' Kundenkonignation
I_MSLB TYPE BOOLE 'X' Lohnbearbeiterbestand
I_MSPR TYPE BOOLE Projektbestand
I_NULL_STOCKS TYPE BOOLE ' ' Nullbestände mitselektieren

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
BWKREIS_SEL LIKE MCBRBWK Ranges-Struktur für Bewertungskreise
T_EBEW LIKE MCBXEBEW Übergabestruktur bewerteter Kundenauftragsbestand
T_MBEW LIKE MBEW Materialbewertung
T_QBEW LIKE MCBXQBEW Übergabestruktur bewerteter Projektbestand

Exceptions

This function module does not define any Exceptions.