cancel
Showing results for 
Search instead for 
Did you mean: 

user defined function

Former Member
0 Kudos

dear friends,

i'm trying to create a list of all the user defined functions that are normally required in graphical mapping, so i can put them in one software component for easy reference. Can you list out what are the functions that you had to write, and any tips will be appreciated.

Thanks much.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member200962
Active Contributor
0 Kudos
i'm trying to create a list of all the user defined functions that are normally required in graphical mapping

The number and type of UDFs are not restricted......there can be n number of UDFs (and if not wrong, nobody on SDN can predict this n)

UDFs are actually developed according to the requirement of your project......so what you can do is do a requirement gathering of the mapping validations that your project may require....accordingly develop the UDF logic....if you want to start with UDF development then a lot of UDF logic is already mentioned on SDN.....just type the required keywords and do a search like "time UDF" , concat UDF" etc.

Regards,

Abhishek.

former_member183908
Active Contributor
0 Kudos

Hi Nathan,

refer the below wikis

http://wiki.sdn.sap.com/wiki/display/XI/JAVAFunctionsin+XI

https://wiki.sdn.sap.com/wiki/display/XI/ConverttheInputxmlstringtoXML

Happy practising

Pavan

Former Member
0 Kudos

UDF depends on your mapping requirement if same functionality cannot be achieved by standard function.

you can search in sdn key UDF then you can find many udf required questions depending on the mapping requiremnet.