FAGLSKF SAP (General Ledger: Statistical Key Figures (Current Values)) Table details

Dictionary Type: Table
Description: General Ledger: Statistical Key Figures (Current Values)




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




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

FAGLSKF is a standard SAP Table which is used to store General Ledger: Statistical Key Figures (Current Values) data and is available within R/3 SAP systems depending on the version and release level.

The FAGLSKF table consists of various fields, each holding specific information or linking keys about General Ledger: Statistical Key Figures (Current Values) data available in SAP. These include STAGR (Statistical key figure), RECID (GUID in 'CHAR' format with upper-/lowercase (!)), DATE_FROM (Valid From), RBUKRS (Company Code).. 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 FAGLSKF 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
RCLNTClient MANDTCLNT3Assigned to domainMANDT
STAGRStatistical key figure STAGRCHAR6TKA03STAGRSTA
RECIDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
DATE_FROMValid From FAGL_DATABDATS8DATUMFAGLSKF_DATE_FROM
RBUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RCNTRCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
PRCTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
RFAREAFunctional Area FKBERCHAR16TFKBFKBERFBE
RBUSABusiness Area GSBERCHAR4TGSBGSBERGSB
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
SEGMENTSegment for Segmental Reporting FB_SEGMENTCHAR10FAGL_SEGMALPHAFB_SEGMENT
ACTIVFI-SL Business Transaction ACTI1CHAR4T022ACTIVITY
OBARTObject Type J_OBARTCHAR2TBO00J_OBART
RUNITUnit of measure RUNITUNIT3CUNITEINHEIT
LOGSYSLogical system LOGSYSCHAR10TBDLSALPHALOGSYS
RRCTYRecord Type RRCTYCHAR1RRCTY
RVERSVersion RVERSCHAR3T894ALPHARVERSGVS
MSLQuantity FAGL_QUANTITYQUAN23(3) FAGL_QUANTITY
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM FAGLSKF
INTO CORRESPONDING FIELDS OF WA_FAGLSKF
WHERE...

How to access SAP table FAGLSKF

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