cancel
Showing results for 
Search instead for 
Did you mean: 

user defined functions

Former Member
0 Kudos

hi all,

iam facing problem in rfc lookups when iam calling rfc function module(custom-built) in user defined function iam not getting the output. my function module has import 3 parameters & export 8 parameters . when iam giving 3 arguments as input to UDF iam not getting the output required its showing value as suppress in the target . iam doing file to proxy using bpm. my source file has header & item lines , i need to validate header first using function module parameters . i hav choosed UDF by calling rfc fun module . output of udf is giving suppress value its not giving the required output.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

in ur java code to call the RFC, check what the RFC is returning...see that the XML payload u r creating for receiving the return from the RFC is properly created properly or not......use trace into ur UDF to see this

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Check what the RFC reqyuest XML is? Is this a valid XML? Set a Trace for the RFC response XML and see what the Response is.. Is this valid?

Regards

Bhavesh