FAGL_BSBW_HISTRY SAP (Valuation History for Documents) Table details

Dictionary Type: Table
Description: Valuation History for Documents




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




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

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

The FAGL_BSBW_HISTRY table consists of various fields, each holding specific information or linking keys about Valuation History for Documents data available in SAP. These include BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year), BUZEI (Number of Line Item Within Accounting Document).. 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_BSBW_HISTRY 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
CURTPCurrency Type and Valuation View CURTPCHAR2CURTP
BWBERValuation Area for FI Year-End Closing BWBERCHAR2Assigned to domainBWBERBWB
METHDValuation Methods in Financial Accounting UMBWMCHAR3UMBWM
DATUMDate DATUMDATS8DATUM
RUNIDRun ID FAGL_RUNIDNUMC2NUMC2
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
BWSHBValuation Difference BWSHBCURR15(2) WRTV8
REVERSE_IDReversed by Run ID FAGL_REVERSE_IDNUMC2NUMC2
FCV_STATUSStatus of Foreign Currency Valuation FAGL_FCV_STATUSCHAR1FAGL_FCV_STATUS
VALRUNKEYIdentification Number of Valuation Run FAGL_FCV_RUNKEYNUMC10NUMC10
VALTRGTPL_ACCTG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
VALTRGTPL_TYPEUse P&L Target Account for Expenses/Revenues FAGL_FCV_PLTYPECHAR1FAGL_FCV_PLTYPE
RXDRUNKEYIdentification Number of Valuation Run FAGL_FCV_RUNKEYNUMC10NUMC10
RXDXKDFTIndicator: Post translations for exchange rate differences ? XKDFTCHAR1XFELD
VALTRGTBA_ACCTAdjustment Account KORRKCHAR10Assigned to domainALPHASAKNR
VALRUNKEY_NRNRNumber range number NRNRCHAR2CHAR2
RXDRUNKEY_NRNRNumber range number NRNRCHAR2CHAR2

Key field Non-key field



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

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

SELECT SINGLE *
FROM FAGL_BSBW_HISTRY
INTO CORRESPONDING FIELDS OF WA_FAGL_BSBW_HISTRY
WHERE...

How to access SAP table FAGL_BSBW_HISTRY

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