cancel
Showing results for 
Search instead for 
Did you mean: 

about functions

Former Member
0 Kudos

Hi Experts,

please tell me --- difference between simple and advanced functions?

Thanks all.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks all

former_member192798
Active Contributor
0 Kudos

Hi Narasimha,

XI categorize the functions in two groups :-

Pre-defined and User-defined (UDF).

Help link for Pre-defined functions:-

http://help.sap.com/saphelp_nw04/helpdata/en/43/c4cdfc334824478090739c04c4a249/content.htm

UDF you will create depending upon your requirements. Check this weblogs for some UDF:

/people/dennys.hsieh/blog/2006/11/20/how-to-parse-xxyyzzaabbcc112233-in-message-mapping

Also check out this link which has screenshots:-

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8a57d190-0201-0010-9e87-d8f327e1...

Regards.

Praveen

Former Member
0 Kudos

Simple functions :Process individual fields input values for each function call.they expect string as an inputand they return strings .

Advanced functions :Process non-single string field input values for each function call.Pass either all field values of a context or the whole queue .Here input field is passed as a string array .Return values are stored in a string array "ResultList".

Former Member
0 Kudos

Hi Narsimha !

simple functions: receive a sinple string value and return a single string value.

advanced functions: receive a string ARRAY and return a string ARRAY. They could receive the whole queue of values of the source field.

Regards,

Matias.