Menu

SAP Function Module CP_BT_DTAB_OPR_REF_EXPLODE

Auflösen eines Standardplanverweises in der Dialogtabelle

The Function Module CP_BT_DTAB_OPR_REF_EXPLODE (Auflösen eines Standardplanverweises in der Dialogtabelle) 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_DTAB_OPR_REF_EXPLODE
Short Text Auflösen eines Standardplanverweises in der Dialogtabelle
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
COMP_EXP_IMP LIKE SPACE Indicator: Complete explosion
FLG_MESSAGE LIKE SPACE Indicator: Output message if task list cannot be exploded
INDEX_DT_IMP LIKE Index on reference record in dialo
PLPOD_REF_IMP LIKE PLPOD referenced record from document ta
TCA11_IMP LIKE TCA11 Object status field string

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ENTRIES_EXP LIKE SY-TABIX Number of entries in dialog table
FLG_NOT_POSSIBLE LIKE Explosion not possible
RCLST_REF_EXP LIKE RCLST Record from dialog table of the re

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
DIALOG_TAB LIKE RCLST Dialog table

Exceptions

This function module does not define any Exceptions.