The Function Module MD_READ_SR_LIST_PREFETCH (Prefetch-Baustein zum parallelen Einlesen BBL) is a standard Function Module in SAP ERP and is part of the function group MRP7 within the package MD03.
Function Module | MD_READ_SR_LIST_PREFETCH |
Short Text | Prefetch-Baustein zum parallelen Einlesen BBL |
Function Group | MRP7 |
Package | MD03 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IS_CM61X | LIKE | CM61X | Steuerungs-KZ Bedarfsplanung -Transaktionsebene- | |
IS_SFILT | LIKE | SFILT | Struktur Einlesefilter und Anzeige | |
IV_MAXTASK | LIKE | PARUSER-MAXTASK | Maximale Anzahl Tasks für Parallelverarbeitung | |
IV_PACKSIZE | LIKE | PARUSER-PACKSIZE | Maximale Anzahl an Materialien pro Paket | |
IV_SVGRP | LIKE | PARUSER-SVGRP | Servergruppe für paralleles Einlesen |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_MATERIALS | LIKE | MDS_PARALLEL_READ_RESULT | Kontrollstruktur paralleles Lesen von BBLs | |
IT_MDMWX | LIKE | MDMW | Hilfsstruktur für Dispobereich |
This function module does not define any Exceptions.