cancel
Showing results for 
Search instead for 
Did you mean: 

Differences Between Simple UDF and Complex UDF and Global Container

vishnu_pallamreddy
Contributor
0 Kudos

Hi All,

Could you please let me know the Differences Between Simple UDF and Complex UDF.

and what is global container in SAP PI?

Thanks In Advance,

Vishnu Pallamreddy.

Accepted Solutions (1)

Accepted Solutions (1)

former_member186851
Active Contributor
0 Kudos

Hello Vishnu,

Simple.

For single values

Advance:

For queues and contexts.

Reference links

UDF Execution Type - Context and Queue. - Process Integration - SCN Wiki

Answers (1)

Answers (1)

former_member182412
Active Contributor
0 Kudos

Hi Vishnu,

Simple Functions:

Process individual field input values for each function call, input value is string and return value also string

Advanced Functions:

Process non-single string field input values for each function call, pass either all field values of a context or whole queue, input field is passed as string array, returned values are stored in string array (ResultList)

Regards,

Praveen.