Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

OUTGOING_CALL_PROCESS

former_member224008
Active Participant
0 Likes
442

hi friends,

i want to know what is the use of this function module 'OUTGOING_CALL_PROCESS'.

and also give the sample code.

thanks in advance,

Regards,

ARUN

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
406

Hi Arun,

The documentation of that FM is given as below

The FM OUTGOING_CALL_PROCESS is used to initiate, terminate and process calls. 
When executed, a dialog box is generated from which required or useful data 
(e.g. telephone number, country flag, name, company) for initiating a 
call can be displayed and entered. The functions 'Dial', 'Hang up' and 
additional processing options can also be selected from the dialog box.

From the where used list of that FM you will get the sample code.

you can also look into that.

Thanks!!

2 REPLIES 2
Read only

Former Member
0 Likes
407

Hi Arun,

The documentation of that FM is given as below

The FM OUTGOING_CALL_PROCESS is used to initiate, terminate and process calls. 
When executed, a dialog box is generated from which required or useful data 
(e.g. telephone number, country flag, name, company) for initiating a 
call can be displayed and entered. The functions 'Dial', 'Hang up' and 
additional processing options can also be selected from the dialog box.

From the where used list of that FM you will get the sample code.

you can also look into that.

Thanks!!

Read only

former_member224008
Active Participant
0 Likes
406

thanks