TCTPLP SAP (Table Control Structure for Maintenance of Process Templates) Structure details

Dictionary Type: Structure
Description: Table Control Structure for Maintenance of Process Templates




ABAP Code to SELECT data from TCTPLP
Related tables to TCTPLP
Access table TCTPLP




Structure field list including key, data, relationships and ABAP select examples

TCTPLP is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Table Control Structure for Maintenance of Process Templates" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TCTPLP TYPE TCTPLP.

The TCTPLP table consists of various fields, each holding specific information or linking keys about Table Control Structure for Maintenance of Process Templates data available in SAP. These include TPLPOS (Template Item), LINE_TYPE (CO-ABC Row Type in Template (Template Maintenance)), LINE_TYPEL (Row Type Name in Template), OBJ_STAT (Status: Object Selection).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TCTPLP structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MARKIndicator: posting line selected? MARKCHAR1XFELD
TPLPOSTemplate Item ABC_TPLPOSNUMC8ABC_TPLPOS
LINE_TYPECO-ABC Row Type in Template (Template Maintenance) ABC_POSTYP_1CHAR1ABC_POSTYP_1
LINE_TYPELRow Type Name in Template ABC_PTYPLCHAR55CHAR55
OBJ_STATStatus: Object Selection ABC_TPLOBJCHAR1ABC_STATUS
AQUAN_STATStatus: Formula Definition, Actual Quantity ABC_TPLAFOCHAR1ABC_STATUS
PQUAN_STATStatus: Formula Definition for Plan Quantity ABC_TPLPFOCHAR1ABC_STATUS
PWQUN_STATStatus: Formula Definition for Plan Quantity ABC_TPLPFOCHAR1ABC_STATUS
PQUAF_STATStatus: Formula Definition for Fixed Plan Quantity ABC_TPLFPFCHAR1ABC_STATUS
AQUAF_STATStatus: Formula Definition for Fixed Actual Quantity ABC_TPLFAFCHAR1ABC_STATUS
ABOOL_STATStatus: Boolean Formula, Actual ABC_TPLABOCHAR1ABC_STATUS
PBOOL_STATStatus: Boolean Formula, Plan ABC_TPLPBOCHAR1ABC_STATUS
VALT_STATStatus: Allocation Event ABC_TPLVALCHAR1ABC_STATUS
PVALT_STATStatus: Allocation Event ABC_TPLVALCHAR1ABC_STATUS
PCOSF_STATStatus, Fixed Plan Cost Forumla Definition CCA_TPLPCFCHAR1ABC_STATUS
PCOSV_STATStatus, Variable Plan Cost Forumla Definition CCA_TPLPCVCHAR1ABC_STATUS
ABOOL_VALActivation Condition ABC_CNDACTCHAR72ABC_METHOD
PBOOL_VALActivation Condition in Plan ABC_CNDPLNCHAR72ABC_METHOD
OBJ_VALSearch Method or Fixed Value for Object ABC_METOBJCHAR72ABC_METHOD
AQUAN_VALActual Quantity (Formula or Direct Entry) ABC_FRMACTCHAR72TXLINE
PQUAN_VALPlan Quantity (Formula or Direct Entry) ABC_FRMPLNCHAR72TXLINE
PWQUN_VALPrice for Variable Item ABC_PRICECHAR72TXLINE
PQUAF_VALFormula, Fixed Plan Quantity ABC_FRMPLFCHAR72TXLINE
AQUAF_VALFormula, Fixed Actual Quantity ABC_FRMACFCHAR72TXLINE
VALT_VALAllocation Event for Actual Data ABC_VALTCHAR72TXLINE
PVALT_VALAllocation Event for Actual Data ABC_VALTCHAR72TXLINE
PCOSF_VALFormula for Fixed Plan Costs CCA_FRMPCFCHAR72TXLINE
PCOSV_VALFormula for Variable Plan Costs CCA_FRMPCVCHAR72TXLINE
P_TEXTText for Item in Template ABC_POSTXTCHAR30TEXT30
QUAN_UNITUnit of Measure ABC_UNITUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



How do I retrieve data from SAP structure TCTPLP using ABAP code?

As TCTPLP is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TCTPLP as there is no data to select.

How to access SAP table TCTPLP

Within an ECC or HANA version of SAP you can also view further information about TCTPLP and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!