CORUSCON SAP (CO11N Definition of Constants) Structure details

Dictionary Type: Structure
Description: CO11N Definition of Constants




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




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

CORUSCON 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 "CO11N Definition of Constants" 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_CORUSCON TYPE CORUSCON.

The CORUSCON table consists of various fields, each holding specific information or linking keys about CO11N Definition of Constants data available in SAP. These include PB1 (CO11N Constant G_PB1), PB2 (CO11N Constant G_PB2), PB3 (CO11N Constant G_PB3), PB4 (CO11N Constant G_PB4).. 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 (character-type)


SAP CORUSCON 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
PB1CO11N Constant G_PB1 RU_PBUTTON1CHAR30RU_PBUTTON1
PB2CO11N Constant G_PB2 RU_PBUTTON2CHAR30RU_PBUTTON2
PB3CO11N Constant G_PB3 RU_PBUTTON3CHAR30RU_PBUTTON3
PB4CO11N Constant G_PB4 RU_PBUTTON4CHAR30RU_PBUTTON4
PB5CO11N Constant G_PB5 RU_PBUTTON5CHAR30RU_PBUTTON5
PB6CO11N Constant G_PB6 RU_PBUTTON6CHAR30RU_PBUTTON6
PB7CO11N Constant G_PB7 RU_PBUTTON7CHAR30RU_PBUTTON7
PB8CO11N Constant G_PB8 RU_PBUTTON8CHAR30RU_PBUTTON8
PB9CO11N Constant G_PB9 RU_PBUTTON9CHAR30RU_PBUTTON9
PB10CO11N Constant G_PB10 RU_PBUTTON10CHAR30RU_PBUTTON10
PB11CO11N Constant G_PB11 RU_PBUTTON11CHAR30RU_PBUTTON11
PB12CO11N Constant G_PB12 RU_PBUTTON12CHAR30RU_PBUTTON12
FCSL1CO11N Constant SLOT1 RU_FCSLOT1CHAR6RU_FCSLOT1
FCSL2CO11N Constant SLOT2 RU_FCSLOT2CHAR6RU_FCSLOT2
FCSL3CO11N Constant SLOT3 RU_FCSLOT3CHAR6RU_FCSLOT3
FCSL4CO11N Constant SLOT4 RU_FCSLOT4CHAR6RU_FCSLOT4
FCSL5CO11N Constant SLOT5 RU_FCSLOT5CHAR6RU_FCSLOT5
FCSL6CO11N Constant SLOT6 RU_FCSLOT6CHAR6RU_FCSLOT6
FCSL7CO11N Constant SLOT7 RU_FCSLOT7CHAR6RU_FCSLOT7
FCSL8CO11N Constant SLOT8 RU_FCSLOT8CHAR6RU_FCSLOT8
FCSL9CO11N Constant SLOT9 RU_FCSLOT9CHAR6RU_FCSLOT9
FCSL10CO11N Constant SLOT10 RU_FCSLOT10CHAR6RU_FCSLOT10
FCSL11CO11N Constant SLOT11 RU_FCSLOT11CHAR6RU_FCSLOT11
FCSL12CO11N Constant SLOT12 RU_FCSLOT12CHAR6RU_FCSLOT12

Key field Non-key field



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

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

How to access SAP table CORUSCON

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