cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Channel name in UDF

Former Member
0 Kudos

Hi All,

Can we find the comm channels present in a business service through XI mapping API?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Singh,

For a service the communication channels are static. You can hardcode them. Is this dont work for you?

Regards,

---Satish

Former Member
0 Kudos

You can find the cchannels for a service using the SSRV* tables

I am not in front of an XI system but if you cannot find a standard way a simple work around is as follows:

Write a simple function module to do the table searches with Input = service name... and Output = list of cchannels. Then call this FM from your mapping (UDF, Java etc etc).

Former Member
0 Kudos

no.

your starting point is with the class LookupService which does not support such functionality.

check javadoc for the same here

https://help.sap.com/javadocs/NW04/current/pi/com/sap/aii/mapping/lookup/LookupService.html