FAGL_EXTR SAP (Documents for Summary Document Transfer) Table details

Dictionary Type: Table
Description: Documents for Summary Document Transfer




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




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

FAGL_EXTR is a standard SAP Table which is used to store Documents for Summary Document Transfer data and is available within R/3 SAP systems depending on the version and release level.

The FAGL_EXTR table consists of various fields, each holding specific information or linking keys about Documents for Summary Document Transfer data available in SAP. These include APPLICATION (Application), RLDNR (Ledger in General Ledger Accounting), RUNID (Run ID), RYEAR (Fiscal Year).. 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 FAGL_EXTR 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
APPLICATIONApplication FAGL_REC_APPLCHAR2FAGL_REC_APPL
RLDNRLedger in General Ledger Accounting FAGL_RLDNRCHAR2V_FAGL_T881_DBALALPHARLDNRGLN_FLEXFAGL_RLDNR
RUNIDRun ID FAGL_ALE_RUNIDNUMC5NUMC5
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIODPosting period POPERNUMC3POPERPOPR
RBUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SORTFIELDSort Field FAGL_SORTFIELDCHAR20CHAR20
DOCNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
DOCLNSix-Character Posting Item for Ledger DOCLN6CHAR6DOCLN6
EDI_DOCNUMIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
REVERSALIDReversed by Run ID FAGL_ALE_REVERSE_IDNUMC5NUMC5
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM FAGL_EXTR
INTO CORRESPONDING FIELDS OF WA_FAGL_EXTR
WHERE...

How to access SAP table FAGL_EXTR

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