FCO_COMPTAB_VALUATION SAP (Interface for FCO Valuation) Structure details

Dictionary Type: Structure
Description: Interface for FCO Valuation




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




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

FCO_COMPTAB_VALUATION 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 "Interface for FCO 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_FCO_COMPTAB_VALUATION TYPE FCO_COMPTAB_VALUATION.

The FCO_COMPTAB_VALUATION table consists of various fields, each holding specific information or linking keys about Interface for FCO Valuation data available in SAP. These include COMP_MAT (Material Number), COMP_PLANT (Plant), COMP_SOBKZ (Special Stock Indicator), COMP_KZBWS (Valuation of Special Stock).. 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 (Deep)


SAP FCO_COMPTAB_VALUATION 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
TYPE_POSItem Category TYPPSCHAR1TYPPS
COMP_MATMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
COMP_PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
COMP_SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
COMP_KZBWSValuation of Special Stock KZBWSCHAR1KZBWS
COMP_CHARGValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
PURCH_INFO_RECNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
PURCH_ORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
PURCH_INFO_CATPurchasing info record category ESOKZCHAR1ESOKZESO
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
ACTIVITYActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
BUS_PROCESSBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
QUANTITYTotal Quantity MEGXXXQUAN15(3) MENGV8
BASE_UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
COST_ELEMENTCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
ORIGIN_GROUPCO key subnumber CO_SUBKEYCHAR14Assigned to domainCO_SUBKEY
COST_COMPENTCost Component Number CK_ELEMENTNUMC3Assigned to domainCK_ELEMENT
AMOUNT_TOTAL_COTotal Value KKB_WERTCURR15(2) CVAL8
AMOUNT_FIX_COFixed Value KKB_WERTFCURR15(2) CVAL8
AMOUNT_VAR_COVariable Value KKB_WERTVARCURR15(2) CVAL8
CO_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
AMOUNT_TOTAL_CCTotal Value KKB_WERTCURR15(2) CVAL8
AMOUNT_FIX_CCFixed Value KKB_WERTFCURR15(2) CVAL8
AMOUNT_VAR_CCVariable Value KKB_WERTVARCURR15(2) CVAL8
CC_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
VERWSReference of KALKTAB Items to a Context CK_VERWEISCHAR35CHAR35
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
TPRICEPrice in Transaction Currency CK_TPTCURR15(2) WERTV8
TCURRControlling Area Currency CK_KWAERCUKY5Assigned to domainWAERS
TPUPrice Unit of Prices in Controlling Area Currency CK_KPEINHDEC5PACK3

Key field Non-key field



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

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

How to access SAP table FCO_COMPTAB_VALUATION

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