CNV_10996_DTFLD SAP (Mapping determination - header tables) Table details

Dictionary Type: Table
Description: Mapping determination - header tables




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




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

CNV_10996_DTFLD is a standard SAP Table which is used to store Mapping determination - header tables data and is available within R/3 SAP systems depending on the version and release level.

The CNV_10996_DTFLD table consists of various fields, each holding specific information or linking keys about Mapping determination - header tables data available in SAP. These include PACKID (Conversion: Conversion package number), OBJECT (Archiving Object), DTOBJ_TPL (Determination object), PRIORITY (Priority (numeric 2-digit)).. 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: Not classified


SAP CNV_10996_DTFLD 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
OBJECTArchiving Object OBJCT_TR01CHAR10Assigned to domainOBJCT_TR01OBT
DTOBJ_TPLDetermination object CNV_10996_DTOBJCHAR15CNV_10996_DTOBJ
PRIORITYPriority (numeric 2-digit) CNV_10996_PRIONUMC2NUM02
STRUCTUREStructure CNV_10996_STRUCCHAR30Assigned to domainAS4TAB
ARCH_CLASSArchiving class ARCH_CLAS_CHAR10Assigned to domainARCH_CLASS
DT_OBJ_SSource field/object CNV_10996_DT_OBJ_SCHAR30CNV_10996_DT_OBJ_S
DT_TYPE_SObject type of source object CNV_10996_DTTYPE_SCHAR2CNV_10996_DTTYPE_S
DTOBJ_SSource determination object CNV_10996_DTOBJ_SCHAR15CNV_10996_DTOBJ
PATHIDDetermination path CNV_10996_PATHIDCHAR15CNV_10996_PATHID
PATHTYPEDetermination path type CNV_10996_PATHTYPECHAR1CNV_10996_PATHTYPE
DTOBJ_TTarget determination object CNV_10996_DTOBJ_TCHAR15CNV_10996_DTOBJ
NOTUSEExclusion from conversion indication CNV_NOTCHAR1X

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNV_10996_DTFLD
INTO CORRESPONDING FIELDS OF WA_CNV_10996_DTFLD
WHERE...

How to access SAP table CNV_10996_DTFLD

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