TNHCF_MAP_INFO SAP (Mapping table for generic mapping handling) Table details

Dictionary Type: Table
Description: Mapping table for generic mapping handling




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




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

TNHCF_MAP_INFO is a standard SAP Table which is used to store Mapping table for generic mapping handling data and is available within R/3 SAP systems depending on the version and release level.

The TNHCF_MAP_INFO table consists of various fields, each holding specific information or linking keys about Mapping table for generic mapping handling data available in SAP. These include NODE_ID_EXT (3-Byte field), NODE_ID_INT (3-Byte field), SERVICE_NAME (Name of service-operation), NODE_NAME_EXT (Node name).. 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: Cannot Be Enhanced


SAP TNHCF_MAP_INFO 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
SERVICE_ID3-Byte field CHAR3CHAR3CHAR3
NODE_ID_EXT3-Byte field CHAR3CHAR3CHAR3
NODE_ID_INT3-Byte field CHAR3CHAR3CHAR3
SERVICE_NAMEName of service-operation ISH_HCF_SOCHAR119Assigned to domainISH_HCF_SO_NAME
NODE_NAME_EXTNode name ISH_HCF_NODE_NAME1CHAR200
NODE_NAME_INTNode name ESI ISH_HCF_NODE_NAMECHAR200
CLASS_NAMEClass Name ISH_HCF_CLASS_NAMECHAR30CHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNHCF_MAP_INFO
INTO CORRESPONDING FIELDS OF WA_TNHCF_MAP_INFO
WHERE...

How to access SAP table TNHCF_MAP_INFO

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