/SAPPSSRM/HTMP_C SAP (Item Type Control) Table details

Dictionary Type: Table
Description: Item Type Control




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




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

/SAPPSSRM/HTMP_C is a standard SAP Table which is used to store Item Type Control data and is available within R/3 SAP systems depending on the version and release level.

The /SAPPSSRM/HTMP_C table consists of various fields, each holding specific information or linking keys about Item Type Control data available in SAP. These include TEMPL_ID (Hierarchy Template), PARENT_IPT (Higher Level Item Type), CHILD_IPT (Lower Level Item Type), HIER_L (Hierarchy Level).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP /SAPPSSRM/HTMP_C 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
TEMPL_IDHierarchy Template /SAPPSSRM/_HIERTEMPLATECHAR10/SAPPSSRM/HTMP/SAPPSSRM/_HIERTEMPLATE
PARENT_IPTHigher Level Item Type /SAPPSSRM/_IPT_HLCHAR10/SAPPSSRM/IPT/SAPPSSRM/_IPT
CHILD_IPTLower Level Item Type /SAPPSSRM/_IPT_LLCHAR10/SAPPSSRM/IPT/SAPPSSRM/_IPT
HIER_LHierarchy Level /SAPPSSRM/_HIERARCHYLEVELNUMC2/SAPPSSRM/_HIERARCHYLEVEL
DEFAULT_IPTDefault Item Type /SAPPSSRM/_DEFAULT_IPTCHAR1XFELD
RULE_RURollup Rule Number /SAPPSSRM/_RULETYPE_RUCHAR4/SAPPSSRM/ROUP/SAPPSSRM/_RULETYPE
RULE_RDRolldown Rule Number /SAPPSSRM/_RULETYPECHAR4/SAPPSSRM/RODW/SAPPSSRM/_RULETYPE
SWITCH_IDCustomizing Switch ID /SAPSRM/CUSTMZ_SWITCH_IDCHAR30/SAPSRM/C_SWITCH/SAPSRM/CUSTMZ_SWITCH_ID/SAPSRM/SH_CUSTMZ_SWITCHES

Key field Non-key field



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

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

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

How to access SAP table /SAPPSSRM/HTMP_C

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