CAT_DP_FLD SAP (Export fields for DataProvider) Table details

Dictionary Type: Table
Description: Export fields for DataProvider




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




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

CAT_DP_FLD is a standard SAP Table which is used to store Export fields for DataProvider data and is available within R/3 SAP systems depending on the version and release level.

The CAT_DP_FLD table consists of various fields, each holding specific information or linking keys about Export fields for DataProvider data available in SAP. These include COMMID (Character field, 8 characters long), SUBID (Character field, 8 characters long), CALLNO (10 digit number), ITYPE (Character field of length 40).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CAT_DP_FLD 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
ABLNRCATT - Test case CATNRCHAR30CATNRCAT
COMMIDCharacter field, 8 characters long CHAR8CHAR8CHAR8
SUBIDCharacter field, 8 characters long CHAR8CHAR8CHAR8
CALLNO10 digit number NUM10NUMC10NUM10
ITYPECharacter field of length 40 CHAR40CHAR40CHAR40
ISUBTYPECharacter field of length 40 CHAR40CHAR40CHAR40
IDATECharacter field of length 40 CHAR40CHAR40CHAR40
ITIMENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
IDESCText, 255 Characters TEXT255CHAR255TEXT255
ISIZENatural Number INT4INT410INT4
IPLATTFORMSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM CAT_DP_FLD
INTO CORRESPONDING FIELDS OF WA_CAT_DP_FLD
WHERE...

How to access SAP table CAT_DP_FLD

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