FC06_S_TF600_691_NKEY SAP (C/I: Optional Global oder Method-dependent Settings) Structure details

Dictionary Type: Structure
Description: C/I: Optional Global oder Method-dependent Settings




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




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

FC06_S_TF600_691_NKEY 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 "C/I: Optional Global oder Method-dependent Settings" 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_TF600_691_NKEY TYPE FC06_S_TF600_691_NKEY.

The FC06_S_TF600_691_NKEY table consists of various fields, each holding specific information or linking keys about C/I: Optional Global oder Method-dependent Settings data available in SAP. These include NMINFLG (No calculation of minority interest), HRREV (Procedure for eliminating hidden reserves/contingencies(FVA)), HRSHA (Scope of elimination of hidden reserves/contingencies), HRSITYP (Subitem category for hidden reserves (fair value adjustment)).. 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_TF600_691_NKEY 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
NINVFLGEnable negative investments FC_NINVFLGCHAR1X
NMINFLGNo calculation of minority interest FC_NMINFLGCHAR1X
HRREVProcedure for eliminating hidden reserves/contingencies(FVA) FC_HRREVCHAR1FC_HRREV
HRSHAScope of elimination of hidden reserves/contingencies FC_HRSHACHAR1FC_HRSHA
HRSITYPSubitem category for hidden reserves (fair value adjustment) FC_HRSITYPCHAR3TF110FC_SITYP
HRAQDSISubitem for transferring hidden reserves (fair value adj.) FC_HRAQDSICHAR10TF115FC_SITEM
HRDPCSISubitem for amortization of hidden reserves (fair value adj) FC_HRDPCSICHAR10TF115FC_SITEM
HRDPDSISubitem for writeups of hidden reserves (fair value adj.) FC_HRDPDSICHAR10TF115FC_SITEM
NHSITYPSubitem category for hidden contingencies (fair value adj.) FC_NHSITYPCHAR3TF110FC_SITYP
NHAQCSISubitem for transferring hidden contingencies (fair val.adj) FC_NHAQCSICHAR10TF115FC_SITEM
NHDPDSISubitem for changes to hidden contingencies - debit FC_NHDPDSICHAR10TF115FC_SITEM
NHDPCSISubitem for changes to hidden contingencies - credit FC_NHDPCSICHAR10TF115FC_SITEM
GWAYRLife of goodwill amortization in years FC_GWAYRNUMC2NUMC2
GWAPELife of goodwill amortization in months FC_GWAPENUMC3NUMC3
GWABGStart date for the amortization of new goodwill FC_GWABGCHAR1FC_DGWBG
GWARFLGAmortize new goodwill over remaining life FC_GWARFLGCHAR1X
GWALFLGThreshold value for the amortization of goodwill FC_GWALFLGCHAR1X
GWALVALThreshold value for the amortization of goodwill FC_GWALVALCURR17(2) WERTV9
GWALCURGroup currency for threshold for goodwill amortization FC_GWALCURCUKY5TCURCWAERS
GWAMETHAmortization method FC_DEPMETHNUMC1FC_DEPMETH
GWRYRLife of the periodic reduction of goodwill - years FC_GWRYRNUMC2NUMC2
GWRPELife of periodic reduction of goodwill - months FC_GWRPENUMC3NUMC3
GWRBGBeginning date of the periodic reduction of new goodwill FC_GWRBGCHAR1FC_DGWBG
GWRRFLGReduce the new goodwill over its remaining life FC_GWRRFLGCHAR1X
GWRLFLGThreshold value for the periodic reduction of goodwill FC_GWRLFLGCHAR1X
GWRLVALThreshold value for the periodic reduction of goodwill FC_GWRLVALCURR17(2) WERTV9
GWRLCURGroup currency for threshold for periodic reduction of GW FC_GWRLCURCUKY5TCURCWAERS
GWRMETHAmortization method FC_DEPMETHNUMC1FC_DEPMETH
NGAYRLife of amortization of negative goodwill in years FC_NGAYRNUMC2NUMC2
NGAPELife of amortization of negative goodwill in months FC_NGAPENUMC3NUMC3
NGABGBeginning date of amortization of new negative goodwill FC_NGABGCHAR1FC_DGWBG
NGARFLGAmortization of new negative goodwill over remain. life FC_NGARFLGCHAR1X
NGALFLGThreshold for amortization of negative goodwill FC_NGALFLGCHAR1X
NGALVALThreshold for amortization of negative goodwill FC_NGALVALCURR17(2) WERTV9
NGALCURGroup currency f. threshold of neg. goodwill amortization FC_NGALCURCUKY5TCURCWAERS
NGAMETHAmortization method FC_DEPMETHNUMC1FC_DEPMETH
NGRYRLife of periodic reduction of negative goodwill - years FC_NGRYRNUMC2NUMC2
NGRPELife of periodic reduction of negative goodwill - months FC_NGRPENUMC3NUMC3
NGRBGBeginning date of the reduction of new negative goodwill FC_NGRBGCHAR1FC_DGWBG
NGRRFLGReduce new negative goodwill over its remaining life FC_NGRRFLGCHAR1X
NGRLFLGThreshold for periodic reduction of negative goodwill FC_NGRLFLGCHAR1X
NGRLVALThreshold for periodic reduction of negative goodwill FC_NGRLVALCURR17(2) WERTV9
NGRLCURGroup currency of threshold for periodic reduction of neg.GW FC_NGRLCURCUKY5TCURCWAERS
NGRMETHAmortization method FC_DEPMETHNUMC1FC_DEPMETH

Key field Non-key field



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

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

How to access SAP table FC06_S_TF600_691_NKEY

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