/AIN/TID_OBJREF SAP (Object Refrence) Table details

Dictionary Type: Table
Description: Object Refrence




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




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

/AIN/TID_OBJREF is a standard SAP Table which is used to store Object Refrence data and is available within R/3 SAP systems depending on the version and release level.

The /AIN/TID_OBJREF table consists of various fields, each holding specific information or linking keys about Object Refrence data available in SAP. These include EPC_VERSION (RFID Tag ID Version), EPC_TYPE (Tag Encoding Type), OBJECT (Element name), SER_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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /AIN/TID_OBJREF 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
EPC_VERSIONRFID Tag ID Version /AIN/EPC_VERSIONCHAR8/AIN/TEPC_VER/AIN/EPC_VERSION/AIN/EPC_VERSION
EPC_TYPETag Encoding Type /AIN/EPC_TYPECHAR10/AIN/TEPC_TYPE/AIN/EPC_TYPE/AIN/EPC_TYPE
OBJECTElement name /AIN/PRF_ELEMENTCHAR32/AIN/TID_OBJGEN/AIN/PRF_ELEMENT/AIN/PRF_ELEMENT
SER_NOSequence Number /AIN/EPC_SEQUENCENUMC10/AIN/ID_SEQUENCE
ELEMENTElement name /AIN/PRF_ELEMENTCHAR32/AIN/PRF_ELEMENT/AIN/PRF_ELEMENT
LEAD_ZEROLeading Zero /AIN/ID_LEAD_ZEROCHAR1XFELD
NR_REFNumber Range Function Reference /AIN/ID_NR_REFCHAR1XFELD

Key field Non-key field



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

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

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

How to access SAP table /AIN/TID_OBJREF

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