CFICC0C SAP (FIN Objects for Cost Centers) Table details

Dictionary Type: Table
Description: FIN Objects for Cost Centers




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




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

CFICC0C is a standard SAP Table which is used to store FIN Objects for Cost Centers data and is available within R/3 SAP systems depending on the version and release level.

The CFICC0C table consists of various fields, each holding specific information or linking keys about FIN Objects for Cost Centers data available in SAP. These include FOBJ_OBJECT_ID (Object ID), KOKRS (Controlling Area), FIN_COSTCTR (Cost Center), FINB_ARCHIVABLE (Archiving Indicator).. 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: Can be enhanced (character-type or numeric)


SAP CFICC0C 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
FOBJ_OBJECT_IDObject ID FOBJ_OBJECT_IDRAW16SYSUUID
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
FIN_COSTCTRCost Center FIN_COSTCTRCHAR22Assigned to domainFIN_COSTCTR
FINB_ARCHIVABLEArchiving Indicator FINB_ARCHIVABLECHAR1FINB_ARCHIVABLE
FINB_CREA_DATECreated On FINB_CREA_DATEDATS8DATE
FINB_CREA_TIMECreation Time FINB_CREA_TIMETIMS6TIME
FINB_CREATED_BYCreated By FINB_CREATED_BYCHAR12UNAME
FINB_CHNG_DATELast Changed On FINB_CHNG_DATEDATS8DATE
FINB_CHNG_TIMETime of Last Change FINB_CHNG_TIMETIMS6TIME
FINB_CHANGED_BYLast Changed By FINB_CHANGED_BYCHAR12UNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM CFICC0C
INTO CORRESPONDING FIELDS OF WA_CFICC0C
WHERE...

How to access SAP table CFICC0C

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