Menu

SAP Function Module MCB_SELECT_REQUIREMENTS

Sammeln der Bedarfsmengen für Auswertungen im 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_SELECT_REQUIREMENTS (Sammeln der Bedarfsmengen für Auswertungen im Bestandscontrolling) is a standard Function Module in SAP ERP and is part of the function group MCBB within the package MCB.

Technical Information

Function Module MCB_SELECT_REQUIREMENTS
Short Text Sammeln der Bedarfsmengen für Auswertungen im Bestandscontrolling
Function Group MCBB
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
AUSWBS_IMP LIKE 'X' Kennzeichen 'Bestands-/Bedarfsliste'
AUSWDL_IMP LIKE SPACE Kennzeichen 'Dispoliste'
BDATUM_IMP LIKE SY-DATLO Enddatum
BERID_IMP LIKE MDMA-BERID Dispobereich
MATNR_IMP LIKE MARA-MATNR Material
PERIV_IMP LIKE TMC4-PERIV SPACE Geschäftsjahresvariante
PERKZ_IMP LIKE TMC4-SPERI 'T' Periodizität
VDATUM_IMP LIKE SY-DATLO Startdatum
WERKS_IMP LIKE MARC-WERKS Werk

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BEDARF_EXP LIKE S094-MNG02 Bedarfsmenge pro Material/Werk

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.