FAGL_FCV_ADMIN SAP (Foreign Currency Valuation: ID Numbers of Valuation Runs) Table details

Dictionary Type: Table
Description: Foreign Currency Valuation: ID Numbers of Valuation Runs




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




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

FAGL_FCV_ADMIN is a standard SAP Table which is used to store Foreign Currency Valuation: ID Numbers of Valuation Runs data and is available within R/3 SAP systems depending on the version and release level.

The FAGL_FCV_ADMIN table consists of various fields, each holding specific information or linking keys about Foreign Currency Valuation: ID Numbers of Valuation Runs data available in SAP. These include VALRUNKEY_NRNR (Number range number), VALRUNKEY (Identification Number of Valuation Run), VALAREA (Valuation Area for FI Year-End Closing), VALMETHOD (Valuation Methods in Financial Accounting).. 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_FCV_ADMIN 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
VALRUNKEY_NRNRNumber range number NRNRCHAR2CHAR2
VALRUNKEYIdentification Number of Valuation Run FAGL_FCV_RUNKEYNUMC10NUMC10
VALAREAValuation Area for FI Year-End Closing BWBERCHAR2Assigned to domainBWBERBWB
VALMETHODValuation Methods in Financial Accounting UMBWMCHAR3UMBWM
VALKEYDATEValuation Key Date SBEWSTAGDATS8DATUM
START_DATEDate DATUMDATS8DATUM
START_TIMETime UZEITTIMS6UZEIT
END_DATEDate DATUMDATS8DATUM
END_TIMETime UZEITTIMS6UZEIT
GUID_PROTGUID in 'RAW' format GUID_16RAW16SYSUUID
USERNAMEUser Name SYUNAMECHAR12SYCHAR12
PROGNAMEABAP Program Name REPIDCHAR40PROGNAME
DELTAYear-End Valuation (No Reversal) FAGL_FCV_YEAR_ENDCHAR1BOOLE
BISESSION_QUIDQueue identification (unique key) APQ_QUIDCHAR20CHAR20
XRESET_RUNReset Valuation Run F100RESETCHAR1XFELD
TARGET_CCODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
POST_VAL_DATEDate DATUMDATS8DATUM
POST_REV_DATEDate DATUMDATS8DATUM
FORCE_REM_CT2Currency Type and Valuation View CURTPCHAR2CURTP
FORCE_REM_CT3Currency Type and Valuation View CURTPCHAR2CURTP

Key field Non-key field



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

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

SELECT SINGLE *
FROM FAGL_FCV_ADMIN
INTO CORRESPONDING FIELDS OF WA_FAGL_FCV_ADMIN
WHERE...

How to access SAP table FAGL_FCV_ADMIN

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