RSRA_PACKAGE_MEM SAP (Parts of a Report Agent Job) Table details

Dictionary Type: Table
Description: Parts of a Report Agent Job




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




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

RSRA_PACKAGE_MEM is a standard SAP Table which is used to store Parts of a Report Agent Job data and is available within R/3 SAP systems depending on the version and release level.

The RSRA_PACKAGE_MEM table consists of various fields, each holding specific information or linking keys about Parts of a Report Agent Job data available in SAP. These include OBJVERS (Object version), POSIT (Sort number float), SETTINGNM (Technical Name of Report Agent Setting), VARIABLES (ABAP: Name of variant (without program name)).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSRA_PACKAGE_MEM 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
PACKAGENMTechnical Name of a Report Agent Package RSRA_PACKAGENMCHAR30RSRA_PACKAGERSZCOMPID
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
POSITSort number float RSRA_SORTFLTP16(16) RSRA_SORT
SETTINGNMTechnical Name of Report Agent Setting RSRA_SETTINGNMCHAR30RSRA_SETTINGRSZCOMPID
VARIABLESABAP: Name of variant (without program name) VARIANTCHAR14Assigned to domainVARIANT

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSRA_PACKAGE_MEM
INTO CORRESPONDING FIELDS OF WA_RSRA_PACKAGE_MEM
WHERE...

How to access SAP table RSRA_PACKAGE_MEM

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