I don't believe that they are UN messages.
I you know Amadeus? It's a huge german airline systems company with a core
airline systems that use EDIFACT for information dump with its airline
clients companies.
Do you know how to configure Bots? So far what i have done is:
1 - introduce a UNA
2 - introduce a UNB
3 - introduce a UNZ calculating the correct UNH segments
4 - find and replace BLB segment and insert a segment termination in place
of the element separator that existed
5 - insert a UNS segment between the two UNT segments
6 - change bots core code not to verify UNT total segments
And asking Amadeus to change their Edifact implementation is not possible
at this time :)
Pedro.
On Saturday, 27 October 2012 18:13:56 UTC+1, Pedro Sarmento wrote:
> Hi,
> I need to create the grammar for an EDIFACT message like this:
> UNH+1+*MHISRR*:05:0:1A+999999'
> APL+::BMT'
> SDI+++2010:12:13:0:0:0'
> SDI+++2010:12:7:7:14:8:562'
> UID+:OPOTP00CM:9149AS++ANSETAS'
> CPY++++TP'
> STX+:::BGG'
> ATR++V'
> LTS+2'
> ATR++T'
> LTS+AEvFJqpzti0GuyOh'
> ATR++E'
> LTS+BMTBAGU'
> ATR++I'
> LTS+10000000045A2622'
> ATR++C'
> LTS+BGG'
> ATR++S'
> LTS+BGG'
> BLB+241+E+UNH+1+*CHISGR*:05:1:1A+999999'
> ANI+OPO+++A/OPO/T//CKI/22'
> DCD++TP000E61:J'
> IRV++++:::UCI::::::::004444CCAF27621D+:::RCSS::::::::CANARIO+:::RCSF::::::: :MARIA+:::RCST::::::::MRS'
> ATR+NEW+HOBN:2+HOBW:27+UNIT:kg'
> ATR+OLD+HOBN:1+HOBW:23+UNIT:kg'
> UNT+7+1'
> '
> ...
> UNT+135+1'
> I receive a message CHISGR inside the composite of the segment BLB.
> How can I configure the grammar of boots?
> Thanks