on 2007 Jul 19 10:54 AM
Hi All,
Can we find the comm channels present in a business service through XI mapping API?
Request clarification before answering.
Singh,
For a service the communication channels are static. You can hardcode them. Is this dont work for you?
Regards,
---Satish
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
76 | |
30 | |
10 | |
8 | |
8 | |
7 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.