cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

EPC Decoder/Encoder

Former Member
0 Likes
1,080

Hello,

I´m searching for an application, tool, transaction or what ever which can encode and decode SGTIN-96 and SSCC-96. Can anybody help me? I want to enter the GTIN, Company Code, etc and want to get the complete EPC-Code as HEX, DEC or BIN. And the same way return.

Thank you,

Bastian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Bastian;

There is a tool available on the transaction /AIN/HTTP_TEST. The right-most buttons on the application tool bar will allow you to do this.

Also, there are two function modules that can perform the task as well. The are: /AIN/EPC_ENCODE and /AIN/EPC_DECODE.

Neither option will give you the answer back in, as you need, all three formats but it is fairly easy to code that in to a program/transaction.

You can use these function to tranlate the EPC code to other formats if you need to:

/AIN/EPC_HEX_TO_CHAR

/AIN/EPC_URI_TO_EPC

Cheers,

John

Message was edited by: John Carlson

Former Member
0 Likes

Thank you! That´s want i needed.

Answers (0)