FAGL_FC_POSTINGS SAP (Posting Structure of Foreign Currency Valuation) Structure details

Dictionary Type: Structure
Description: Posting Structure of Foreign Currency Valuation




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




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

FAGL_FC_POSTINGS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Posting Structure of Foreign Currency Valuation" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FAGL_FC_POSTINGS TYPE FAGL_FC_POSTINGS.

The FAGL_FC_POSTINGS table consists of various fields, each holding specific information or linking keys about Posting Structure of Foreign Currency Valuation data available in SAP. These include BUKRS (Company Code), LDGRP (Ledger Group), HKONT (General Ledger Account), BUDAT (Posting Date in the 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FAGL_FC_POSTINGS structure 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
HWTYPSingle-Character Indicator CHAR1CHAR1CHAR1
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
LDGRPLedger Group FAGL_LDGRPCHAR4Assigned to domainFAGL_LDGRPGLDGRP_FLEX
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
BUDATPosting Date in the Document BUDATDATS8DATUM
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
POSTNumerical Character Field of Length 6 NUM6NUMC6NUM06
X_NO_OPCheckbox XFELDCHAR1XFELD
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
BKTXTDocument Header Text BKTXTCHAR25TEXT25
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
KONTOGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
MSGNOSystem Message Number MSGNOCHAR3Assigned to domainMSGNR
MSGIDMessage identification MSGIDCHAR20Assigned to domainARBGB
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MONATFiscal Period MONATNUMC2MONAT
VBUNDCompany ID VBUNDCHAR6Assigned to domainALPHARCOMP
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
VALUTValue date VALUTDATS8DATUM
ZUONRAssignment Number DZUONRCHAR18ZUONR
SGTXTItem Text SGTXTCHAR50TEXT50
FAEDTDue Date for Net Payment NETDTDATS8DATUM
BDIFF_REMValuation Difference BDIFFCURR13(2) WRTV7
BDIFF_REM2Valuation Difference BDIFFCURR13(2) WRTV7
HWAER_REMLocal Currency HWAERCUKY5Assigned to domainWAERS
HWAER_REM2Local Currency HWAERCUKY5Assigned to domainWAERS
DMBE2_T033Amount in Second Local Currency DMBE2CURR13(2) WERT7
DMBE3_T033Amount in Third Local Currency DMBE3CURR13(2) WERT7
DMBE1_T033Amount in Second Local Currency DMBE2CURR13(2) WERT7

Key field Non-key field



How do I retrieve data from SAP structure FAGL_FC_POSTINGS using ABAP code?

As FAGL_FC_POSTINGS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FAGL_FC_POSTINGS as there is no data to select.

How to access SAP table FAGL_FC_POSTINGS

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