/TDAG/RCSC_SSRTH SAP (Spreadsheet report thresholds/settings) Table details

Dictionary Type: Table
Description: Spreadsheet report thresholds/settings




ABAP Code to SELECT data from /TDAG/RCSC_SSRTH
Related tables to /TDAG/RCSC_SSRTH
Access table /TDAG/RCSC_SSRTH




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

/TDAG/RCSC_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 /TDAG/RCSC_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 /TDAG/RCSC_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 /TDAG/RCSE_SSREPCHAR16/TDAG/RCSC_SSREP/TDAG/RCSD_SSREP
TEMPLATE_IDSpreadsheet Report Template /TDAG/RCSE_SSREP_TEMPL_IDCHAR32CHAR32
PACK_FILEPack Spreadsheet Report /TDAG/RCSE_SSREP_PACK_FILECHAR1BOOLE
SUB_MAXMaximum Number of Selected Substances /TDAG/RCSE_SSREP_SUB_MAXNUMC6NUMC06
SUBWKSH_MAXMaximum Number of Substances x Worksheets /TDAG/RCSE_SSREP_SUBWKSH_MAXNUMC6NUMC06
SUB_BGRBackground Threshold Number of Selected Substances /TDAG/RCSE_SSREP_SUB_BGRNUMC6NUMC06
SUBWKSH_BGRBackground Threshold Number of Substances x Worksheets /TDAG/RCSE_SSREP_SUBWKSH_BGRNUMC6NUMC06
DEF_EXTDefault File Name Extension (xls or xml) /TDAG/RCSE_SSREP_DEFEXTCHAR32/TDAG/RCSD_REP_EXT

Key field Non-key field



How do I retrieve data from SAP table /TDAG/RCSC_SSRTH using ABAP code

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

SELECT SINGLE *
FROM /TDAG/RCSC_SSRTH
INTO CORRESPONDING FIELDS OF WA_/TDAG/RCSC_SSRTH
WHERE...

How to access SAP table /TDAG/RCSC_SSRTH

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