/AIN/DM_LOC_CODE SAP (Company prefix and issue agency table) Table details

Dictionary Type: Table
Description: Company prefix and issue agency table




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




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

/AIN/DM_LOC_CODE is a standard SAP Table which is used to store Company prefix and issue agency table data and is available within R/3 SAP systems depending on the version and release level.

The /AIN/DM_LOC_CODE table consists of various fields, each holding specific information or linking keys about Company prefix and issue agency table data available in SAP. These include LOC_GUID (Location GUID), ISSUE_AGENCY (Internal Issuing Agency), COMPANY_PREFIX (Company Prefix (Wirh Leading Zero)).. 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 (Deep)


SAP /AIN/DM_LOC_CODE 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
LOC_GUIDLocation GUID /AIN/DM_LOC_GUIDRAW16/AIN/DM_GUID16
ISSUE_AGENCYInternal Issuing Agency /AIN/ID_ISSUE_AGENCYCHAR2CHAR2
COMPANY_PREFIXCompany Prefix (Wirh Leading Zero) /AIN/EPC_PREFIXCHAR20/AIN/EPC_PREFIX

Key field Non-key field



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

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

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

How to access SAP table /AIN/DM_LOC_CODE

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