EHPRCS_PFR_SR_ORG 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_ORG
Related tables to EHPRCS_PFR_SR_ORG
Access table EHPRCS_PFR_SR_ORG




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

EHPRCS_PFR_SR_ORG 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_ORG TYPE EHPRCS_PFR_SR_ORG.

The EHPRCS_PFR_SR_ORG table consists of various fields, each holding specific information or linking keys about Export organization filter attribute structure data available in SAP. These include LEGENT_CODE (Legal Entity), LEGENT_DESC (Legal Entity Name), ORGUNIT_CODE (Code of an Organizational Unit), ORGUNIT_DESC (Name of Organizational Unit).. 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_ORG 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
LEGENT_CODELegal Entity EHPRC_LEGENTCHAR4Assigned to domainBUKRS
LEGENT_DESCLegal Entity Name EHPRC_LEGENT_NAMECHAR60TEXT60
ORGUNIT_CODECode of an Organizational Unit EHPRC_ORGUNITCODECHAR29EHPRC_CODE
ORGUNIT_DESCName of Organizational Unit EHPRC_ORGUNITNAMCHAR132EHPRC_TXT132
SHOW_LEG_ENTITIESShow Legal Entities in Report EHPRC_PFR_SHOW_LEG_ENTCHAR1BOOLE
SHOW_ORG_UNITSShow Organizational Units in Report EHPRC_PFR_SHOW_ORG_UNITSCHAR1BOOLE
REGLISTRegulatory List EHPRC_SUB_BASECHAR10
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
INCL_PFR_SR_ORGDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table EHPRCS_PFR_SR_ORG

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