OMACOL SAP (HR-OM: Column Group Attributes) Structure details

Dictionary Type: Structure
Description: HR-OM: Column Group Attributes




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




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

OMACOL 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 "HR-OM: Column Group Attributes" 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_OMACOL TYPE OMACOL.

The OMACOL table consists of various fields, each holding specific information or linking keys about HR-OM: Column Group Attributes data available in SAP. These include COLNAME (Tree Control: Column Name / Item Name), GENERIC (Column Framework: Column Can Be Used Generically), WIDTH (Count Parameters), ALIGNMENT (Column Framework: Alignment of Column Entries).. 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 OMACOL 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
ARRAYTYPEColumn Framework: Column Group HRARRAYTYPCHAR15HRARRAYTYP
COLNAMETree Control: Column Name / Item Name TV_ITMNAMECHAR12TM_CHAR12
GENERICColumn Framework: Column Can Be Used Generically OMGENFLAGCHAR1FLAG
WIDTHCount Parameters NUMC04NUMC4NUMC4
ALIGNMENTColumn Framework: Alignment of Column Entries MDT_ALIGNNUMC1MDT_ALIGN
ICONNAMEName of an Icon ICONNAMECHAR30ICONNAME
ONLY_ICONSColumn Framework: Column for Icons Only OMICONFLAGCHAR1FLAG
CONVEXITConversion Routine CONVEXITCHAR5CONVEXIT
INT_LENGTHInternal Length in Bytes INTLENNUMC6DDLENG
OUT_LENGTHColumn Framework: Output Length in Bytes EXTLENNUMC6DDLENG
CB_CONTENTName of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
CB_EVENTName of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
CB_REFRESHName of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
FIX_COLUMNColumn Framework: Fixed Column HROMFIXCOLCHAR1FLAG
COL_ORDERTwo digit number NUMC2NUMC2NUMC2
FRIENDTYPEColumn Framework: Coherence Relationship HROMFRIENDCHAR15HRARRAYTYP
SHOW_NEVERColumn Framework: Never Display Column HROMSHOWNECHAR1FLAG
HIDDENColumn Framework: Column Hidden by Default HROMHIDDENCHAR1FLAG
ALWAYS_ONColumn Framework: Column Cannot Be Hidden HROMALWAYSCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table OMACOL

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