RSHASHCTRL SAP (Control Table Before Hash Key for rs*done Tables) Table details

Dictionary Type: Table
Description: Control Table Before Hash Key for rs*done Tables




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




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

RSHASHCTRL is a standard SAP Table which is used to store Control Table Before Hash Key for rs*done Tables data and is available within R/3 SAP systems depending on the version and release level.

The RSHASHCTRL table consists of various fields, each holding specific information or linking keys about Control Table Before Hash Key for rs*done Tables data available in SAP. These include HASH_CODE (Hash Value (160 Bits)), CODE_IDENT (Numeric Character Field, Length 10), HASH_TYP (Character Field Length = 10), TYP_VERS (Numc3, internal use).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RSHASHCTRL 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
HASH_CODEHash Value (160 Bits) HASH160CHAR40
CODE_IDENTNumeric Character Field, Length 10 NUMC10NUMC10NUMC10
HASH_TYPCharacter Field Length = 10 CHAR10CHAR10CHAR10
TYP_VERSNumc3, internal use NUMC3NUMC3NUMC3
ARCHIVEDSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSHASHCTRL
INTO CORRESPONDING FIELDS OF WA_RSHASHCTRL
WHERE...

How to access SAP table RSHASHCTRL

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