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 MB_READ_CONSIGNMENT (Lesen Konsignationsdaten zu einem Material) is a standard Function Module in SAP ERP and is part of the function group MBBK within the package MB.
Function Module | MB_READ_CONSIGNMENT |
Short Text | Lesen Konsignationsdaten zu einem Material |
Function Group | MBBK |
Package | MB |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_MEPRCK | LIKE | MEPRCK | Daten für Konsi-Infosatz | |
I_MTCOM | LIKE | MTCOM | Materialschlüssel: | |
I_TCURM | LIKE | TCURM | TCURM mitgeben, falls gelesen | |
QTYONLY | LIKE | AM07M-XSELK | Nur MKOL-Bestände, kein Konsipreis | |
VALUEONLY | LIKE | AM07M-XSELK | Nur Konsipreis, keine MKOL-Bestände |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_MBEFU | LIKE | MBEFU | Materialdaten aus MATERIAL_READ | |
E_MEPRO | LIKE | MEPRO | Infosatzdaten, Konsipreis | |
E_MTCOR | LIKE | MTCOR | Returncodes für MATERIAL_READ |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INFO_NOT_FOUND | Infosatz bzw. Konsipreissegment nicht gefunden |