Dropping a segment in a INVOIC message

I’m creating a INVOIC edi-message, EDIFACT D93A, on our Business Connector and have run into som problems creating the last TAX-segment.

It should look like this
TAX+7+VAT+++:::25+S’
MOA+125:10800’
MOA+176:2700’

But it looks like this
TAX+7+VAT+++:::25+S’
MOA+125:10800’

MOA+176:2700’

The reason it looks like this is that the TAX and MOA segments are joined
TAX

  • TAX01
  • TAX02
  • TAX03
  • TAX04
  • TAX05
  • TAX06
  • TAX07
  • MOA
    – MOA01
  • LOC

and if I only map to MOA, the TAX segment are empty and give the ’
Is there a way to work around this so I can loose the ’ for the MOA+176 segment?

regards

rollo

If TAX segment is empty and if you are populating its child MOA segment with values,this end up with Invoic segments(UNT01) count will not be accurate,since it will also count TAX segment but in real this segment is null.So some how you have to make TAX segment mandatory and generate some default values,unless if you are populating TAX/MOA segment.

HTH.

I solved it!!!

The MOA segment was not configured correctly and now it works!!!

rollo