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.


#TechXchangePresenter
 View Only

Output parameters from sap bc service to sap system

  • 1.  Output parameters from sap bc service to sap system

    Posted Tue November 29, 2005 02:58 PM

    This is my test program:

    REPORT ztest_bc.
    DATA: strreturn TYPE string.

    CALL FUNCTION ‘Z_TEST_BC’ DESTINATION ‘SAPBC’
    IMPORTING
    OUTPUT = strreturn.

    WRITE: / 'Return value: ', strreturn.

    Z_TEST_BC call a sap bc service that it has a output value OUTPUT.
    When I run this program strreturn variable is always not initial.
    Why? Is there a solution? how can I make?

    thanks


    #webMethods-Architecture
    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB