Menu

SAP Function Module CP_BT_PLFL_OPR_BKNT1_GET

Folgen ermitteln, die einen Planknoten als Absprungvorgang nutzen

The Function Module CP_BT_PLFL_OPR_BKNT1_GET (Folgen ermitteln, die einen Planknoten als Absprungvorgang nutzen) 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_PLFL_OPR_BKNT1_GET
Short Text Folgen ermitteln, die einen Planknoten als Absprungvorgang nutzen
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
PLNFL LIKE PLFLD-BEZFL Sequence (master sequence)
PLNKN LIKE PLFLD-BKNT1 Task list node of the master sequence
PLNNR LIKE PLFLD-PLNNR Task list number
PLNTY LIKE PLFLD-PLNTY Task list type

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ENTRIES LIKE SY-TABIX Number of found sequences

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PLFLD_TAB LIKE PLFLD Sequences with task list node as a branch operation

Exceptions

This function module does not define any Exceptions.