FC03UPSRLST SAP (List Fields: Upload of Reported FVA Values) Structure details

Dictionary Type: Structure
Description: List Fields: Upload of Reported FVA Values




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




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

FC03UPSRLST 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 "List Fields: Upload of Reported FVA Values" 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_FC03UPSRLST TYPE FC03UPSRLST.

The FC03UPSRLST table consists of various fields, each holding specific information or linking keys about List Fields: Upload of Reported FVA Values data available in SAP. These include LCRIT (List criterion), LCRIT2 (Version Number Component), HEAD (Row number), DATA (Row number).. 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 FC03UPSRLST 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
SUMINDSummation index for list processor FC_SUMINDRAW1RAW1
LCRITList criterion FC_LC_LSTCHAR2CHAR2
LCRIT2Version Number Component CHAR2CHAR2CHAR2
HEADRow number FC_ZLNRCHAR5CHAR5
DATARow number FC_ZLNRCHAR5CHAR5
RLDNRLedger FC_RLDNRCHAR2T881ALPHARLDNRGLNFC_RLDNR
ITCLGConsolidation chart of accounts FC_ITCLGCHAR2TF120FC_ITCLGITCFC_ITCLG
DIMENDimension FC_DIMENCHAR2TF150FC_DIMENDINFC_DIMEN
RVERSConsolidation (end-result) version FC_RVERSCHAR3TF200ALPHAFC_RVERSGVSFC_RVERS
RYEARFiscal year FC_RYEARNUMC4GJAHRGJAHRGFY
PERIDPeriod FC_PERIDNUMC3PERDEGFP
COICUInvestee unit FC_COICUCHAR18TF160AFIMCFC_BUNITCCU
HRES1Fair value adjustment: main number FC_HRES1CHAR12TF640FC_HRES1
HRES2Fair value adjustment: Subnumber FC_HRES2CHAR4TF641FC_HRES2
RLCURLocal currency FC_CURRCUKY5TCURCWAERSFC_WAERS
RGCURGroup currency FC_CGGCURRCUKY5TCURCWAERS
VLCAPFair value increase in local currency FC_HRVLCAPCURR17(2) WERTV9
VRCAPFair value increase in group currency FC_HRVRCAPCURR17(2) WERTV9
ACQENIncrease fair value adjustment at the end of the period FC_HRACQENCHAR1X
VLCDAFair value decrease in local currency FC_HRVLCDACURR17(2) WERTV9
VRCDAFair value decrease in group currency FC_HRVRCDACURR17(2) WERTV9
DIVBGDecrease fair value adjustment at beginning of period FC_HRDIVBGCHAR1X
VLCDEExtraordinary amortization of FVA in local currency FC_HRVLCDECURR17(2) WERTV9
VRCDEExtraordinary amortization of FVA in group currency FC_HRVRCDECURR17(2) WERTV9
VLCWUWriteup of fair value adjustments in local currency FC_HRVLCWUCURR17(2) WERTV9
VRCWUWriteup of fair value adjustments in group currency FC_HRVRCWUCURR17(2) WERTV9
DUMMYUser-defined field for use in upload methods FC_DUMMYCHAR36FC_DUMMY
CRAAPExchange rate for fair value increases FC_CRATEAPDEC9(5) EXCRTUKURS
CRADAExchange rate for fair value decreases FC_CRATEDADEC9(5) EXCRTUKURS
CRADEExchange rate for extraordinary amortization FC_CRATEDEDEC9(5) EXCRTUKURS
CRAWUExchange rate for writeups FC_CRATEWUDEC9(5) EXCRTUKURS
VLCPPOriginal FVA in prior periods in local currency FC_HRVLCPPCURR17(2) WERTV9
VRCPPOrig. FVA in prior periods in group currency FC_HRVRCPPCURR17(2) WERTV9
VLCBGOpening book value of fair adjustments in local currency FC_HRVLCBGCURR17(2) WERTV9
VRCBGOpening book value of fair value adjustments in group crcy FC_HRVRCBGCURR17(2) WERTV9
VLCDNAmortization of fair value adjustments in local currency FC_HRVLCDNCURR17(2) WERTV9
VRCDNAmortization of fair value adjustments in group currency FC_HRVRCDNCURR17(2) WERTV9
VLCDDAdj. to accum. amortization from decrease of FVA in LC FC_HRVLCDDCURR17(2) WERTV9
VRCDDAdj. to accum. amort. from decrease in FVA - group currency FC_HRVRCDDCURR17(2) WERTV9
VLCENClosing book value of fair value adjustments in local crcy FC_HRVLCENCURR17(2) WERTV9
VRCENClosing book value of fair value adjustments in group crcy FC_HRVRCENCURR17(2) WERTV9
LINECOUNTRow number FC_LINECOUNTNUMC6FC_NUMC6
LINETYPERow type FC_LINETYPECHAR1FC_LINETYPE
LINECOUNT_HEADRow number FC_LINECOUNTNUMC6FC_NUMC6
PROT_ERRUpload log FC_PROTUPLCHAR1FC_PROTUPL
ERRNR3-Byte field CHAR3CHAR3CHAR3
ERRNRH3-Byte field CHAR3CHAR3CHAR3
MSGIDMessage index for the list processor FC_MSGIDNUMC3INT3

Key field Non-key field



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

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

How to access SAP table FC03UPSRLST

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