FAGL_FC_S_LIST_RXD SAP (Task Lists for Foreign Currency Valuation) Structure details

Dictionary Type: Structure
Description: Task Lists for Foreign Currency Valuation




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




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

FAGL_FC_S_LIST_RXD 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 "Task Lists for 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_S_LIST_RXD TYPE FAGL_FC_S_LIST_RXD.

The FAGL_FC_S_LIST_RXD table consists of various fields, each holding specific information or linking keys about Task Lists for Foreign Currency Valuation data available in SAP. These include TARGET_CCODE (Target Company Code for Evaluation), VALUATION_GROUP (Valuation Group), ACCOUNT_TYPE (Account Type), GL_ACCOUNT (General Ledger Account).. 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: Can be enhanced (character-type or numeric)


SAP FAGL_FC_S_LIST_RXD 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
LEDGER_GROUPLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
TARGET_CCODETarget Company Code for Evaluation ALLGZBUKRCHAR4Assigned to domainBUKRS
VALUATION_GROUPValuation Group BEWGRPCHAR40CHAR40
ACCOUNT_TYPEAccount Type KOARTCHAR1KOART
GL_ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
GROUP_ACCOUNTAccount Number in Group ALTKTCHAR10ALPHAALTKT
ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
NRAssignment Number DZUONRCHAR18ZUONR
JAFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZNumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
FISCAL_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
DOC_NUMBERAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
DOC_LINENumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
DEBCRED_INDDebit/Credit Indicator SHKZGCHAR1SHKZG
SOURCE_AMOUNT9(17)-character value field with 2 decimal places WERTV9CURR17(2) WERTV9
TARGET_AMOUNT9(17)-character value field with 2 decimal places WERTV9CURR17(2) WERTV9
TARGET_CURRENCYLocal Currency HWAERCUKY5Assigned to domainWAERS
SPECIAL_GL_INDSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
DOC_TYPEDocument Type BLARTCHAR2Assigned to domainBLARTBAR
POSTING_DATEPosting Date in the Document BUDATDATS8DATUM
CLEARING_DOCUMENTDocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
CLEARING_DATEClearing Date AUGDTDATS8DATUM
VALU_DIFF_OLDValuation Difference BDIFFCURR13(2) WRTV7
REAL_DIFFExchange Rate Gain/Loss Realized RDIFFCURR13(2) WRTV7
POSTING_AMOUNTAmount posted BUBTRCURR13(2) ANLKWERT
POSTING_CURRENCYLocal Currency HWAERCUKY5Assigned to domainWAERS
RXD_PL_ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
CCODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001

Key field Non-key field



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

As FAGL_FC_S_LIST_RXD 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_S_LIST_RXD as there is no data to select.

How to access SAP table FAGL_FC_S_LIST_RXD

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