V_CK35 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_CK35 is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_CK35 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include BWVAR (Valuation Variant in Costing), WERKS (Plant), BWSM1 (Valuation Strategy for Material Component), BWSM2 (Valuation Strategy for Material Component).. 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: Not classified


SAP V_CK35 table view 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 MANDTCLNT3MANDT
BWVARValuation Variant in Costing CK_BWVARCHAR3TCK05CK_BWVARBWV
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
BWSM1Valuation Strategy for Material Component CK_BWSMACHAR1CK_BWSMA
BWSM2Valuation Strategy for Material Component CK_BWSMACHAR1CK_BWSMA
BWSM3Valuation Strategy for Material Component CK_BWSMACHAR1CK_BWSMA
BWSM4Valuation Strategy for Material Component CK_BWSMACHAR1CK_BWSMA
BWSM5Valuation Strategy for Material Component CK_BWSMACHAR1CK_BWSMA
BWSE1Valuation Strategy for Internal Activities and Processes CK_BWSELCHAR1CK_BWSEL
BWSE2Valuation Strategy for Internal Activities and Processes CK_BWSELCHAR1CK_BWSEL
BWSE3Valuation Strategy for Internal Activities and Processes CK_BWSELCHAR1CK_BWSEL
VERSNVersion VERSNCHAR3TKA09ALPHACOVERSIKVS
BWSFHValuation Strategy for Production Resources and Tools CK_BWSFHCHAR1CK_BWSFH
BWSF1Valuation Strategy for Subcontracting CK_BWSFLCHAR1CK_BWSFL
BWSF2Valuation Strategy for Subcontracting CK_BWSFLCHAR1CK_BWSFL
BWSF3Valuation Strategy for Subcontracting CK_BWSFLCHAR1CK_BWSFL
BWSV1Valuation Strategy for External Processing in Operation CK_BWSVWCHAR1CK_BWSVW
BWSV2Valuation Strategy for External Processing in Operation CK_BWSVWCHAR1CK_BWSVW
BWSV3Valuation Strategy for External Processing in Operation CK_BWSVWCHAR1CK_BWSVW
KALSMCosting Sheet for Calculating Overhead CK_KALSMCHAR6T683KALSM
ZUARTOverhead type AUFZACHAR1AUFZAOVERHEAD_TYPE
BWMA1Material Valuation Including Additive Costs CK_BWMANCHAR1CK_BWMAN
BWMA2Material Valuation Including Additive Costs CK_BWMANCHAR1CK_BWMAN
BWMA3Material Valuation Including Additive Costs CK_BWMANCHAR1CK_BWMAN
BWMA4Material Valuation Including Additive Costs CK_BWMANCHAR1CK_BWMAN
BWMA5Material Valuation Including Additive Costs CK_BWMANCHAR1CK_BWMAN
PLISQUTPlan/Actual Quota Arrangement for Subcontracting CK_PLISQUTCHAR1CK_PLISQUT
LOBEZUSOverhead on Subcontracted Materials CK_LOBEZUSCHAR1XFELD
PERTARIFScheduled Activity Price Calculation CK_PERTARICHAR1XFELD
TXBWVName of Valuation Variant CK_TXBWVCHAR25TEXT25
NAME1Name NAME1CHAR30TEXT30
KALSM_RAWCosting Sheet for Applying Overhead to Raw Materials CK_KALSM_RAWCHAR6T683KALSM
MATSUBSTRAT1Substrategy for Material Valuat. with Purchasing Info Record CK_SUBSTRATCHAR1CK_PSMINF
MATSUBSTRAT2Substrategy for Material Valuat. with Purchasing Info Record CK_SUBSTRATCHAR1CK_PSMINF
MATSUBSTRAT3Substrategy for Material Valuat. with Purchasing Info Record CK_SUBSTRATCHAR1CK_PSMINF
CON_FIN_MPL1Price Type CK_PRICELABELCHAR3CHAR3
CON_FIN_MPL2Price Type CK_PRICELABELCHAR3CHAR3
CON_FIN_MPL3Price Type CK_PRICELABELCHAR3CHAR3
CON_FIN_MPL4Price Type CK_PRICELABELCHAR3CHAR3
CON_FIN_MPL5Price Type CK_PRICELABELCHAR3CHAR3

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_CK35
INTO CORRESPONDING FIELDS OF WA_V_CK35
WHERE...

How to access SAP table V_CK35

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