RSDD_X_MPRO_100 SAP (Extraction Dynpro User Interface Structure for MPRO) Structure details

Dictionary Type: Structure
Description: Extraction Dynpro User Interface Structure for MPRO




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




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

RSDD_X_MPRO_100 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Extraction Dynpro User Interface Structure for MPRO" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RSDD_X_MPRO_100 TYPE RSDD_X_MPRO_100.

The RSDD_X_MPRO_100 table consists of various fields, each holding specific information or linking keys about Extraction Dynpro User Interface Structure for MPRO data available in SAP. These include REFERENCE_DATE (BW Data Manager: Key date), EXTERNAL_FORMAT (Currency conversion), USE_ARCHIVE (BW Data Manager: Extract from Archive?), USE_DB (Indicator: Extract from Online Database).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP RSDD_X_MPRO_100 structure 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
REFERENCE_DATEBW Data Manager: Key date RSDRI_REFDATEDATS8RSDATE
EXTERNAL_FORMATCurrency conversion RSDR0_CURR_CONVCHAR1RSDR0_CURR_CONVD
USE_ARCHIVEBW Data Manager: Extract from Archive? RSDRI_USE_ARCHCHAR1RSDRI_USE_ARCH
USE_DBIndicator: Extract from Online Database RSDRI_USE_DBCHAR1RS_BOOL
USE_DB_AND_ARCHIVEBW Data Manager: Extract from Database and Archive? RSDRI_USE_DB_AND_ARCHCHAR1RS_BOOL
DB_AGGR_SUPPRSuppress Aggregation RSDD_X_DS_AGGR_SUPPRCHAR1RS_BOOL
USE_AGGREGATESBW Data Manager: Use of Aggregates ? RSDRI_USE_AGGRCHAR1RS_BOOL
DONT_USE_TREX_APIDo not use TREX_EXT_AGGREGATE for extraction RSDRI_DONT_USE_TREX_APICHAR1RSDRI_DONT_USE_TREX_API

Key field Non-key field



How do I retrieve data from SAP structure RSDD_X_MPRO_100 using ABAP code?

As RSDD_X_MPRO_100 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RSDD_X_MPRO_100 as there is no data to select.

How to access SAP table RSDD_X_MPRO_100

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