cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.4 B2B add on X12

Former Member
0 Kudos

Hello,

We are working on migrating from Seeburger BIC to B2B add on for the X12 messages, we found that few of the fields for example quantity fields when there is no decimal Seeburger would remove the zeros after decimal (1.000 will be 1) but B2B add on still keeps the 1.000. Not that it's wrong but is there a way to achieve that in B2B add on. I don't see any data types available to control that, do we need to do it only in mapping?. In Seeburger using N.. Data type will take care of this..Also I see that in message segments Seeburger will remove the trailing spaces automatically but in B2B Add on (EDI Separator) do we need to do this manually in the mapping?

I'm new to B2B add on and any direction will help.

thank you.

Larry.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

I haven't come across these type of requirement.

EDISeparator will split the incoming EDI messages then converts it to xml. Adapter will not touch the data, so zero after decimals will not get removed, trailing zeros will not get removed. In has to be handled in the mapping.

reg, avinash