CNV_CTRL_OTHERS SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

CNV_CTRL_OTHERS is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The CNV_CTRL_OTHERS table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include PACKID (Conversion: Conversion package number), OBJECT (Object type (SETNAME=Set name; SETVAL=Value in sets)), ORG_EINH (Conversion: Organizational unit), ORG_EINH2 (Conversion: Organizational unit).. 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 CNV_CTRL_OTHERS table view 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 MANDTCLNT3MANDT
PACKIDConversion: Conversion package number CNV_PACKCHAR5CNV_PACKCNV_PACK
OBJECTObject type (SETNAME=Set name; SETVAL=Value in sets) CNV_20100_OBJECTTYPECHAR10CNV_20100_OBJECTTYPE
ORG_EINHConversion: Organizational unit CNV_ORGEINSCHAR10CHAR10
ORG_EINH2Conversion: Organizational unit CNV_ORGZWEICHAR10CHAR10
OBJECTNAMESet name (for object type SETVAL) CNV_20100_OBJECTNAMECHAR40CNV_20100_OBJECTNAME
VALUE_OLDObject value OLD CNV_OTHERS_OLDCHAR30CHAR30
VALUE_NEWObject value NEW CNV_OTHERS_NEWCHAR30CHAR30
TEXTText CNV_20100_TXT50CHAR50TEXT50
PRIORITYControl which account/cost element has priority CNV_PRIORITYCHAR1FLAG
SOURCEOrigin of chart of account object CNV_SOURCECHAR10CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNV_CTRL_OTHERS
INTO CORRESPONDING FIELDS OF WA_CNV_CTRL_OTHERS
WHERE...

How to access SAP table CNV_CTRL_OTHERS

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