cancel
Showing results for 
Search instead for 
Did you mean: 

Message mapping - Simple user define dfunction

Former Member
0 Kudos

Hi XI SDN Folks,

i have a doubt. Using JCO , i will export P_GEN_NUM1.

i need to export remaining parameters also.

i need P_GEN_NUM1,P_GEN_NUM2,P_GEN_NUM3,P_GEN_NUM4,P_GEN_NUM5.

i don't like to call BAPI again and again for each field.

<b>Example:</b>

String ret = function.getExportParameterList().getString( "P_GEN_NUM1" );

return ret;

is it possible to do this single Look up?

Please Help. Thanks in Advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Suresh,

Are you trying to call a RFC from a Java function you are writing? In that case, I think you will have to write a Advanced Java function as the simple one cannot recieve multiple parameters.

Regards,

Ravi