/AIN/TGIAI_NRRAN SAP (GIAI Number Range) Table details

Dictionary Type: Table
Description: GIAI Number Range




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




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

/AIN/TGIAI_NRRAN is a standard SAP Table which is used to store GIAI Number Range data and is available within R/3 SAP systems depending on the version and release level.

The /AIN/TGIAI_NRRAN table consists of various fields, each holding specific information or linking keys about GIAI Number Range data available in SAP. These include OBJECT (Company Prefix (Wirh Leading Zero)), SUB_OBJECT (EPC Number Range Object Variant), 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/TGIAI_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_OBJECTEPC Number Range Object Variant /AIN/EPC_OBJ_VARCHAR2CHAR2
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
PREFIXPrefix of a serial number /AIN/ID_SERIAL_PREFIXCHAR24/AIN/ID_SERIAL_EXT
SUFFIXSerial number suffix /AIN/ID_SERIAL_SUFFIXCHAR24/AIN/ID_SERIAL_EXT

Key field Non-key field



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

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

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

How to access SAP table /AIN/TGIAI_NRRAN

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