CAT_DP_TAB SAP (Save CATT DataProvider data) Table details

Dictionary Type: Table
Description: Save CATT DataProvider data




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




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

CAT_DP_TAB is a standard SAP Table which is used to store Save CATT DataProvider data data and is available within R/3 SAP systems depending on the version and release level.

The CAT_DP_TAB table consists of various fields, each holding specific information or linking keys about Save CATT DataProvider data data available in SAP. These include COMMID (Character field, 8 characters long), SUBID (Character field, 8 characters long), CALLNO (10 digit number), LINNO (10 digit number).. 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_TAB 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
LINNO10 digit number NUM10NUMC10NUM10
AUSRICHTER 0
DATA DataProv data0

Key field Non-key field



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

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

SELECT SINGLE *
FROM CAT_DP_TAB
INTO CORRESPONDING FIELDS OF WA_CAT_DP_TAB
WHERE...

How to access SAP table CAT_DP_TAB

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