DMC_RSREL SAP (DMC: Relations Between Sender/Recipient Structures) Table details

Dictionary Type: Table
Description: DMC: Relations Between Sender/Recipient Structures




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




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

DMC_RSREL is a standard SAP Table which is used to store DMC: Relations Between Sender/Recipient Structures data and is available within R/3 SAP systems depending on the version and release level.

The DMC_RSREL table consists of various fields, each holding specific information or linking keys about DMC: Relations Between Sender/Recipient Structures data available in SAP. These include RSTRUCT (GUID in 'CHAR' format with upper-/lowercase (!)), SSTRUCT (GUID in 'CHAR' format with upper-/lowercase (!)), IDENT (Identifier for Sender/Receiver Relationships), DESCR (Description).. 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: Not classified


SAP DMC_RSREL 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
GUIDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
RSTRUCTGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
SSTRUCTGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
IDENTIdentifier for Sender/Receiver Relationships DMC_RSIDNTCHAR20DMC_IDENT
DESCRDescription DMC_DESCRCHAR60DMC_DSTR
VERSIOVersion Number of Objects DMC_VERSIONUMC4DMC_VERSIO
CHNAMUser Name SYUNAMECHAR12SYCHAR12
CHANGEDATESystem Date SYDATUMDATS8SYDATS
AUTHORUser Name SYUNAMECHAR12SYCHAR12
CREATEDATESystem Date SYDATUMDATS8SYDATS
R_CARDCardinality of Sender/Recipient Relationship DMC_CARDCHAR3CHAR03
S_CARDCardinality of Sender/Recipient Relationship DMC_CARDCHAR3CHAR03
DPTYPEDMC: Flag for Data Path DMC_DPTYPECHAR1DMC_DPTYPE
PRIMRELPrimary Relation? DMC_LRELCHAR1BOOLEAN
RELTYPEDMC: Sort of Relation Type DMC_RELTYPCHAR1DMC_RELTYP
CURRNUMDMC: Sequential Number of a Relationship DMC_CNUMNUMC4NUMC4
BOLGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22DMC_RCALLSYSUUID_22
BORGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22DMC_RCALLSYSUUID_22
ALGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22DMC_RCALLSYSUUID_22
EORGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22DMC_RCALLSYSUUID_22

Key field Non-key field



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

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

SELECT SINGLE *
FROM DMC_RSREL
INTO CORRESPONDING FIELDS OF WA_DMC_RSREL
WHERE...

How to access SAP table DMC_RSREL

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