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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Calling a function module within a flow

    Posted 05/23/12 01:35 AM

    Hi guys, my apologies as I think this is going to be simple but maybe I am looking at it to hard.

    I have a flow that I created automatically by doing a lookup of the SAP function module. I execute the flow directly provide the values and it works as expected but when I call it from another flow and pass the values it needs it seems to execute but it really does not. No values are passed to SAP and no values are returned.
    What can I be missing?

    Thanks in advance.


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


  • 2.  RE: Calling a function module within a flow

    Posted 05/25/12 06:57 AM

    Do a debug/trace and see if the values are being passed from your main service to the sub service. It should be just a minor mapping problem.

    -Senthil


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


  • 3.  RE: Calling a function module within a flow

    Posted 05/25/12 01:47 PM

    Senthil, thanks for responding. I was able to figure it out, what it was is within the flow it starts by receiving a IDOC from a SAP system, what I found was that the $TID value is being set so when calling the FM from within my flow it would not work as a $tid was already present, I imagine this caused an error but sadly it was never reported. I dropped the value before performing the outboundMap and all is good.

    Hope this helps someone in the future.

    Regards,


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