cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.1, Seqeunce number generation

Former Member
0 Kudos

Hi,

I need to auto increment a field value by 1 every time the Message flows through PI. Can you please suggest a way to achieve this. I am working on IDOC to XML File scenario.

For eg

Message 1

<NUMBER>1</NUMBER>

Message 2

<NUMBER>2</NUMBER>

Thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Seeburger Message Tracker is being used for incoming/outgoing Xml

Former Member
0 Kudos

Hi, do you use seeburger??

Former Member
0 Kudos

Anil,

It's better to create a table in PI / R3 / DB server and do a look-up (RFC / JDBC) for incremental value. Reason being, if you create the incremental function in PI (mapping etc), and if you re-start the PI server, the count will be lost as it is a temporary storage.

Regards,

Neetesh