FAGLCOFIVARC SAP (Variants for Real-Time Integration CO->FI) Table details

Dictionary Type: Table
Description: Variants for Real-Time Integration CO->FI




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




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

FAGLCOFIVARC is a standard SAP Table which is used to store Variants for Real-Time Integration CO->FI data and is available within R/3 SAP systems depending on the version and release level.

The FAGLCOFIVARC table consists of various fields, each holding specific information or linking keys about Variants for Real-Time Integration CO->FI data available in SAP. These include COFI_VAR (Variant for Real-Time Integration), XACTIVE (Real-Time Integration with CO Active), ACTIVE_FROM (Key Date from which Real-Time Integration Is Active), XACCDET (Perform Acct Determination for Real-Time Integration with CO).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = FAGLCOFIVART


SAP FAGLCOFIVARC 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
COFI_VARVariant for Real-Time Integration FAGL_COFI_VARCHAR4FAGL_COFI_VARFAGL_COFI_VAR
XACTIVEReal-Time Integration with CO Active FAGL_COFI_ONL_ACTIVECHAR1FLAG
ACTIVE_FROMKey Date from which Real-Time Integration Is Active FAGL_COFI_ACTIVE_FROM_DATEDATS8DATUM
XACCDETPerform Acct Determination for Real-Time Integration with CO FAGL_COFI_ACCDET_ACTIVECHAR1FLAG
BLARTDocument Type for Real-Time Integration with CO FAGL_COFI_BLARTCHAR2T003BLARTBAR
LDGRPLedger Group into which Document Is Posted in FI FAGL_COFI_LDGRPCHAR4FAGL_TLDGRPFAGL_LDGRP
XACTIVE_PARReal-Time Integration with Parallel CO Valuation Active FAGL_COFI_ONL_ACTIVE_PARCHAR1FLAG
XACCDET_PARAcc. Det. for Primary Cost Elements with Parallel Valuation FAGL_COFI_ACCDET_PAR_ACTIVECHAR1FLAG
XUSE_FLAGSIndicator: Select CO Line Items Using Checkboxes FAGL_COFI_USE_FLAGSCHAR1FLAG
XCROSS_COCODETransfer Cross-Company-Code CO-Internal Postings to FI FAGL_COFI_CROSS_COCODECHAR1FLAG
XCROSS_BUSAREATransfer Cross-Business-Area CO-Internal Postings FAGL_COFI_CROSS_BUSAREACHAR1FLAG
XCROSS_FAREATransfer Cross-Functional-Area CO-Internal Postings to FI FAGL_COFI_CROSS_FAREACHAR1FLAG
XCROSS_PRCTRTransfer Cross-Profit-Center CO-Internal Postings to FI FAGL_COFI_CROSS_PRCTRCHAR1FLAG
XCROSS_FUNDTransfer Cross-Fund CO-Internal Postings to FI FAGL_COFI_CROSS_FUNDCHAR1FLAG
XCROSS_GRANTTransfer Cross-Grant CO-Internal Postings to FI FAGL_COFI_CROSS_GRANTCHAR1FLAG
XCROSS_SEGMENTTransfer Cross-Segment CO-Internal Postings to FI FAGL_COFI_CROSS_SEGMENTCHAR1FLAG
XCROSS_KOSTLPost Cross-Cost Center CO Documents to FI FAGL_COFI_CROSS_KOSTLCHAR1FLAG
XCROSS_VENTURETransfer Cross-Venture CO-Internal Postings to FI FAGL_COFI_CROSS_VENTURECHAR1FLAG
XUSE_RULEIndicator: Select CO Line Items Using Boolean Rule FAGL_COFI_USE_RULECHAR1FLAG
BOOLEAN_RULEName for a Boolean Rule RCL_BOOLIDCHAR11GB90BOOL_IDGBR
XUSE_BADIIndicator: Use BAdI for Selecting CO Line Items FAGL_COFI_LINE_ITEM_SELCHAR1FLAG
XRECONC_ALLIndicator: Update All CO Line Items to FI FAGL_COFI_TRANSFER_ALLCHAR1FLAG
XTRACE_ONIndicator: Trace for Real-Time Integration Active FAGL_COFI_TRACE_ACTIVECHAR1FLAG
XAGGR_OFFIndicator: Do Not Summarize Documents FAGL_COFI_CROSS_AGGR_OFFCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM FAGLCOFIVARC
INTO CORRESPONDING FIELDS OF WA_FAGLCOFIVARC
WHERE...

How to access SAP table FAGLCOFIVARC

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