EHPRCS_PFR_SR_COMMON SAP (Common Reporting GenIL Query Attributes) Structure details

Dictionary Type: Structure
Description: Common Reporting GenIL Query Attributes




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




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

EHPRCS_PFR_SR_COMMON 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 "Common Reporting GenIL Query Attributes" 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_EHPRCS_PFR_SR_COMMON TYPE EHPRCS_PFR_SR_COMMON.

The EHPRCS_PFR_SR_COMMON table consists of various fields, each holding specific information or linking keys about Common Reporting GenIL Query Attributes data available in SAP. These include BGR_COMPRESS_ATT (Background Compress Report), BGR_RECIPIENT (E-Mail Address of Report Recipient), SUB_SELECTED (Currently Selected Substances or Worksheets), SUB_BGR_LIMIT (Background Threshold Number of Selected Substances).. 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 (Deep)


SAP EHPRCS_PFR_SR_COMMON 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
BGR_EXECUTIONBackground Report Execution EHPRC_PFR_BKG_EXECUTIONCHAR1BOOLE
BGR_COMPRESS_ATTBackground Compress Report EHPRC_PFR_BKG_COMPRESSCHAR1BOOLE
BGR_RECIPIENTE-Mail Address of Report Recipient EHPRC_PFR_BKG_RECIPIENTCHAR241SXIDNAD_SMTPADR
SUB_SELECTEDCurrently Selected Substances or Worksheets EHPRC_PFR_NUM_SELECTEDINT410EHPRC_EXP_NO
SUB_BGR_LIMITBackground Threshold Number of Selected Substances EHPRC_SSREP_SUB_BGRNUMC6ALPHAEHPRC_NUMC6
SUB_MAX_LIMITMaximum Number of Selected Substances EHPRC_SSREP_SUB_MAXNUMC6ALPHAEHPRC_NUMC6
WRKSH_SELECTEDCurrently Selected Substances or Worksheets EHPRC_PFR_NUM_SELECTEDINT410EHPRC_EXP_NO
WRKSH_BGR_LIMITBackground Threshold Number of Substances x Worksheets EHPRC_SSREP_SUBWKSH_BGRNUMC6ALPHAEHPRC_NUMC6
WRKSH_MAX_LIMITMaximum Number of Substances x Worksheets EHPRC_SSREP_SUBWKSH_MAXNUMC6ALPHAEHPRC_NUMC6
FILENAMESpreadsheet Report Description EHPRC_SSREPDCHAR40TEXT40
REPTYPESpreadsheet Report EHPRC_SSREPCHAR16Assigned to domainEHPRC_SSREP
SUBID_TABLE16 Byte UUID in 32 Characters (Hexadecimal Encoded) SYSUUID_C32CHAR32SYSUUID_C32
WRKSH_X_SUBST_SELECTEDCurrently Selected Substances or Worksheets EHPRC_PFR_NUM_SELECTEDINT410EHPRC_EXP_NO

Key field Non-key field



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

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

How to access SAP table EHPRCS_PFR_SR_COMMON

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