/SAPPSSRM/HTMP_H SAP (History of hierarchy template to process type assignment) Table details

Dictionary Type: Table
Description: History of hierarchy template to process type assignment




ABAP Code to SELECT data from /SAPPSSRM/HTMP_H
Related tables to /SAPPSSRM/HTMP_H
Access table /SAPPSSRM/HTMP_H




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

/SAPPSSRM/HTMP_H is a standard SAP Table which is used to store History of hierarchy template to process type assignment data and is available within R/3 SAP systems depending on the version and release level.

The /SAPPSSRM/HTMP_H table consists of various fields, each holding specific information or linking keys about History of hierarchy template to process type assignment data available in SAP. These include OBJECT_TYPE (Business Trans. Cat.), PROCESS_TYPE (Business Transaction Type), TEMPL_ID (Hierarchy Template), INVALIDATED_AT (Created At (Output in User Time Zone)).. 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: Can be enhanced (character-type or numeric)


SAP /SAPPSSRM/HTMP_H 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
OBJECT_TYPEBusiness Trans. Cat. CRMT_SUBOBJECT_CATEGORY_DBCHAR10Assigned to domainCRM_OJ_NAME_PROCESS
PROCESS_TYPEBusiness Transaction Type BBP_PROC_TYPECHAR4Assigned to domainBBP_PROC_TYPEBBP_PROCESS_TYPE
TEMPL_IDHierarchy Template /SAPPSSRM/_HIERTEMPLATECHAR10Assigned to domain/SAPPSSRM/_HIERTEMPLATE
INVALIDATED_ATCreated At (Output in User Time Zone) COMT_CREATED_AT_USRDEC15TSTLCCOM_TSTMP
INVALIDATED_BYUser that Created the Transaction CRMT_CREATED_BYCHAR12UNAMEUSER_ADDR

Key field Non-key field



How do I retrieve data from SAP table /SAPPSSRM/HTMP_H using ABAP code

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

SELECT SINGLE *
FROM /SAPPSSRM/HTMP_H
INTO CORRESPONDING FIELDS OF WA_/SAPPSSRM/HTMP_H
WHERE...

How to access SAP table /SAPPSSRM/HTMP_H

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