Channel Package
2005-07-22 11:54:43 Felix Jeyareuben
Business Card
[Reply]
Samir,
The channel package is,
com.sap.aii.af.service.cpa.Channel
Also, from the UML diagram provided by SAP for module, I can get the channel ID only from the module context using getChannelID() which will only return the current channel ID (ie, receiver if your module is in receiver or similarly for sender). Here in this blog, I am using completely a different technique by creating a new channel object using the channel id from the module context which seems a little odd and the best part is, it works!!
Best regards,
Felix