CLS_ASSIGNMENT_GRID_LINE SAP (Line in the assignment grid) Structure details

Dictionary Type: Structure
Description: Line in the assignment grid




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




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

CLS_ASSIGNMENT_GRID_LINE 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 "Line in the assignment grid" 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_CLS_ASSIGNMENT_GRID_LINE TYPE CLS_ASSIGNMENT_GRID_LINE.

The CLS_ASSIGNMENT_GRID_LINE table consists of various fields, each holding specific information or linking keys about Line in the assignment grid data available in SAP. These include COLUMN2 (), COLUMN3 (), COLUMN4 (), COLUMN5 ().. 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 CLS_ASSIGNMENT_GRID_LINE 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
COLUMN1 0
COLUMN2 0
COLUMN3 0
COLUMN4 0
COLUMN5 0
COLUMN6 0
COLUMN7 0
COLUMN8 0
COLUMN9 0
COLUMN10 0
COLUMN11 0
COLUMN12 0
COLUMN13 0
COLUMN14 0
COLUMN15 0
COLUMN16 0
COLUMN17 0
COLUMN18 0
COLUMN19 0
COLUMN20 0
COLUMN21 0
COLUMN22 0
COLUMN23 0
COLUMN24 0
COLUMN25 0
COLUMN26 0
COLUMN27 0
COLUMN28 0
COLUMN29 0
COLUMN30 0
LEVEL1Assignment level (implicit, explicit, effective) CLS_ASSIGNMENT_LEVELCHAR1CLS_ASSIGNMENT_LEVEL
LEVEL2Assignment level (implicit, explicit, effective) CLS_ASSIGNMENT_LEVELCHAR1CLS_ASSIGNMENT_LEVEL
LEVEL3Assignment level (implicit, explicit, effective) CLS_ASSIGNMENT_LEVELCHAR1CLS_ASSIGNMENT_LEVEL
LEVEL4Assignment level (implicit, explicit, effective) CLS_ASSIGNMENT_LEVELCHAR1CLS_ASSIGNMENT_LEVEL
LEVEL5Assignment level (implicit, explicit, effective) CLS_ASSIGNMENT_LEVELCHAR1CLS_ASSIGNMENT_LEVEL
LEVEL6Assignment level (implicit, explicit, effective) CLS_ASSIGNMENT_LEVELCHAR1CLS_ASSIGNMENT_LEVEL
LEVEL7Assignment level (implicit, explicit, effective) CLS_ASSIGNMENT_LEVELCHAR1CLS_ASSIGNMENT_LEVEL
LEVEL8Assignment level (implicit, explicit, effective) CLS_ASSIGNMENT_LEVELCHAR1CLS_ASSIGNMENT_LEVEL
LEVEL9Assignment level (implicit, explicit, effective) CLS_ASSIGNMENT_LEVELCHAR1CLS_ASSIGNMENT_LEVEL
LEVEL10Assignment level (implicit, explicit, effective) CLS_ASSIGNMENT_LEVELCHAR1CLS_ASSIGNMENT_LEVEL
LEVEL11Assignment level (implicit, explicit, effective) CLS_ASSIGNMENT_LEVELCHAR1CLS_ASSIGNMENT_LEVEL
LEVEL12Assignment level (implicit, explicit, effective) CLS_ASSIGNMENT_LEVELCHAR1CLS_ASSIGNMENT_LEVEL
LEVEL13Assignment level (implicit, explicit, effective) CLS_ASSIGNMENT_LEVELCHAR1CLS_ASSIGNMENT_LEVEL
LEVEL14Assignment level (implicit, explicit, effective) CLS_ASSIGNMENT_LEVELCHAR1CLS_ASSIGNMENT_LEVEL
LEVEL15Assignment level (implicit, explicit, effective) CLS_ASSIGNMENT_LEVELCHAR1CLS_ASSIGNMENT_LEVEL
LEVEL16Assignment level (implicit, explicit, effective) CLS_ASSIGNMENT_LEVELCHAR1CLS_ASSIGNMENT_LEVEL
LEVEL17Assignment level (implicit, explicit, effective) CLS_ASSIGNMENT_LEVELCHAR1CLS_ASSIGNMENT_LEVEL
LEVEL18Assignment level (implicit, explicit, effective) CLS_ASSIGNMENT_LEVELCHAR1CLS_ASSIGNMENT_LEVEL
LEVEL19Assignment level (implicit, explicit, effective) CLS_ASSIGNMENT_LEVELCHAR1CLS_ASSIGNMENT_LEVEL
LEVEL20Assignment level (implicit, explicit, effective) CLS_ASSIGNMENT_LEVELCHAR1CLS_ASSIGNMENT_LEVEL
CELL_PROP 0
COLORS 0

Key field Non-key field



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

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

How to access SAP table CLS_ASSIGNMENT_GRID_LINE

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