cancel
Showing results for 
Search instead for 
Did you mean: 

Deactivating Communication Channel

Former Member
0 Kudos

hi guys,

i have a requirement where the communication channel of the file adapter needs to be activated based on the user request. Is there function module where we can activate and deactivate the communication channel of the adapter.

with regards

pradeep N.

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

answered

Former Member
0 Kudos

Hi Pradeep,

Go to.

RWB--> component monitoring ---> Communication channel monitoring ---> Select your CC

Along side the Start Stop option you can have an option External Control On.

Click this option for the CC and make the Control Data as External.

To control communication channels externally, you use an HTTP GET or POST request to the following URL:

http(s)://host:port/AdapterFramework/ChannelAdminServlet?party=party&service=service&channel=channel&action=action

Please refer

http://help.sap.com/saphelp_nwpi71/helpdata/en/45/0c86aab4d14dece10000000a11466f/content.htm

Cheers

Sunil.

Former Member
0 Kudos

Pradeep,

i have a requirement where the communication channel of the file adapter needs to be activated based on the user request.

--> since it is based on user request level, why don't you restrict at authorization level.

Is there function module where we can activate and deactivate the communication channel of the adapter.

--> don't know .

Regards

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

Use Availability time planning, periodic schedule your Communication channel

SudhirT
Active Contributor
0 Kudos

Hi pradeep,

you can configure communication channel in a periodic manner but that will be automated and can not be done on user request basis.

you can achieve this by availability planning.

thanks.

Former Member
0 Kudos

Pradeep,

You can start and stop the Communication channel in Runtime workbench.

RWB--> component monitoring ---> Communication channel monitoring ---> Select your CC and you can start and stop it there.

Thanks,

Pooja

Former Member
0 Kudos

Hi Pradeep,

You can do it in RWB. There is a tab called Channel Availability in the channel monitoring. You will find all the relevant options out there.

I think i don't need to explain them here, those are self explainatory.

Thanks,

Kulwant

Award Score if useful