RSDRCRM_SEG_EXST SAP (Execution Plan: Recording Additional Data for Step Calls) Table details

Dictionary Type: Table
Description: Execution Plan: Recording Additional Data for Step Calls




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




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

RSDRCRM_SEG_EXST is a standard SAP Table which is used to store Execution Plan: Recording Additional Data for Step Calls data and is available within R/3 SAP systems depending on the version and release level.

The RSDRCRM_SEG_EXST table consists of various fields, each holding specific information or linking keys about Execution Plan: Recording Additional Data for Step Calls data available in SAP. These include GUID (UUID in X form (binary)), RECORD_GUID (UUID in X form (binary)), APPENDIX_TYPE (Execution Plan: Recording Additional Data Type), INFOPROV (InfoProvider).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP RSDRCRM_SEG_EXST 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
GUIDUUID in X form (binary) SYSUUID_XRAW16SYSUUID
RECORD_GUIDUUID in X form (binary) SYSUUID_XRAW16SYSUUID
APPENDIX_TYPEExecution Plan: Recording Additional Data Type RSDRCRM_SEG_EXEC_PLAN_REC_AXTYCHAR10CHAR10
INFOPROVInfoProvider RSINFOPROVCHAR30RSINFOPROVRSIRSINFOPROV
MRIMaterialized Result Index - Alias (CRM Segmentation) RSDRCRM_MRIALIASCHAR30CHAR30
CHANMCharacteristic RSCHANMCHAR30RSIOBJNMRSC
KYFNMKey figure RSKYFNMCHAR30RSIOBJNMRSK
CHAALIASBW-DM field alias (cannot be longer than 18) RSALIASCHAR18
KYFALIASBW-DM field alias (cannot be longer than 18) RSALIASCHAR18
MRIALIASMaterialized Result Index - Alias (CRM Segmentation) RSDRCRM_MRIALIASCHAR30CHAR30
FIELDNMField name RSFIELDNMCHAR30RSFIELDNM
ORDERBYDesired Sort Sequence of Data RSRSFSORTINT410RSRSFSORT
AGGRUsual aggregation RSAGGRGENCHAR3RSAGGRGEN
SIGNSIGN field in creation of SELECT-OPTIONS tables RALDB_SIGNCHAR1RALDB_SIGN
COMPOPComparison Operator (Enhancement RSZ_OPERATOR) RSDRI_COMPOPCHAR2RSDRI_COMPOP_DOMAIN
LOWDim: Field for a User-Defined Characteristic Value RSCHAVLSSTR1333RSCHAVL
HIGHDim: Field for a User-Defined Characteristic Value RSCHAVLSSTR1333RSCHAVL

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSDRCRM_SEG_EXST
INTO CORRESPONDING FIELDS OF WA_RSDRCRM_SEG_EXST
WHERE...

How to access SAP table RSDRCRM_SEG_EXST

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