/AIN/DM_LOCMAP SAP (Auto-ID: Location Mapping) Table details

Dictionary Type: Table
Description: Auto-ID: Location Mapping




ABAP Code to SELECT data from /AIN/DM_LOCMAP
Related tables to /AIN/DM_LOCMAP
Access table /AIN/DM_LOCMAP




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

/AIN/DM_LOCMAP is a standard SAP Table which is used to store Auto-ID: Location Mapping data and is available within R/3 SAP systems depending on the version and release level.

The /AIN/DM_LOCMAP table consists of various fields, each holding specific information or linking keys about Auto-ID: Location Mapping data available in SAP. These include LOFSYS (Business System), EXTLOC_ID (External Location Identifier), EXTLOC_TYPE (External Location Type), LOC_GUID (Location GUID).. 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 /AIN/DM_LOCMAP 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
LOFSYSBusiness System /AIN/DM_LOFSYSCHAR60CHAR60
EXTLOC_IDExternal Location Identifier /AIN/DM_EXTLOC_IDCHAR20/AIN/DM_LOC_ID/AIN/DM_LOC_ID
EXTLOC_TYPEExternal Location Type /AIN/DM_EXTLOC_TYPECHAR2/AIN/TLOCEXTTYPE/AIN/DM_EXTLOC_TYPE/AIN/DM_LOC_TYPE
LOC_GUIDLocation GUID /AIN/DM_LOC_GUIDRAW16/AIN/DM_LOC/AIN/DM_GUID16
PRT_LOC_GUIDParent Location ID /AIN/DM_PRT_LOC_GUIDRAW16/AIN/DM_LOC/AIN/DM_GUID16

Key field Non-key field



How do I retrieve data from SAP table /AIN/DM_LOCMAP using ABAP code

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

SELECT SINGLE *
FROM /AIN/DM_LOCMAP
INTO CORRESPONDING FIELDS OF WA_/AIN/DM_LOCMAP
WHERE...

How to access SAP table /AIN/DM_LOCMAP

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