cancel
Showing results for 
Search instead for 
Did you mean: 

UDF Importing Parameters

Former Member
0 Kudos

Hi all,

I have a user defined function which contains 32 importing parameters to pass to RFC for RFC lookup.

But in UDF editor its allowing only 20 importing parameters to enter.

Can any one help me out in this?

please suggest me a best way to proceed.

Thanks in advance,

Sri.

Message was edited by:

sri kanth

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi sri,

make two UDFs:

The first write 20 parameters in an arrayList and writes it to the global container element

The second read the global container element and the remaining parameters.

Regards Mario

Former Member
0 Kudos

Hi Mario,

Very good , correct, we can have only 20 parameters to a UDF ..

i fyou want to pass more than 20 then we need to have global variable / global container variable and pass the resultant to that and again pass that value to the next UDF ..

Regards

Chilla

Former Member
0 Kudos

Hi Sri,

Why dnt you use queue mapping?

In there parameters can be pass in String array.

Cheers!

Samarjit