EHPRCC_SSRTH SAP (Spreadsheet report thresholds/settings) Table details

Dictionary Type: Table
Description: Spreadsheet report thresholds/settings




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




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

EHPRCC_SSRTH is a standard SAP Table which is used to store Spreadsheet report thresholds/settings data and is available within R/3 SAP systems depending on the version and release level.

The EHPRCC_SSRTH table consists of various fields, each holding specific information or linking keys about Spreadsheet report thresholds/settings data available in SAP. These include SSREP_KEY (Spreadsheet Report), TEMPLATE_ID (Spreadsheet Report Template), PACK_FILE (Pack Spreadsheet Report), SUB_MAX (Maximum 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EHPRCC_SSRTH 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SSREP_KEYSpreadsheet Report EHPRC_SSREPCHAR16EHPRCI_SSREPEHPRC_SSREP
TEMPLATE_IDSpreadsheet Report Template EHPRC_SSREP_TEMPL_IDCHAR32CHAR32
PACK_FILEPack Spreadsheet Report EHPRC_SSREP_PACK_FILECHAR1BOOLE
SUB_MAXMaximum Number of Selected Substances EHPRC_SSREP_SUB_MAXNUMC6ALPHAEHPRC_NUMC6
SUBWKSH_MAXMaximum Number of Substances x Worksheets EHPRC_SSREP_SUBWKSH_MAXNUMC6ALPHAEHPRC_NUMC6
SUB_BGRBackground Threshold Number of Selected Substances EHPRC_SSREP_SUB_BGRNUMC6ALPHAEHPRC_NUMC6
SUBWKSH_BGRBackground Threshold Number of Substances x Worksheets EHPRC_SSREP_SUBWKSH_BGRNUMC6ALPHAEHPRC_NUMC6
DEF_EXTDefault File Name Extension (xls or xml) EHPRC_SSREP_DEFEXTCHAR32EHPRC_REP_EXT

Key field Non-key field



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

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

SELECT SINGLE *
FROM EHPRCC_SSRTH
INTO CORRESPONDING FIELDS OF WA_EHPRCC_SSRTH
WHERE...

How to access SAP table EHPRCC_SSRTH

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