WB2_C_TC_CON SAP (Condition consolidation: Control table) Table details

Dictionary Type: Table
Description: Condition consolidation: Control table




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




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

WB2_C_TC_CON is a standard SAP Table which is used to store Condition consolidation: Control table data and is available within R/3 SAP systems depending on the version and release level.

The WB2_C_TC_CON table consists of various fields, each holding specific information or linking keys about Condition consolidation: Control table data available in SAP. These include APPLICATION (Application), TC_TYPE (Trading Contract: Trading Contract Type), IS_HEADER (Entry for header), ITEM_CAT (Trading Contract: Item Category).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP WB2_C_TC_CON table 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
CLIENTClient MANDTCLNT3T000MANDT
APPLICATIONApplication KAPPLCHAR2T681AKAPPLKAP
TC_TYPETrading Contract: Trading Contract Type TCTYPCHAR4TB2BETCTYPWKA
IS_HEADEREntry for header WB2_IS_HEADERCHAR1WB2_IS_HEADER
ITEM_CATTrading Contract: Item Category HKPSTPCHAR4TB2BKHKPSTP
KALSMProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6T683KALSM
COND_CON_ALGAlgorithm for condition consolidation WB2_COND_CONSOL_ALGORITHMCHAR2WB2_COND_CONSOL_ALGORITHM
COND_TRCondition transformation WB2_COND_TRCHAR4WB2_C_COND_TRWB2_COND_TR
CP_HD_PARTCopy header partner WB2_CP_HEADER_PARTNERCHAR1XFELD
CP_IT_PARTCopy item partner WB2_CP_ITEM_PARTNERCHAR1XFELD
PR_COND_TYPEDefault pricing condition type WB2_PR_COND_TYPECHAR4T685KSCHL
PR_RULEPrice Rule WB2_PRICE_RULECHAR1WB2_PRICE_RULE

Key field Non-key field



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

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

SELECT SINGLE *
FROM WB2_C_TC_CON
INTO CORRESPONDING FIELDS OF WA_WB2_C_TC_CON
WHERE...

How to access SAP table WB2_C_TC_CON

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