FAGL_ACTIVEC SAP (Activation of New General Ledger) Table details

Dictionary Type: Table
Description: Activation of New General Ledger




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




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

FAGL_ACTIVEC is a standard SAP Table which is used to store Activation of New General Ledger data and is available within R/3 SAP systems depending on the version and release level.

The FAGL_ACTIVEC table consists of various fields, each holding specific information or linking keys about Activation of New General Ledger data available in SAP. These include ACTIVE (Indicator: New General Ledger Accounting Is Active), WRITE_GLT0 (Continue to Update Classic General Ledger), READ_GLT0 (Read Classic Gen. Ledger (GLT0) Instead of New Gen. Ledger), SPLITMETHD (Document Splitting Method).. 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: Cannot Be Enhanced


SAP FAGL_ACTIVEC 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
ACTIVEIndicator: New General Ledger Accounting Is Active FAGL_GLFLEX_ACTIVECHAR1BOOLE
WRITE_GLT0Continue to Update Classic General Ledger FAGL_WRITE_GLT0CHAR1XFELD
READ_GLT0Read Classic Gen. Ledger (GLT0) Instead of New Gen. Ledger FAGL_READ_GLT0CHAR1XFELD
SPLITMETHDDocument Splitting Method SPLITMETHDCHAR10T8G01SPLITMETHD
SPLITDATE_CHECKSystem Date from which Document Splitting Is Checked FAGL_SPLITDATE_CHECKDATS8DATUM
SPLITDATE_ACTIVESystem Date from which Document Splitting Is Active FAGL_SPLITDATE_ACTIVEDATS8DATUM
FAREA_FROM_COBLDetermine Functional Area on Entry Screen FAGL_FAREA_FROM_COBLCHAR1BOOLE
FAREA_DRV_ALWAYSAlways Determine Functional Area Automatically FAREA_DRV_ALWAYSCHAR1BOOLE
FAREA_IN_CO_SUMIndicator: Update Functional Area in CO Totals Tables FAGL_FAREA_IN_CO_SUMMTABCHAR1BOOLE
SGMNT_IN_CO_SUMIndicator: Update Segment in CO Totals Tables FAGL_SEGMENT_IN_CO_SUMMTABCHAR1BOOLE
CO_SUM_DATE_FROMFrom Date: For Updating CO Totals Tables FAGL_CO_SUMMTAB_DATE_FROMDATS8DATUM
FAREA_OBLIGATORYIndicator: Functional Area Is Mandatory FAGL_FAREA_OBLIGATORYCHAR1FLAG
SEGMENT_PRCTR_MDIndicator:Changes Possible to Segment in PrCtr Master Record FAGL_SEGMENT_IN_PRCTR_MDCHAR1BOOLE
SPLIT_INHERIDITYInheritance of Account Assignments in Document Split FAGL_SPL_INHERITCHAR1BOOLE
SPLIT_DEFAULTStandard Account Assignment in Document Splitting FAGL_SPL_DEFAULTCHAR1BOOLE
SPLIT_DEF_CONSTConstants for document splitting GLCONSTCHAR5T8G41AGLCONST
FLG_CUM_PLN_ACTIndicator: Cumulative Display of Plan Data FAGL_CUMULATIVE_PLANNING_ACTIVCHAR1BOOLE
FAGL_HCM_COMP_ENHCM Integration: Compress Entry View FAGL_HCM_COMP_ENTRY_VIEWCHAR1XFELD
FAGL_NO_COMP_SDDocument Splitting: Do Not Summarize SD Tax Items FAGL_NO_COMPRESS_SD_TAXCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM FAGL_ACTIVEC
INTO CORRESPONDING FIELDS OF WA_FAGL_ACTIVEC
WHERE...

How to access SAP table FAGL_ACTIVEC

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