SCIS_NAMING_CONVENTIONS_SETUP SAP (Configuration of Check for Enhanced Naming Conventions) Structure details

Dictionary Type: Structure
Description: Configuration of Check for Enhanced Naming Conventions




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




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

SCIS_NAMING_CONVENTIONS_SETUP 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 "Configuration of Check for Enhanced Naming Conventions" 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_SCIS_NAMING_CONVENTIONS_SETUP TYPE SCIS_NAMING_CONVENTIONS_SETUP.

The SCIS_NAMING_CONVENTIONS_SETUP table consists of various fields, each holding specific information or linking keys about Configuration of Check for Enhanced Naming Conventions data available in SAP. These include PREFIX_GENERIC (Component of a Name Prefix for the Data Type), PREFIX_STRUCTURE (Component of a Name Prefix for the Data Type), PREFIX_TABLE_ANY (Component of a Name Prefix for the Data Type), PREFIX_TABLE_HASHED (Component of a Name Prefix for the Data Type).. 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 SCIS_NAMING_CONVENTIONS_SETUP 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
PREFIX_ELEMENTARYComponent of a Name Prefix for the Data Type SCI_E_TYPE_PREFIXCHAR8SCI_TYPE_PREFIX
PREFIX_GENERICComponent of a Name Prefix for the Data Type SCI_E_TYPE_PREFIXCHAR8SCI_TYPE_PREFIX
PREFIX_STRUCTUREComponent of a Name Prefix for the Data Type SCI_E_TYPE_PREFIXCHAR8SCI_TYPE_PREFIX
PREFIX_TABLE_ANYComponent of a Name Prefix for the Data Type SCI_E_TYPE_PREFIXCHAR8SCI_TYPE_PREFIX
PREFIX_TABLE_HASHEDComponent of a Name Prefix for the Data Type SCI_E_TYPE_PREFIXCHAR8SCI_TYPE_PREFIX
PREFIX_TABLE_INDEXComponent of a Name Prefix for the Data Type SCI_E_TYPE_PREFIXCHAR8SCI_TYPE_PREFIX
PREFIX_TABLE_STANDARDComponent of a Name Prefix for the Data Type SCI_E_TYPE_PREFIXCHAR8SCI_TYPE_PREFIX
PREFIX_TABLE_SORTEDComponent of a Name Prefix for the Data Type SCI_E_TYPE_PREFIXCHAR8SCI_TYPE_PREFIX
PREFIX_REF_DATAComponent of a Name Prefix for the Data Type SCI_E_TYPE_PREFIXCHAR8SCI_TYPE_PREFIX
PREFIX_REF_CLASSComponent of a Name Prefix for the Data Type SCI_E_TYPE_PREFIXCHAR8SCI_TYPE_PREFIX
PREFIX_REF_CLASS_BADIComponent of a Name Prefix for the Data Type SCI_E_TYPE_PREFIXCHAR8SCI_TYPE_PREFIX
PREFIX_REF_CLASS_EXCEPTIONComponent of a Name Prefix for the Data Type SCI_E_TYPE_PREFIXCHAR8SCI_TYPE_PREFIX
PREFIX_REF_INTERFACEComponent of a Name Prefix for the Data Type SCI_E_TYPE_PREFIXCHAR8SCI_TYPE_PREFIX
PATTERNS_CLAS_NAME_GLOBAL 0
PATTERNS_CLAS_NAME_LOCAL 0
PATTERNS_CLAS_MEMBER 0
PATTERNS_CLAS_MEMBER_CLASS 0
PATTERNS_CLAS_CONSTANT 0
PATTERNS_CLAS_TYPE 0
PATTERNS_INTF_NAME_GLOBAL 0
PATTERNS_INTF_NAME_LOCAL 0
PATTERNS_INTF_MEMBER 0
PATTERNS_INTF_MEMBER_CLASS 0
PATTERNS_INTF_CONSTANT 0
PATTERNS_INTF_TYPE 0
PATTERNS_METD_NAME 0
PATTERNS_METD_IMPORTING 0
PATTERNS_METD_EXPORTING 0
PATTERNS_METD_CHANGING 0
PATTERNS_METD_RETURNING 0
PATTERNS_EVNT_NAME 0
PATTERNS_EVNT_EXPORTING 0
PATTERNS_FUGR_NAME 0
PATTERNS_FUNC_NAME 0
PATTERNS_FUNC_IMPORTING 0
PATTERNS_FUNC_EXPORTING 0
PATTERNS_FUNC_CHANGING 0
PATTERNS_FUNC_TABLES 0
PATTERNS_REPT_NAME 0
PATTERNS_PROG_DATA_LOCAL 0
PATTERNS_PROG_DATA_GLOBAL 0
PATTERNS_PROG_DATA_STATIC 0
PATTERNS_PROG_FIELD_SYMBOL_LOC 0
PATTERNS_PROG_FIELD_SYMBOL_GLB 0
PATTERNS_PROG_CONSTANT_LOCAL 0
PATTERNS_PROG_CONSTANT_GLOBAL 0
PATTERNS_PROG_FIELD_GROUP 0
PATTERNS_PROG_SELSCR_OPTION 0
PATTERNS_PROG_SELSCR_PARAMETER 0
PATTERNS_PROG_TYPE_LOCAL 0
PATTERNS_PROG_TYPE_GLOBAL 0
PATTERNS_PROG_DEFINE 0
PATTERNS_FORM_NAME 0
PATTERNS_FORM_USING 0
PATTERNS_FORM_CHANGING 0
PATTERNS_FORM_TABLE 0

Key field Non-key field



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

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

How to access SAP table SCIS_NAMING_CONVENTIONS_SETUP

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