Menu

SAP Function Module CP_BT_PLKO_ENTRIES_DET

Anzahl PLKO-Einträge ermitteln

The Function Module CP_BT_PLKO_ENTRIES_DET (Anzahl PLKO-Einträge ermitteln) is a standard Function Module in SAP ERP and is part of the function group CPBT within the package CP.

Technical Information

Function Module CP_BT_PLKO_ENTRIES_DET
Short Text Anzahl PLKO-Einträge ermitteln
Function Group CPBT
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
FLG_ALL_IMP LIKE SPACE Determine total of all entries
FLG_DEL_IMP LIKE SPACE Determine total of all deleted ent
FLG_VAL_ALL_IMP LIKE SPACE Determine total of all valid entri
FLG_VAL_DEL_IMP LIKE SPACE Determine total of all valid delet
PLNNR_IMP LIKE PLKO-PLNNR Routing/plan/network number
PLNTY_IMP LIKE PLKO-PLNTY Routing/plan/network type

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ENTRIES_ALL_EXP LIKE SY-TABIX all entries
ENTRIES_DEL_EXP LIKE SY-TABIX all deleted entries
ENTRIES_VAL_ALL_EXP LIKE SY-TABIX all valid entries
ENTRIES_VAL_DEL_EXP LIKE SY-TABIX all deleted valid entries

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.