ABC_CON SAP (Structure for Constants in Template) Structure details

Dictionary Type: Structure
Description: Structure for Constants in Template




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




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

ABC_CON 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 "Structure for Constants in Template" 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_ABC_CON TYPE ABC_CON.

The ABC_CON table consists of various fields, each holding specific information or linking keys about Structure for Constants in Template data available in SAP. These include KOKRS (Controlling Area), CLASS (Valid Environments), GJAHR (Fiscal Year), CO_OBJECT (Object number).. 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: Not classified


SAP ABC_CON 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
TEMPLATETemplate ABC_TEMPLCHAR10Assigned to domainABC_TEMPLABT
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
CLASSValid Environments ABC_CLASSCHAR3Assigned to domainCOTPL_CLASSTPC
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
CO_OBJECTObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
REPIDABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
ACTIVEActive Indicator ABC_ACTFLGCHAR1COTPL_ACTIVE
DATABValid-From Date DATABDATS8DATUM
DATBIValid To Date DATBIDATS8DATUM
PERIODFROMPosting period POPERNUMC3POPERPOPR
PERIODCNTLoop Index SYINDEXINT410SYST_LONG
PERIODTOPosting period POPERNUMC3POPERPOPR
TPLCOLCO-ABC: Template Column ABC_TPLCOLCHAR1ABC_TPLCOL
LINE_TYPETemplate linetypes ABC_POSTYPCHAR1ABC_POSTYP
ACTPERIODPosting period POPERNUMC3POPERPOPR
REFOBJReference Object for Tracing of Template Items ABC_REFOBJCHAR40CHAR40
UNIT_COSTINGCO-OM-ABC Indicator: Callup from Indiv. Processing or Plan ABC_QUANFLAGCHAR1ABC_QUANFLAG
TPLINDEXLoop Index SYINDEXINT410SYST_LONG
VJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
NJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
CPROGABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
COMP_IDCalculation row ID ABC_COMP_IDCHAR72ABC_COMP_ID

Key field Non-key field



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

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

How to access SAP table ABC_CON

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