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
Expand all | Collapse all

Elimininate PARVW=BA in SAP Xml Idoc

  • 1.  Elimininate PARVW=BA in SAP Xml Idoc

    Posted Mon November 11, 2013 06:22 AM

    Hi.

    i’m struggeling how to eliminate the complete E1EDKA1
    segment where PARVW=AG ?

    I attached the whole XML file.

    Which IS services i can use for this ?

    AG

    Thanks,
    Sebastian
    ORDERS_01023527.xml (8.79 KB)


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 2.  RE: Elimininate PARVW=BA in SAP Xml Idoc

    Posted Tue November 12, 2013 05:17 AM

    Hi Sebastian,
    Not sure if I understood your question correctly, but if you are looking for logic how to achieve this, below said is one approach…

    E1EDKA1 would appear as document list (array).

    Loop over E1EDKA1

    Branch (evaluate label is true)

    (if PARVW=AG) invoke Exit step (exit from parent, signal success)

    Exit step with the property ‘exit from parent’ set, will ignore the current record & following code and continues with next record starting from loop again…

    -Senthil


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 3.  RE: Elimininate PARVW=BA in SAP Xml Idoc

    Posted Tue November 12, 2013 06:04 AM

    Hi,

    there a several instances of the E1EDKA1 segment.
    One for each partner type. I need to eliminate one of them.
    But how the get that specific segment and how to remove
    it from idoc during runtime?

    Thanks,
    Sebastian


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration