FERC_F6 SAP (Organizational assignments of CO objects) Table details

Dictionary Type: Table
Description: Organizational assignments of CO objects




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




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

FERC_F6 is a standard SAP Table which is used to store Organizational assignments of CO objects data and is available within R/3 SAP systems depending on the version and release level.

The FERC_F6 table consists of various fields, each holding specific information or linking keys about Organizational assignments of CO objects data available in SAP. These include RUN_ID (Regulatory reporting run identification number), OBJNR (Object number), BUKRS (Company Code), GSBER (Business Area).. 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: Not classified


SAP FERC_F6 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 MANDTCLNT3T000MANDT
RUN_IDRegulatory reporting run identification number FE_RUN_IDNUMC4FERC_R0FE_RUN_ID
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
PRCTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
CLRG_OBJCO object clearing indicator FE_CLRG_OBJCHAR1FE_CLRG_OBJ
COBJ_CATClearing group FE_COBJ_CATCHAR4FERC_C14ALPHAFE_COBJ_CAT
PATHSNumber of paths starting from a sender object FE_PATHSINT410

Key field Non-key field



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

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

SELECT SINGLE *
FROM FERC_F6
INTO CORRESPONDING FIELDS OF WA_FERC_F6
WHERE...

How to access SAP table FERC_F6

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