Menu

SAP Function Module CP_DT_DTAB_CREATE

Set up dialog table

The Function Module CP_DT_DTAB_CREATE (Set up dialog table) is a standard Function Module in SAP ERP and is part of the function group CPDT within the package CP.

Technical Information

Function Module CP_DT_DTAB_CREATE
Short Text Set up dialog table
Function Group CPDT
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_EXT_IMP LIKE SPACE Indicator: display external task lists
FLG_REF_IMP LIKE 'X' Indicator: delete references
PLNTY_IMP LIKE PLKO-PLNTY Task list type for dialog table to be set up
RC271_IMP LIKE RC271 ' ' Data from selection on initial screen
RC27I_IMP LIKE RC27I Index field string on document table
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 generated list
FLG_LST_EXISTS_EXP LIKE List already exists
LSTNR_EXP LIKE RCLST-LSTNR List number of generated list

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.