SCC_COMPLETION SAP (Completion entry of ABAP code completion) Structure details

Dictionary Type: Structure
Description: Completion entry of ABAP code completion




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




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

SCC_COMPLETION 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 "Completion entry of ABAP code completion" 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_SCC_COMPLETION TYPE SCC_COMPLETION.

The SCC_COMPLETION table consists of various fields, each holding specific information or linking keys about Completion entry of ABAP code completion data available in SAP. These include IDENTIFIER (ABAP Code Completion: Text of identifier), ICON (ABAP Code Completion: Index of icon for main category), SUBICON (ABAP Code Completion: Index of icon for additional property), BOLD (ABAP Code Completion: Display text bold?).. 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 SCC_COMPLETION 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
KINDABAP Code Completion: Kind of program object (namespace) SCC_KINDINT13
IDENTIFIERABAP Code Completion: Text of identifier SCC_IDENTIFIERCHAR30
ICONABAP Code Completion: Index of icon for main category SCC_ICONIDXINT13
SUBICONABAP Code Completion: Index of icon for additional property SCC_SUBICONIDXINT13
BOLDABAP Code Completion: Display text bold? SCC_BOLDINT13
COLORABAP Code Completion: Color SCC_COLORINT13
QUICKINFO_EVENTABAP Code Completion: Event handled at backend? SCC_EVENT_FLAGINT13
INSERT_EVENTABAP Code Completion: Event handled at backend? SCC_EVENT_FLAGINT13
IS_METAABAP Code Completion: Meta entry for detailed search? SCC_META_ENTRYINT13
PREFIXLENGTHABAP Code Completion: Length of identifier prefix SCC_LENGTHINT13
ROLEABAP Code Completion: Role of program object SCC_ROLEINT25
LOCATIONABAP Code Completion: Source location of definition SCC_LOCATIONINT13
GRADEABAP Code Completion: Creation grade SCC_GRADEINT13
VISIBILITYABAP Code Completion: Visibility SCC_VISIBILITYINT13
IS_INHERITEDABAP Code Completion: Inherited SCC_INHERITEDINT13
PROP1ABAP Code Completion: General property SCC_PROPERTYINT13
PROP2ABAP Code Completion: General property SCC_PROPERTYINT13
PROP3ABAP Code Completion: General property SCC_PROPERTYINT13
SYNTCNTXTABAP Code Completion: Syntactical context SCC_SYNTCNTXTINT13

Key field Non-key field



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

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

How to access SAP table SCC_COMPLETION

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