CFIORMNF0C SAP (FIN Objects for Manufacturing Orders) Table details

Dictionary Type: Table
Description: FIN Objects for Manufacturing Orders




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




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

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

The CFIORMNF0C table consists of various fields, each holding specific information or linking keys about FIN Objects for Manufacturing Orders data available in SAP. These include FOBJ_OBJECT_ID (Object ID), FIN_ORD (Order), FIN_COMPANY (Company), FIN_LOCATION (Location).. 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 CFIORMNF0C 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
FIN_ORDOrder FIN_ORDCHAR22FIN_ORD
FIN_COMPANYCompany FIN_COMPANYCHAR22Assigned to domainFIN_COMPANYFIN_COMPANY
FIN_LOCATIONLocation FIN_LOCATIONCHAR22Assigned to domainFIN_LOCATION
FIN_VALCLASSValuation Class FIN_VALCLASSCHAR4FIN_VALCLASS
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
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 CFIORMNF0C using ABAP code

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

SELECT SINGLE *
FROM CFIORMNF0C
INTO CORRESPONDING FIELDS OF WA_CFIORMNF0C
WHERE...

How to access SAP table CFIORMNF0C

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