SRM_ECM_HASH SAP (HashValues of SRM/ECM optimistic locking (value comparision)) Table details

Dictionary Type: Table
Description: HashValues of SRM/ECM optimistic locking (value comparision)




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




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

SRM_ECM_HASH is a standard SAP Table which is used to store HashValues of SRM/ECM optimistic locking (value comparision) data and is available within R/3 SAP systems depending on the version and release level.

The SRM_ECM_HASH table consists of various fields, each holding specific information or linking keys about HashValues of SRM/ECM optimistic locking (value comparision) data available in SAP. These include AREA_ID (Key of Area ID), RMS_ID (Key of RMS ID), USERNAME (User Name in User Master Record), NODE_ID (Node ID for SRM ECM integration).. 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: Cannot Be Enhanced


SAP SRM_ECM_HASH 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
AREA_IDKey of Area ID SRM_ECM_AREA_KEYCHAR1SRM_ECM_AREA_KEY
RMS_IDKey of RMS ID SRM_ECM_RMS_KEYCHAR2SRM_ECM_RMS_KEY
USERNAMEUser Name in User Master Record XUBNAMECHAR12USR02XUBNAMEXUS
NODE_IDNode ID for SRM ECM integration SRM_ECM_NODE_IDCHAR100
HASH_VALUEHash Value (160 Bits) HASH160CHAR40
HASH_LENGTHDummy for B20 int1 (Local Everywhere) INT1INT13INT1
HASH_CREATE_DATE Creation and Modifying Date of HASH value (not sth. else)0
HASH_CREATE_TIMETIME Data Element for SYST SYTIMETIMS6SYTIME
FULL_PATHNAME Fully pathname0
SPS_IDElement Type ID SRMSPSIDCHAR32SRMID
NODE_NAMENode name for SRM ECM integration SRM_ECM_NODE_NAMECHAR64SRM_ECM_NODE_NAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM SRM_ECM_HASH
INTO CORRESPONDING FIELDS OF WA_SRM_ECM_HASH
WHERE...

How to access SAP table SRM_ECM_HASH

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