CNV_20320_S_LSTAR_TEXT_MAPPING SAP (Line Type Activity Type Text Mapping) Structure details

Dictionary Type: Structure
Description: Line Type Activity Type Text Mapping




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




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

CNV_20320_S_LSTAR_TEXT_MAPPING 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 Type Activity Type Text Mapping" 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_CNV_20320_S_LSTAR_TEXT_MAPPING TYPE CNV_20320_S_LSTAR_TEXT_MAPPING.

The CNV_20320_S_LSTAR_TEXT_MAPPING table consists of various fields, each holding specific information or linking keys about Line Type Activity Type Text Mapping data available in SAP. These include LSTAR (Activity Type (Old)), DATBI (Valid To Date), KOKRS_NEW (Controlling Area (New)), LSTAR_NEW (Activity Type (New)).. 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 CNV_20320_S_LSTAR_TEXT_MAPPING 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
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
LSTARActivity Type (Old) CNV_20320_LSTAR_OLDCHAR6Assigned to domainLSTAR
DATBIValid To Date DATBIDATS8DATUM
KOKRS_NEWControlling Area (New) CNV_20306_KOKRS_NEWCHAR4Assigned to domainCACCD
LSTAR_NEWActivity Type (New) CNV_20320_LSTAR_NEWCHAR6Assigned to domainLSTAR
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
KTEXTGeneral Name KTEXTCHAR20TEXT20
LTEXTDescription KLTXTCHAR40TEXT40
DEL_INDDeletion Indicator for a Row CNV_12000_DEL_FLAGCHAR1CNV_12000_DEL_FLAG
OLD_NEWOld_New_Indicator CNV_12000_OLD_NEWCHAR1CNV_12000_OLD_NEW
CONVIndicator for Mapping Values CNV_12000_CONVCHAR1CNV_12000_FLAG
UPD_STATUpdate Status of Object CNV_12000_UPD_STATCHAR1CNV_12000_FLAG
INFOInformation about Exception Scenario CNV_12000_INFCHAR1CNV_12000_INF

Key field Non-key field



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

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

How to access SAP table CNV_20320_S_LSTAR_TEXT_MAPPING

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