FAGLSKF_PN SAP (General Ledger; Statistical Key Figures (Source Document)) Table details

Dictionary Type: Table
Description: General Ledger; Statistical Key Figures (Source Document)




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




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

FAGLSKF_PN is a standard SAP Table which is used to store General Ledger; Statistical Key Figures (Source Document) data and is available within R/3 SAP systems depending on the version and release level.

The FAGLSKF_PN table consists of various fields, each holding specific information or linking keys about General Ledger; Statistical Key Figures (Source Document) data available in SAP. These include STAGR (Statistical key figure), DATE_FROM (Valid From), DOCNR (Doc. Number), DOCLN (Six-Character Posting Item for Ledger).. 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_PN 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
DATE_FROMValid From FAGL_DATABDATS8DATUMFAGLSKF_DATE_FROM
DOCNRDoc. Number DOCNRCHAR10ALPHABELNR
DOCLNSix-Character Posting Item for Ledger DOCLN6CHAR6DOCLN6
DATE_TOValid To FAGL_DATBIDATS8DATUM
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
REFDOCNRReference document number of an accounting document REFBELNRCHAR10ALPHABELNRBLN
CANC_DOCNRDocument Number of Reversed Original Document FAGLSKF_DOCNR_CANCELCHAR10ALPHABELNR
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
DELTA_INDMode for Posting Stat. Key Figures in FI (Entered in FI) FAGLSKF_MODECHAR1FAGLSKF_MODE

Key field Non-key field



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

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

SELECT SINGLE *
FROM FAGLSKF_PN
INTO CORRESPONDING FIELDS OF WA_FAGLSKF_PN
WHERE...

How to access SAP table FAGLSKF_PN

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