NOM_MAP_DATA SAP (Mapping Table for OUs and Institutions) Table details

Dictionary Type: Table
Description: Mapping Table for OUs and Institutions




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




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

NOM_MAP_DATA is a standard SAP Table which is used to store Mapping Table for OUs and Institutions data and is available within R/3 SAP systems depending on the version and release level.

The NOM_MAP_DATA table consists of various fields, each holding specific information or linking keys about Mapping Table for OUs and Institutions data available in SAP. These include ISHID (Identification Key of Organizational or Building Unit), OBJCAT (Object Category of Building Units and Organizational Units), CTGTXT (IS-H: Text Describing Organizational Unit Category), ORGKB (IS-H: Organizational Unit Short Text).. 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: Cannot Be Enhanced


SAP NOM_MAP_DATA 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ISHIDIdentification Key of Organizational or Building Unit ISH_OM_IDCHAR8Assigned to domainALPHAORGID
OBJCATObject Category of Building Units and Organizational Units ISH_OBJCATCHAR2Assigned to domainORGTYP
CTGTXTIS-H: Text Describing Organizational Unit Category OTTXTCHAR20TEXT20
ORGKBIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
OBJIDMapping Object ID ISH_MAPPING_OBJIDNUMC8Assigned to domainHROBJID
OBJABBRObject Abbreviation SHORT_DCHAR12TEXT12
CONFIRMEDStatus of the OU in Migration Mapping Table ISH_OM_CONFIRMEDCHAR50
MORE_VALUESIndicator That More Than One Mapping Object Exists ISH_EXTRA_OBJMAPPING_EXISTSCHAR1ISH_EXTRA_OBJMAPPING_EXISTS

Key field Non-key field



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

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

SELECT SINGLE *
FROM NOM_MAP_DATA
INTO CORRESPONDING FIELDS OF WA_NOM_MAP_DATA
WHERE...

How to access SAP table NOM_MAP_DATA

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