FC06_S_HR SAP (Fair Value Adjustments) Structure details

Dictionary Type: Structure
Description: Fair Value Adjustments




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




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

FC06_S_HR 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 "Fair Value Adjustments" 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_FC06_S_HR TYPE FC06_S_HR.

The FC06_S_HR table consists of various fields, each holding specific information or linking keys about Fair Value Adjustments data available in SAP. These include HRES1 (Fair value adjustment: main number), HRES2 (Fair value adjustment: Subnumber), RYEAR (Fiscal year), PERID (Period).. 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 FC06_S_HR 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
COICUInvestee unit FC_COICUCHAR18Assigned to domainAFIMCFC_BUNITCCU
HRES1Fair value adjustment: main number FC_HRES1CHAR12Assigned to domainFC_HRES1
HRES2Fair value adjustment: Subnumber FC_HRES2CHAR4Assigned to domainFC_HRES2
RYEARFiscal year FC_RYEARNUMC4GJAHRGJAHRGFY
PERIDPeriod FC_PERIDNUMC3PERDEGFP
VRCPPOrig. FVA in prior periods in group currency FC_HRVRCPPCURR17(2) WERTV9
VRCBGOpening book value of fair value adjustments in group crcy FC_HRVRCBGCURR17(2) WERTV9
VRCAPFair value increase in group currency FC_HRVRCAPCURR17(2) WERTV9
ACQENIncrease fair value adjustment at the end of the period FC_HRACQENCHAR1X
VRCDAFair value decrease in group currency FC_HRVRCDACURR17(2) WERTV9
DIVBGDecrease fair value adjustment at beginning of period FC_HRDIVBGCHAR1X
VRCDNAmortization of fair value adjustments in group currency FC_HRVRCDNCURR17(2) WERTV9
VRCDEExtraordinary amortization of FVA in group currency FC_HRVRCDECURR17(2) WERTV9
VRCWUWriteup of fair value adjustments in group currency FC_HRVRCWUCURR17(2) WERTV9
VRCDDAdj. to accum. amort. from decrease in FVA - group currency FC_HRVRCDDCURR17(2) WERTV9
VRCENClosing book value of fair value adjustments in group crcy FC_HRVRCENCURR17(2) WERTV9
UPDFLGGeneral indicator, SAP Consolidation FC_FLGCHAR1CHAR1
DEPPERIDFrom period FC_PERID_FNUMC3FC_PERID
VLCPPOriginal FVA in prior periods in local currency FC_HRVLCPPCURR17(2) WERTV9
VLCBGOpening book value of fair adjustments in local currency FC_HRVLCBGCURR17(2) WERTV9
VLCAPFair value increase in local currency FC_HRVLCAPCURR17(2) WERTV9
VLCDAFair value decrease in local currency FC_HRVLCDACURR17(2) WERTV9
VLCDNAmortization of fair value adjustments in local currency FC_HRVLCDNCURR17(2) WERTV9
VLCDEExtraordinary amortization of FVA in local currency FC_HRVLCDECURR17(2) WERTV9
VLCWUWriteup of fair value adjustments in local currency FC_HRVLCWUCURR17(2) WERTV9
VLCDDAdj. to accum. amortization from decrease of FVA in LC FC_HRVLCDDCURR17(2) WERTV9
VLCENClosing book value of fair value adjustments in local crcy FC_HRVLCENCURR17(2) WERTV9

Key field Non-key field



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

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

How to access SAP table FC06_S_HR

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