SIC_CONDRUV_CFG SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

SIC_CONDRUV_CFG 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 SIC_CONDRUV_CFG table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include CONDITIONAL_RULE (Conditional Rule), COND (Condition), BASIC_RULE_TYPE (Rule Type for Basic Normalizing Rule), BASIC_RULE (Basic Normalizing Rule).. 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 SIC_CONDRUV_CFG 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
CONDITIONAL_RULEConditional Rule SIC_NORM_TV_CONDITIONAL_RULECHAR30SIC_NORM_CONDRURCONDRSIC_NORM_CONDITIONAL_RULE
CONDCondition SIC_NORM_TV_CONDITIONCHAR30SIC_NORM_CONDRURSIC_NORM_CONDITION
BASIC_RULE_TYPERule Type for Basic Normalizing Rule SIC_NORM_TV_BASIC_RULE_TYPECHAR30SIC_NORM_CONDRURSIC_NORM_BASIC_RULE_TYPE
BASIC_RULEBasic Normalizing Rule SIC_NORM_TV_BASIC_RULECHAR30SIC_NORM_CONDRURSIC_NORM_BASIC_RULE
CALL_NRCall Number of Basic Rule in Conditional Rule SIC_NORM_TV_CONDRUR_CALL_NRINT410SIC_NORM_CONDRUR
VARInterface Variable of Basic Rule Type or Condition Type SIC_NORM_TV_CONDRUV_VARIABLECHAR30FDNAME
LOG_VARVariable of Conditional Rule SIC_NORM_TV_CONDRU_VARIABLECHAR30SIC_NORM_CONDRUIFDNAME
NORM_TYPE_IFUse Normalization Type of Interface Variable SIC_NORM_TV_NORMTYPE_INTERFACECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM SIC_CONDRUV_CFG
INTO CORRESPONDING FIELDS OF WA_SIC_CONDRUV_CFG
WHERE...

How to access SAP table SIC_CONDRUV_CFG

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