Menu

SAP Function Module CP_CA_GET_MAPL_DATA

Ermitteln aller gültigen MAPL Sätze für CATT

The Function Module CP_CA_GET_MAPL_DATA (Ermitteln aller gültigen MAPL Sätze für CATT) is a standard Function Module in SAP ERP and is part of the function group CPCA within the package CP.

Technical Information

Function Module CP_CA_GET_MAPL_DATA
Short Text Ermitteln aller gültigen MAPL Sätze für CATT
Function Group CPCA
Package CP
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
INDEX LIKE SY-TABIX Index zum lesen der aktuellen MAPL Zeile
PLNTY LIKE MAPL-PLNTY Plantyp

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ENTRIES LIKE SY-TABIX Anzahl der MAPL Einträge zum Plantyp
MATNR LIKE MAPL-MATNR Materialnummer
PLNAL LIKE MAPL-PLNAL Planalternative
PLNNR LIKE MAPL-PLNNR Plannummer
PLNTY LIKE MAPL-PLNTY Plantyp
WERK LIKE MAPL-WERKS Werk

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FLAG_SCHON_GELESEN TYPE C SPACE Wird gesetzt falls MAPL von Datenbank gelesen

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.