CNV_ADT_DP_FUNC SAP (T. Summary: Data provider function (version-dependent)) Table details

Dictionary Type: Table
Description: T. Summary: Data provider function (version-dependent)




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




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

CNV_ADT_DP_FUNC is a standard SAP Table which is used to store T. Summary: Data provider function (version-dependent) data and is available within R/3 SAP systems depending on the version and release level.

The CNV_ADT_DP_FUNC table consists of various fields, each holding specific information or linking keys about T. Summary: Data provider function (version-dependent) data available in SAP. These include DPID (Data provider ID), VERSION (Data provider version), RFC_FM (Remote function module for data provider), TYPENAME (Name of Dictionary Type).. 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_ADT_DP_FUNC 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
DPIDData provider ID CNV_ADT_DPIDCHAR12CNV_ADT_DPCNV_ADT_DPID
VERSIONData provider version CNV_ADT_DP_VERSNUMC4CNV_ADT_DP_VERS
RFC_FMRemote function module for data provider CNV_ADT_RFCFMCHAR30Assigned to domainFUNCNAME
TYPENAMEName of Dictionary Type TYPENAMECHAR30DDTYPESOBJECTNAMEDTYPDD_TYPES
PIFD_INTERFACEGUID for PIFD Interfaces CNV_ADT_PIFD_GUIDCHAR32
EXEC_TARGETSpecifies The Target System the Activity is Executed in CNV_MBT_EXEC_TARGETCHAR1Assigned to domainCNV_MBT_EXEC_TARGET

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNV_ADT_DP_FUNC
INTO CORRESPONDING FIELDS OF WA_CNV_ADT_DP_FUNC
WHERE...

How to access SAP table CNV_ADT_DP_FUNC

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