cancel
Showing results for 
Search instead for 
Did you mean: 

What are the standard functions in XI ?

Former Member
0 Kudos

What are the standard functions in XI ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Standard fucntions are available in the Message Mapping, these are the functions that provide standard functionality and for that you have not to create/write your own code.

thanks

farooq

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

Standard function are used to map the target with adding some functionalities like adding, multiplying,dividing,and more...for this xi used standard functions

standard functions are:

1.Arthemetic function

2,Stasistical functions.

3.Test functions

4. Boolean functions

and so on..

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

Hi,

The target field mapping is possible by using below typs of functions

1. Standard functions

2. Runtime procedure

3. User Defined functions

Standard functions are the APIs provided in Graphical mapping to process the values of the fields used for target field mapping.

Technically all these values are trated as string thus all standard functions expect strings as input argument and string as an export aurgument

Please find here with you more details about it at below link

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

2. Runtime procedure

http://help.sap.com/saphelp_nw04/helpdata/en/3d/24e15bf9d79243b45d49b13b03de8f/content.htm

3. User Defined functions

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

Thanks

Swarup

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

Standard functions are:

1) Node

2) Arithmatic

3) Boolean

4) Constant

5) Conversion

6) statistic

7) text

here are few weblog which talks about some of them:

/people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii

/people/sravya.talanki2/blog/2005/08/16/message-mapping-simplified--part-i

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

Thnx

Chirag

Former Member
0 Kudos

Hi,

There are lot of Standard functions are there like String functions, Node functions, Text functions, arithmetic functions, Boolean functions.....

If you want you can create User defined functions also

To know about the functionalities of each tandard functions

Refer the help document

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

Yuga

Former Member
0 Kudos

Standard functions provide function properties( denoted by a small asterisk)

for example:concat lets you additionallyspecify a delimeter

Call the function properties window by double clicking the function

Simple standard functions:

1. testfunctions:a) concat b) substring c) datetrans

2. Boolean functions

3. Arithematic functions

4.statistical functions