cancel
Showing results for 
Search instead for 
Did you mean: 

Seeburger Payment Adapter

thomas_artz3
Explorer
0 Kudos

Hi,

Can anybody help me about the following:

EDIFACT element. The element identifier has the format <segmentid>.<element>. For example:

USY.0571 or USC#1.0536.

This is used in Seeburger PI Adapter Adressbook for creation of AUTACK Message

I need to find out how to find out what the identifier of a special segment is

Best Regards,

Thomas

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

USY.0571 or USC#1.0536.

USY has signature of referenced EDIFACT message

USC is a container of public key or public key reference. This is usually added when you use this module.

In the EDIFACT file, this refers to the location of segment and the corresponding field from which the value should be taken. e.g. here USY must have a subelement 0571 containing the value.

USC#1 would mean first repetitive occurrence of the USH-USC segment.

Regards,

Prateek

thomas_artz3
Explorer
0 Kudos

Thank you for the answer.

But: How can I find out what code a field has when I would like to change the field that is pointed to?

Let's say "USY.0571 or USC#1.0536." is the reference. It stands for field D_0004. Field D_0010 is the overnext field and I would like to take this field as reference. Is it "USY.0571 or USC#1.0538." ???

Answers (0)