CNV_40301_S_TEXT_MAPPING SAP (Structure with information of (new) asset account det. texts) Structure details

Dictionary Type: Structure
Description: Structure with information of (new) asset account det. texts




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




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

CNV_40301_S_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 "Structure with information of (new) asset account det. texts" 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_40301_S_TEXT_MAPPING TYPE CNV_40301_S_TEXT_MAPPING.

The CNV_40301_S_TEXT_MAPPING table consists of various fields, each holding specific information or linking keys about Structure with information of (new) asset account det. texts data available in SAP. These include KTOGR_NEW (New Asset Account Determination), SPRAS (Language Key), KTGRTX (Description of account determination), DEL_IND (Deletion Indicator for a Row).. 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_40301_S_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
KTOGROld Asset Account Determination CNV_40301_KTOGR_OLDCHAR8ALPHACNV_40301_KTOGR
KTOGR_NEWNew Asset Account Determination CNV_40301_KTOGR_NEWCHAR8ALPHACNV_40301_KTOGR
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
KTGRTXDescription of account determination CNV_40301_KTGRTXCHAR50TEXT50
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_40301_S_TEXT_MAPPING using ABAP code?

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

How to access SAP table CNV_40301_S_TEXT_MAPPING

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