EHPRCS_PFR_SR_PRIORITIES SAP (Export organization filter attribute structure) Structure details

Dictionary Type: Structure
Description: Export organization filter attribute structure




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




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

EHPRCS_PFR_SR_PRIORITIES 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 "Export organization filter attribute structure" 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_PRIORITIES TYPE EHPRCS_PFR_SR_PRIORITIES.

The EHPRCS_PFR_SR_PRIORITIES table consists of various fields, each holding specific information or linking keys about Export organization filter attribute structure data available in SAP. These include BGR_EXECUTION (Background Report Execution), BGR_COMPRESS_ATT (Background Compress Report), BGR_RECIPIENT (E-Mail Address of Report Recipient), SUB_SELECTED (Currently Selected Substances or Worksheets).. 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_PRIORITIES 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
MISSING_LEGENT_ORG_UNITLegal Entity and Org. Units with Missing Data EHPRC_PFR_LEGENT_ORG_MISS_DATACHAR1BOOLE
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
EEW_PFR_PRIODummy function in length 1 DUMMYCHAR1DUMMY
INCL_PFR_SR_PRIORITIESDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table EHPRCS_PFR_SR_PRIORITIES

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