RSMONSTRUCT SAP (View of RSMONIC.) Structure details

Dictionary Type: Structure
Description: View of RSMONIC.




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




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

RSMONSTRUCT 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 "View of RSMONIC." 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_RSMONSTRUCT TYPE RSMONSTRUCT.

The RSMONSTRUCT table consists of various fields, each holding specific information or linking keys about View of RSMONIC. data available in SAP. These include AUFRUFER (Caller), INFOCUBE (InfoCube), PART_ID (Master data ID), SELANZAHL (Counter of the Info idoc).. 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: Not classified


SAP RSMONSTRUCT 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
RNRRequest number for the data transfer RSREQUNRCHAR30RSREQUNR
AUFRUFERCaller RSCALLERCHAR2RSCALLER
INFOCUBEInfoCube RSINFOCUBECHAR30RSINFOCUBERSI
PART_IDMaster data ID RSSIDINT410RSSID
SELANZAHLCounter of the Info idoc RSINFONRCHAR6CHAR6
IDOCNUMIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
RQSTATEStatus of the data selection RSRQSTATECHAR1RSRQSTATE
BATCHIndicates whether used in the background RSBATCHCHAR1CHAR1
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
RQRECORDNumber of selected data records (absolute) RSRQRECORDNUMC12RSRECORD
DATAPAKIDData packet number RSDATAPIDNUMC6NUM6
RQDRECORDNumber of selected data records per data packet RSRQDRECRDNUMC12RSRECORD
ODSNAMEName of the Persistant Staging Area RSODSNAMECHAR30TABNAME
REQ_CONVNumber of Selected Data Records (Absolute) RSNUMRECORDINT410RSNUMRECORD
REQ_FORTNumber of Selected Data Records (Absolute) RSNUMRECORDINT410RSNUMRECORD
REQ_UPDATENumber of Selected Data Records (Absolute) RSNUMRECORDINT410RSNUMRECORD
REQ_INSERTNumber of Selected Data Records (Absolute) RSNUMRECORDINT410RSNUMRECORD
REQ_ERRORNumber of Selected Data Records (Absolute) RSNUMRECORDINT410RSNUMRECORD
REQ_NOTUPDNumber of Selected Data Records (Absolute) RSNUMRECORDINT410RSNUMRECORD
ERRORError Indicator RSERRORCHAR1CHAR1
PROGRAMMChar 80 CHAR80CHAR80CHAR80
MSG_ONLYSingle-Character Indicator CHAR1CHAR1CHAR1
MESS_IDMessage ID RSMESS_IDNUMC10NUMC10
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
APPL_LOGBoolean RS_BOOLCHAR1RS_BOOL
ERROR_LOGBoolean RS_BOOLCHAR1RS_BOOL

Key field Non-key field



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

As RSMONSTRUCT 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 RSMONSTRUCT as there is no data to select.

How to access SAP table RSMONSTRUCT

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