RSRD_HASHSTRING SAP (Hash Strings of BI Data during Precalculations) Table details

Dictionary Type: Table
Description: Hash Strings of BI Data during Precalculations




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




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

RSRD_HASHSTRING is a standard SAP Table which is used to store Hash Strings of BI Data during Precalculations data and is available within R/3 SAP systems depending on the version and release level.

The RSRD_HASHSTRING table consists of various fields, each holding specific information or linking keys about Hash Strings of BI Data during Precalculations data available in SAP. These include BI_USER (User Name), LANGUAGE (Language Key), RECIPIENT (Recipient ID for Recipient-Specific Creation of Documents), CREATED (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSRD_HASHSTRING 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
SETTING_IDTechnical Name of Broadcast Setting RSRD_SETTING_IDCHAR40CHAR40
BI_USERUser Name SYUNAMECHAR12SYCHAR12
LANGUAGELanguage Key SYLANGULANG1ISOLASYLANGU
RECIPIENTRecipient ID for Recipient-Specific Creation of Documents RSRD_RECIPIENTCHAR40CHAR40
CREATEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
HASH_STRINGHash String for Data of a Document in Broadcasting RSRD_HASH_STRINGSTRG0STRING

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSRD_HASHSTRING
INTO CORRESPONDING FIELDS OF WA_RSRD_HASHSTRING
WHERE...

How to access SAP table RSRD_HASHSTRING

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