CRMC_REPDY_DB SAP (DB Access Description for Dynamic Access) Table details

Dictionary Type: Table
Description: DB Access Description for Dynamic Access




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




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

CRMC_REPDY_DB is a standard SAP Table which is used to store DB Access Description for Dynamic Access data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_REPDY_DB table consists of various fields, each holding specific information or linking keys about DB Access Description for Dynamic Access data available in SAP. These include NR_DB_TABLES (Number of Database Tables for Access), LEADING_TABLE (Leading Database Table), IS_SET (Access Contains SET, if 'X'), ONLY_HEADER (Information only at Header Level).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CRMC_REPDY_DB 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
DYN_METHODDynamic Access Name (Method) CRMT_REPORT_DYN_METHODNAMECHAR61CHAR61
NR_DB_TABLESNumber of Database Tables for Access CRMT_REPORT_DYN_NR_DB_TABLESINT13INT1
LEADING_TABLELeading Database Table CRMT_REPORT_DYN_LEADING_TABLECHAR16CHAR16
IS_SETAccess Contains SET, if 'X' CRMT_REPORT_DYN_IS_SETCHAR1CHAR1
ONLY_HEADERInformation only at Header Level CRMT_REPORT_DYN_ONLY_HEADERCHAR1CHAR1
ONLY_ITEMInformation only at Item Level CRMT_REPORT_DYN_ONLY_ITEMCHAR1CHAR1
JOIN_HEADER_GUIDJoin at Header Level CRMT_REPORT_DYN_JOIN_ON_HEADERCHAR30Assigned to domainFDNAME
JOIN_ITEM_GUIDJoin at Item Level CRMT_REPORT_DYN_JOIN_ON_ITEMCHAR30Assigned to domainFDNAME
FROM_IF_NOT_LEADDynamic FROM Part, if not Leading Access CRMT_REPORT_DYN_FROM_IF_NOLEADCHAR70CHAR70
REMAIN_FROMRemainder of Dyn. FROM CRMT_REPORT_DYN_REMAIN_FROMCHAR180CHAR180
CALL_FOR_FROMCall Dynamic Method for Structure of Dynamic FROM Part CRMT_REPORT_DYN_CALL_FOR_FROMCHAR1CHAR1
SORT_VALUESort Value CRMT_REPORT_DYN_SORT_VALUEINT13INT1
OBJTYPE_SETObject Type CRMT_OBJECT_TYPECHAR2

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_REPDY_DB
INTO CORRESPONDING FIELDS OF WA_CRMC_REPDY_DB
WHERE...

How to access SAP table CRMC_REPDY_DB

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