BusinessObjects Board

Calling Function Module not working

Hi,

I need to call function module from BW to DS transformation. It worked for other function module. The new function module HAS one parameter like below (I_T_RANGE) . It has like this

Parameter Name Associated Type
I_T_RANGE RSDRI_T_RANGE —> THIS itself is another table
below is the structure

RSDRI_T_RANGE

CHANM
SIGN
COMPOP
LOW
HIGH

Can you please let me know how to pass this. I am getting lot of errors. Appreciate your help.

Thanks


patrickmnd10 (BOB member since 2013-10-17)

Hi,
you need to use a Query transform to Nest the input table structure.
See a screenshot example input format for BAPIOrderIn

http://wiki.scn.sap.com/wiki/display/EIM/Calling+RFCs-BAPIs


Nicolas Hadj-Blaha :new_zealand: (BOB member since 2005-03-10)