IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Dropping a segment in a INVOIC message

    Posted Mon July 28, 2003 08:23 AM

    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


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Dropping a segment in a INVOIC message

    Posted Mon July 28, 2003 07:30 PM

    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.


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 3.  RE: Dropping a segment in a INVOIC message

    Posted Fri August 08, 2003 02:50 PM

    I solved it!!!

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

    rollo


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods