cancel
Showing results for 
Search instead for 
Did you mean: 

Stop communication channel after data delivery

Former Member
0 Kudos

Hi all,

I have a communication channel of type JDBC.

The channel should be started and stopped via external control.

The problem is that I don't know when the data transfer is completed in order to stop the channel.

Or is there a functionality that a communication channel is stopped automatically after running.

regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

My understanding is that you want to switch off the channel only after all the inserts have been done in DB, am I right?

There is a solution but an ugly one You have to send a response back from the DB claiming that the inserts are completed, this response message can be linked with your external control program which will end up in stopping the channel.

If you or anyone else come up with a better solution, please share with the forum.

Former Member
0 Kudos

Hi,

yes this is what I need.

Why does SAP not provide a functionality:

Run communication channel one time and stop?

regards

Senthilprakash1
Participant
0 Kudos

Hi Check out this blog. this will give you some idea to control CC externally.

[External Control of Channel|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/6456] [original link is broken] [original link is broken] [original link is broken];

Regards,

Senthilprakash