/AIN/TSSCC_NRRAN SAP (SSCC Number Range) Table details

Dictionary Type: Table
Description: SSCC Number Range




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




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

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

The /AIN/TSSCC_NRRAN table consists of various fields, each holding specific information or linking keys about SSCC 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/TSSCC_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

Key field Non-key field



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

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

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

How to access SAP table /AIN/TSSCC_NRRAN

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