/AIN/TDOD1_NRRAN SAP (DOD Tag Data Construct #1 Number Range) Table details

Dictionary Type: Table
Description: DOD Tag Data Construct #1 Number Range




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




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

/AIN/TDOD1_NRRAN is a standard SAP Table which is used to store DOD Tag Data Construct #1 Number Range data and is available within R/3 SAP systems depending on the version and release level.

The /AIN/TDOD1_NRRAN table consists of various fields, each holding specific information or linking keys about DOD Tag Data Construct #1 Number Range data available in SAP. These include OBJECT (Company Prefix (Wirh Leading Zero)), SUB_OBJECT (Internal Issuing Agency), EPC_TYPE (Tag Encoding Type), SEQUENCE_NO (Sequence Number).. 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 (character-type)


SAP /AIN/TDOD1_NRRAN 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 MANDTCLNT3T000MANDT
OBJECTCompany Prefix (Wirh Leading Zero) /AIN/EPC_PREFIXCHAR20/AIN/EPC_PREFIX
SUB_OBJECTInternal Issuing Agency /AIN/ID_ISSUE_AGENCYCHAR2CHAR2
EPC_TYPETag Encoding Type /AIN/EPC_TYPECHAR10/AIN/EPC_TYPE/AIN/EPC_TYPE
SEQUENCE_NOSequence Number /AIN/EPC_SEQUENCENUMC10/AIN/ID_SEQUENCE
NUMBER_FROMSerial Number From /AIN/EPC_NO_FROMNUMC60/AIN/EPC_SERIAL_NO
NUMBER_TOSerial Number To /AIN/EPC_NO_TONUMC60/AIN/EPC_SERIAL_NO
CURRENT_NUMBERCurrent Number /AIN/EPC_CURRENTNUMC60/AIN/EPC_SERIAL_NO
ACTIVE_FLAGActive or Inactive Indicator /AIN/EPC_ACTIVE_INDCHAR1/AIN/EPC_ACTIVE_IND

Key field Non-key field



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

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

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

How to access SAP table /AIN/TDOD1_NRRAN

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