cancel
Showing results for 
Search instead for 
Did you mean: 

Standard or Complex UDF's - Non java

Former Member
0 Kudos

Hi Gurus

I have been facing a lot of issues in learning the concepts of writing UDF's

I am not a java developer but have to work now on interfaces involving both simple and complex UDF's in EDI's as well as IDOC scenarios

I request you to send me some relevant links telling me the following

a) when to use a Standard UDf and when to use a Complex UDF

b) Concept or Queues Contexts and Result list

c) Apart from practising .. how to master UDF's if u are not that good in java

Kindly help me with whatever you can ( any posts with examples of UDF's will be a great help )

thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi SD,

In order to create UDFs, you need to have a basic idea about using Core Java. Also, based on the kind of functonality of the code, you will need to know if you require any extra jar files.

Here you go !!!

http://www.flickr.com/photos/8764045@N06

Please follow the steps mentioned in below link http://help.sap.com/saphelp_nw04/helpdata/en/f8/2857cbc374da48993c8eb7d3c8c87a/frameset.htm

/people/krishna.moorthyp/blog/2006/07/29/documentation-html-editor-in-xi https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/31291 [original link is broken] [original link is broken] [original link is broken]

Regards ,

Former Member
0 Kudos

Hi Santosh

thanks for the first two links

however the last two links out of the four , i am unsure how they will help me .. moreover t he last one i think isnt valid anymore

also the flicker link .. i guess there is an issue with that

It will be a great help if you could send me

a ) some links with examples of UDF's or screen shots

b) basic areas of Core Java i must know before jumping onto UDF's

thanks

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

If you want to become expert in writing UDFs,you should have good programming skills in point of java(Coding knowledge).

betetr to learn String concepts and forloops in point of java.do programming become expert,if you are not a programemr then you not expert in writing UDFs:)

sathos already provided some usfull lin,those links enought to write UDFs.

Regards,

Raj

Former Member
0 Kudos

Hi SD ,

It will be a great help if you could send me

a ) some links with examples of UDF's or screen shots

-


>/people/rohit.kalugade/blog/2008/12/08/context-and-queue-in-message-mapping-udf

/people/rohit.kalugade/blog/2009/02/09/context-and-queue-in-message-mapping-udf-150-part2

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

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

b) basic areas of Core Java i must know before jumping onto UDF's

Knowledge on core java is a must. As parameters are passed as a string . Sting handling knowledge will help a lot.

concept of Contexts in mapping should be clear .

Regards ,

Answers (1)

Answers (1)

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

These Blogs can help you.

[Context and Queue in Message Mapping UDF|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/12232] [original link is broken] [original link is broken] [original link is broken];

[Context and Queue in Message Mapping UDF u2013 Part2|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/130552] [original link is broken] [original link is broken] [original link is broken];

[Introduction to Context Handling in Message Mapping|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3537] [original link is broken] [original link is broken] [original link is broken];

~SaNv...