CNV_10100_SETCON SAP (FI Set Data Relation between SETCLASS and appl. package) Table details

Dictionary Type: Table
Description: FI Set Data Relation between SETCLASS and appl. package




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




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

CNV_10100_SETCON is a standard SAP Table which is used to store FI Set Data Relation between SETCLASS and appl. package data and is available within R/3 SAP systems depending on the version and release level.

The CNV_10100_SETCON table consists of various fields, each holding specific information or linking keys about FI Set Data Relation between SETCLASS and appl. package data available in SAP. These include PACKID (Conversion: Conversion package number), SETCLASS (Set class), RELATION (Relation of Set conversion customizing to value or key field), ABAP_CLASS (ABAP Class which provides methods for handling of Set).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CNV_10100_SETCON 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
PACKIDConversion: Conversion package number CNV_PACKCHAR5Assigned to domainCNV_PACKCNV_PACK
SETCLASSSet class CNV_10100_SETCLASSCHAR4CNV_10100_SETCLASSGSC
RELATIONRelation of Set conversion customizing to value or key field CNV_10100_SETCON_RELATIONCHAR1CNV_10100_SETCON_RELATION
ABAP_CLASSABAP Class which provides methods for handling of Set CNV_10100_ABAPCLASSCHAR30SEOCLSNAME
PACKID_SRCNumber of source package CNV_SRCPACKCHAR5Assigned to domainCNV_PACK

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNV_10100_SETCON
INTO CORRESPONDING FIELDS OF WA_CNV_10100_SETCON
WHERE...

How to access SAP table CNV_10100_SETCON

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