RSIS_S_CONDITION SAP (Condition Structure) Structure details

Dictionary Type: Structure
Description: Condition Structure




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




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

RSIS_S_CONDITION 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 Structure" 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_RSIS_S_CONDITION TYPE RSIS_S_CONDITION.

The RSIS_S_CONDITION table consists of various fields, each holding specific information or linking keys about Condition Structure data available in SAP. These include FIELDNAME (Field Name), KEYF (Boolean), KEYC (Boolean), BLOCK (Boolean).. 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 RSIS_S_CONDITION 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
DATAITEM 0
FIELDNAMEField Name FIELDNAMECHAR30FDNAMEDFD
KEYFBoolean RS_BOOLCHAR1RS_BOOL
KEYCBoolean RS_BOOLCHAR1RS_BOOL
BLOCKBoolean RS_BOOLCHAR1RS_BOOL
CONDBoolean RS_BOOLCHAR1RS_BOOL
NEWCOLBoolean RS_BOOLCHAR1RS_BOOL
LENGLength (No. of Characters) DDLENGNUMC6DDLENG
INTLENInternal Length in Bytes INTLENNUMC6DDLENG
INTTYPEABAP data type (C,D,N,...) INTTYPECHAR1INTTYPE
TEXTServices: Text for a Data Item/Parameter Item RSIS_E_DITEXTCHAR20RSIS_DITEXT
EXTTEXTServices: Text Is Managed Externally RSISR_E_EXTTEXTCHAR1RS_BOOL
DDICFLAGBoolean RS_BOOLCHAR1RS_BOOL
DOMNAMEDomain name DOMNAMECHAR30DOMNAMEDD_DOMA
ROLLNAMEData element (semantic domain) ROLLNAMECHAR30ROLLNAMEROLDD_DTEL
CHECKTABLETable Name TABNAMECHAR30AS4TABDTB
OUTPUTLENOutput Length OUTPUTLENNUMC6DDLENG
DECIMALSNumber of Decimal Places DECIMALSNUMC6DDLENG
DATATYPEABAP/4 Dictionary: Screen data type for Screen Painter DYNPTYPECHAR4DATATYPE
REFFIELDReference field for currency and qty fields REFFIELDCHAR30FDNAME
MEMORYIDSet/Get parameter ID MEMORYIDCHAR20MEMORYID
CONVEXITConversion Routine CONVEXITCHAR5CONVEXIT
LOWERCASELowercase letters allowed/not allowed LOWERCASECHAR1AS4FLAG
MACFlag if search help is attached to the field DDSHATTACHCHAR1DDBOOL
VALEXIExistence of fixed values VALEXICHAR1AS4FLAG
TABNAMETable Name TABNAMECHAR30AS4TABDTB
BWFLAGBoolean RS_BOOLCHAR1RS_BOOL
INFOPROVInfoProvider RSINFOPROVCHAR30RSINFOPROVRSIRSINFOPROV
IOBJNMInfoObject RSIOBJNMCHAR30RSIOBJNMRSC
IOBJTPType of an InfoObject RSIOBJTPCHAR3RSIOBJTP
CHKTABView of master data tables RSDCHKVIEWCHAR30AS4TAB
INTLEN_BWInternal Length of InfoObjects in BW - see Docu RSDINTLENNUMC6DDLENG
CHABASNMReference InfoObject RSDCHABASNMCHAR30RSCHABASNM
BCHREFFLCharacteristic references another basic characteristic(flag) RSBCHREFFLCHAR1XFELD
CHACONSTCharacteristic Constant RSCHACONSTSSTR1333RSCHAVL
DEFMEMBERDefault Characteristic Value RSDDEFMEMBERCHAR60RSCHAVL60
HIETABFLCharacteristic with hierarchies RSHIETABFLCHAR1XFELD
HIEVERFLHierarchies can have several versions RSHIEVERFLCHAR1XFELD
HIENMTFLEntire hierarchy is time-dependent RSDHIENMTFLCHAR1XFELD
HIENDTFLHierarchy structure is time-dependent RSHIENDTFLCHAR1XFELD
HIEINTFLIntervals permitted in hierarchy RSHIEINTFLCHAR1XFELD
BDSFLCharacteristic is allowed as attribute of documents RSDDOCFLCHAR1XFELD
KYFTPKey figure type RSKYFTPCHAR3RSKYFTP
FIXCUKYFixed currency RSFIXCUKYCUKY5WAERS
FIXUNITFixed Unit of Measure RSFIXUNITUNIT3CUNITMEINS
AGGRGENUsual aggregation RSAGGRGENCHAR3RSAGGRGEN
AGGREXCException aggregation RSAGGREXCCHAR3RSAGGREXC
AGGRCHAReference characteristic for exception aggregation RSAGGRCHACHAR30RSIOBJNM
UNINMUnit InfoObject (currency/unit) RSUNINMCHAR30RSIOBJNM
UNITPUnit type RSUNITPCHAR3RSUNITP
T_IOBJ_CMP 0
COMPONENTInteger Value RSIS_E_INTINT410RSIS_INT
RANGE_OBJECTCondition Range RSIS_E_COND_RANGEREF0DATA
CONDITION 0
NAMEInfoObject RSIOBJNMCHAR30RSIOBJNMRSC
OBJECTData Object: Name RSIS_E_DOBJCHAR20RSIS_DOBJ

Key field Non-key field



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

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

How to access SAP table RSIS_S_CONDITION

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