cancel
Showing results for 
Search instead for 
Did you mean: 

Diff betwen Simple and Advanced function

Former Member
0 Kudos

Hi,

What is the the diff betwen Simple and Advanced user defined function in message mapping ?

Thanks,

Ram

Accepted Solutions (1)

Accepted Solutions (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

Simple function : Simple functions without paramters work like constants and produce the target element exactly once for each context.

if I use simple Functions (Which should be called every time and context, the target field should be build - in a single context) and advanced function(which should identify, depending on the result of the actual simple function call values from queued source fields) in a single element

Advance function : Advanced functions with paramters seem to produce the target element for each context

If you use advanced Functions, its little more complicate, then you have allready to provide a queue, which tells the advanced function - how many times to run and how how many result entries to create, 'cause these must match with the number of occurency of your target element (in simple words: you control the number of runs, that your single field mapping is processed).

Regards

Agasthuri Doss

Answers (3)

Answers (3)

Former Member
0 Kudos

yes

Former Member
0 Kudos

Hi Rambadri,

Simple function are useful to manage mapping of single values,

Advanced function are useful when you need to manage also contexts.

This link can help you:

http://help.sap.com/saphelp_nw04/helpdata/en/22/e127f28b572243b4324879c6bf05a0/frameset.htm

Hope this help

Francesco

moorthy
Active Contributor
0 Kudos

Hi,

Simple function will take string values as an input and retrun the string

Where Adavaced functions will take multiple input values and return the result set.

go thru this for more-

http://help.sap.com/saphelp_nw2004s/helpdata/en/22/e127f28b572243b4324879c6bf05a0/content.htm

regards,

Moorthy