CACS_S_KOND_TAB SAP (Condition Table to be Read - Master Data) Structure details

Dictionary Type: Structure
Description: Condition Table to be Read - Master Data




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




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

CACS_S_KOND_TAB 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 "Condition Table to be Read - Master Data" 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_CACS_S_KOND_TAB TYPE CACS_S_KOND_TAB.

The CACS_S_KOND_TAB table consists of various fields, each holding specific information or linking keys about Condition Table to be Read - Master Data data available in SAP. These include MANDT (Client), KAPPL (Application), KSCHL (Condition type), VAKEY (Variable key 100 bytes).. 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 CACS_S_KOND_TAB 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
MANDTClient MANDTCLNT3T000MANDT
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
KSCHLCondition type KSCHACHAR4T685KSCHLVKS
VAKEYVariable key 100 bytes VAKEYCHAR100VAKEY
DATBIValidity end date of the condition record KODATBIDATS8DATUM
DATABValidity start date of the condition record KODATABDATS8DATUM
VADATVariable Data Part VADAT_KOCHAR100CHAR100
KNUMHCondition record number KNUMHCHAR10KNUMB
P_STATECondition Record Status CACSCONDSTATECHAR1CACSCONDSTATE
P_VERSIONTime Stamp (YYYY.MM.DD hh:mm:ss) CACSTIMESTAMPNUMC14TSTPSCACSTIMESTAMP
P_CACSAPPLCommission Application (ICM) CACSAPPLCHAR6Assigned to domainCACSAPPLCACSAPPLCACS_APPLCL
P_NUM1Numerical Field (Data Field Condition Technique) CACSCONDNUMC12_1NUMC12CACS_NUMC12
P_NUM2Numerical Field 2 (Data Field Condition Technique) CACSCONDNUMC12_2NUMC12CACS_NUMC12
P_AMNT1First Amount Field (Data Field Condition Technique) CACSCONDAMNT_1CURR15(2) CACSAMNTITEM
P_AMNT2Second Amount Field (Data Field Condition Technique) CACSCONDAMNT_2CURR15(2) CACSAMNTITEM
P_CURR1Currency 1 (Data Field Condition Technique) CACSCONDCURR_1CUKY5Assigned to domainWAERS
P_CURR2Currency 2 (Data Field Condition Technique) CACSCONDCURR_2CUKY5Assigned to domainWAERS
P_TEXT1Description of Conditions CACS_DESC_CONDCHAR30CHAR30K
P_TEXT2Text Field 2 (Data Field Condition Technique) CACSCONDCHAR10_2CHAR10CHAR10
P_NUM1_STDNumerical Field (Data Field Condition Technique) CACSCONDNUMC12_1NUMC12CACS_NUMC12
P_NUM2_STDNumerical Field 2 (Data Field Condition Technique) CACSCONDNUMC12_2NUMC12CACS_NUMC12
P_AMNT1_STDFirst Amount Field (Data Field Condition Technique) CACSCONDAMNT_1CURR15(2) CACSAMNTITEM
P_AMNT2_STDSecond Amount Field (Data Field Condition Technique) CACSCONDAMNT_2CURR15(2) CACSAMNTITEM
P_CURR1_STDCurrency 1 (Data Field Condition Technique) CACSCONDCURR_1CUKY5Assigned to domainWAERS
P_CURR2_STDCurrency 2 (Data Field Condition Technique) CACSCONDCURR_2CUKY5Assigned to domainWAERS
P_TEXT1_STDDescription of Conditions CACS_DESC_CONDCHAR30CHAR30K
P_TEXT2_STDText Field 2 (Data Field Condition Technique) CACSCONDCHAR10_2CHAR10CHAR10
KNUMH_STDCondition record number KNUMHCHAR10KNUMB
KBETR_STDRate (condition amount or percentage) where no scale exists KBETR_KONDCURR11(2) WERTV6
KONWA_STDRate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS
DATBI_STDValidity end date of the condition record KODATBIDATS8DATUM
DATAB_STDValidity start date of the condition record KODATABDATS8DATUM
KONWARate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS
KBETRRate (condition amount or percentage) where no scale exists KBETR_KONDCURR11(2) WERTV6
P_STATE_OLDCondition Record Status CACSCONDSTATECHAR1CACSCONDSTATE
LINE_NUMBERRow Index of Internal Tables SYTABIXINT410SYST_LONG
VTEXTDescription VTEXTCHAR20TEXT20
INDEX_STANDARDLoop Index SYINDEXINT410SYST_LONG

Key field Non-key field



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

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

How to access SAP table CACS_S_KOND_TAB

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