FAGL_EXTR_HIST SAP (Transfer History for Summary Documents) Table details

Dictionary Type: Table
Description: Transfer History for Summary Documents




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




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

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

The FAGL_EXTR_HIST table consists of various fields, each holding specific information or linking keys about Transfer History for Summary Documents data available in SAP. These include APPLICATION (Application), RUNID (Run ID), RBUKRS (Company Code), STATUS (Status of Summary Document Transfer).. 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: Cannot Be Enhanced


SAP FAGL_EXTR_HIST 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
RUNIDRun ID FAGL_ALE_RUNIDNUMC5NUMC5
RBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
STATUSStatus of Summary Document Transfer FAGL_ALE_STATUSCHAR1FAGL_ALE_STATUS
REVERSALIndicator: Run is a reversal run FAGL_ALE_REVERSECHAR1XFELD
CREATED_BYUser Name UNAMECHAR12UNAME
CREATION_DATEIDoc Created On EDI_CCRDATDATS8DATUM
CREATION_TIMEIDoc Created at EDI_CCRTIMTIMS6UZEIT
RLDNRLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIODPosting period POPERNUMC3POPERPOPR
REVERSED_BYRun ID FAGL_ALE_RUNIDNUMC5NUMC5

Key field Non-key field



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

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

SELECT SINGLE *
FROM FAGL_EXTR_HIST
INTO CORRESPONDING FIELDS OF WA_FAGL_EXTR_HIST
WHERE...

How to access SAP table FAGL_EXTR_HIST

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