TCORT_VAR_ASSGN SAP (Assignment of ALV variants to Display variant) Table details

Dictionary Type: Table
Description: Assignment of ALV variants to Display variant




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




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

TCORT_VAR_ASSGN is a standard SAP Table which is used to store Assignment of ALV variants to Display variant data and is available within R/3 SAP systems depending on the version and release level.

The TCORT_VAR_ASSGN table consists of various fields, each holding specific information or linking keys about Assignment of ALV variants to Display variant data available in SAP. These include DISVARIANT (Display variant), NODE (Nodes in the CO Create/Display/Change tree), LAYOUT (Layout).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TCORT_VAR_ASSGN table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
DISVARIANTDisplay variant FTR_DISVARIANTCHAR15TCORT_DISVARIANTFTR_DISVARIANTTCORH_DISVARIANT
NODENodes in the CO Create/Display/Change tree FTR_CONODECHAR10FTR_CONODE
LAYOUTLayout SLIS_VARICHAR12SLIS_VARI

Key field Non-key field



How do I retrieve data from SAP table TCORT_VAR_ASSGN using ABAP code

The following ABAP code Example will allow you to do a basic selection on TCORT_VAR_ASSGN to SELECT all data from the table
DATA: WA_TCORT_VAR_ASSGN TYPE TCORT_VAR_ASSGN.

SELECT SINGLE *
FROM TCORT_VAR_ASSGN
INTO CORRESPONDING FIELDS OF WA_TCORT_VAR_ASSGN
WHERE...

How to access SAP table TCORT_VAR_ASSGN

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