cancel
Showing results for 
Search instead for 
Did you mean: 

Socket Connection. Pls advice

Former Member
0 Kudos

Good Evening All,

My scenario is some what like :

/people/saravanakumar.kuppusamy2/blog/2005/12/15/socket-integration-with-xi

Can I use java code for socket programming in UDF of Message Mapping instead of creating Java Mapping.

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In Sap Help about user-defined-functions it's only said:

> Make sure you read the implementation considerations in Java Mapping, which also apply to user-defined functions in message mappings.

So it should be no problem.

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

You could write your code directly in a user-defined-function or you could also use imported classes in user-defined-functions.

Regards

Patrick

Former Member
0 Kudos

Thanks Patrick.

For further question for this approach I will again ask you

Thanks again