FAGL_CLOCO_COMNT SAP (Comments for Closing Cockpit) Table details

Dictionary Type: Table
Description: Comments for Closing Cockpit




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




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

FAGL_CLOCO_COMNT is a standard SAP Table which is used to store Comments for Closing Cockpit data and is available within R/3 SAP systems depending on the version and release level.

The FAGL_CLOCO_COMNT table consists of various fields, each holding specific information or linking keys about Comments for Closing Cockpit data available in SAP. These include PROFILE (Fast Close: Task List), INSTANCE (Counter), NODE (Node ID), ITEM (Node ID).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FAGL_CLOCO_COMNT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PROFILEFast Close: Task List TFC_PROFILECHAR10TFC_PROFILE
INSTANCECounter TFC_NUMINT410TFC_INSTANCE
NODENode ID SCMA_NODECHAR12SCMA_NODE
ITEMNode ID SCMA_NODECHAR12SCMA_NODE
TYPEComment Type FAGL_CLOCO_CMT_TYPECHAR2FAGL_CLOCO_CMT_TYPE
CRTIMEDate/Time of Comment Creation FAGL_CLOCO_CRTIMECHAR14TIMESTMP
CHTIMEABAP Time Stamp ABSTAMPCHAR14TIMESTMP
CRNAMEUser Name UNAMECHAR12UNAME
CHNAMEUser Name UNAMECHAR12UNAME
NOTEComment FAGL_CLOCO_NOTESTRG0

Key field Non-key field



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

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

SELECT SINGLE *
FROM FAGL_CLOCO_COMNT
INTO CORRESPONDING FIELDS OF WA_FAGL_CLOCO_COMNT
WHERE...

How to access SAP table FAGL_CLOCO_COMNT

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