GENIOSD_INDCONST SAP (GENIOS: Indicator Constraints) Table details

Dictionary Type: Table
Description: GENIOS: Indicator Constraints




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




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

GENIOSD_INDCONST is a standard SAP Table which is used to store GENIOS: Indicator Constraints data and is available within R/3 SAP systems depending on the version and release level.

The GENIOSD_INDCONST table consists of various fields, each holding specific information or linking keys about GENIOS: Indicator Constraints data available in SAP. These include SESSION_ID (GENIOS: Session ID), CONSTRAINT_ID (GENIOS: Index), NAME (GENIOS: name of an element), TYPE (GENIOS: type of a constraint).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP GENIOSD_INDCONST 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 MANDTCLNT3Assigned to domainMANDT
SESSION_IDGENIOS: Session ID GENIOS_SESSIONCHAR22GENIOS_DO_GUID22
CONSTRAINT_IDGENIOS: Index GENIOS_INDEXINT410
NAMEGENIOS: name of an element GENIOS_NAMECHAR255CHAR255
TYPEGENIOS: type of a constraint GENIOS_CONSTRAINTTYPECHAR1GENIOS_DO_CONSTRAINTTYPE
RHSGENIOS: float element GENIOS_FLOATFLTP16(16) GENIOS_DO_FLOAT
COMPLEMENTEDGENIOS: bool variable GENIOS_BOOLCHAR1SAP_BOOL
INDICATOR_VAR_IDGENIOS: Index GENIOS_INDEXINT410GENIOSD_VARIABLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM GENIOSD_INDCONST
INTO CORRESPONDING FIELDS OF WA_GENIOSD_INDCONST
WHERE...

How to access SAP table GENIOSD_INDCONST

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