TCOFP SAP (FORM subscreen for functions in milestone/trigger point) Table details

Dictionary Type: Table
Description: FORM subscreen for functions in milestone/trigger point




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




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

TCOFP is a standard SAP Table which is used to store FORM subscreen for functions in milestone/trigger point data and is available within R/3 SAP systems depending on the version and release level.

The TCOFP table consists of various fields, each holding specific information or linking keys about FORM subscreen for functions in milestone/trigger point data available in SAP. These include AUTYP (Order category), DYN_POOL (Module pool subscreen & check program), DYN_NUMB (Sub-screen number), DYN_PROG (Check program).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TCOFK


SAP TCOFP table 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
FKTIDFunction ID for milestone function MLST_FKTIDNUMC2FKTID
AUTYPOrder category AUFTYPNUMC2AUFTYP
DYN_POOLModule pool subscreen & check program DYN_POOLCHAR40PROGRAM_ID
DYN_NUMBSub-screen number DYN_NUMBNUMC4DYNPRONR
DYN_PROGCheck program DYN_PROGCHAR30MODULN
FKT_POOLModule pool for form routine FKT_POOLCHAR40PROGRAM_ID
FKT_PROGForm routine for milestone/trigger point function FKT_PROGCHAR30MODULN
DYN_POOL_SModule pool subscreen & check program (std. milestone) DYN_POOL_SCHAR40PROGRAM_ID
DYN_NUMB_SSubscreen number (std. milestone) DYN_NUMB_SNUMC4DYNPRONR
DYN_PROG_SCheck program (std. milestone) DYN_PROG_SCHAR30MODULN

Key field Non-key field



How do I retrieve data from SAP table TCOFP using ABAP code

The following ABAP code Example will allow you to do a basic selection on TCOFP to SELECT all data from the table
DATA: WA_TCOFP TYPE TCOFP.

SELECT SINGLE *
FROM TCOFP
INTO CORRESPONDING FIELDS OF WA_TCOFP
WHERE...

How to access SAP table TCOFP

Within an ECC or HANA version of SAP you can also view further information about TCOFP 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!