EHPRCS_PFR_SR_COSTS SAP (Costs GenIL Query attribute structure) Structure details

Dictionary Type: Structure
Description: Costs GenIL Query attribute structure




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




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

EHPRCS_PFR_SR_COSTS 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 "Costs GenIL Query 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_COSTS TYPE EHPRCS_PFR_SR_COSTS.

The EHPRCS_PFR_SR_COSTS table consists of various fields, each holding specific information or linking keys about Costs GenIL Query attribute structure data available in SAP. These include LEGENT (Legal Entity), EXPENSE_FROM (Expense Period Start Date), EXPENSE_TO (Expense Period End Date), BGR_EXECUTION (Background Report Execution).. 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_COSTS 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_LEGENTShow Legal Entity with Missing Data EHPRC_PFR_LEG_ENT_MISS_DATACHAR1BOOLE
LEGENTLegal Entity EHPRC_LEGENTCHAR4Assigned to domainBUKRS
EXPENSE_FROMExpense Period Start Date EHPRC_PFR_EXPENSE_DATE_FROMDATS8DATUM
EXPENSE_TOExpense Period End Date EHPRC_PFR_EXPENSE_DATE_TODATS8DATUM
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
LEGENT_DESCLegal Entity Name EHPRC_LEGENT_NAMECHAR60TEXT60
EEW_INC_PFR_SR_COSTS_DTDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table EHPRCS_PFR_SR_COSTS

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