‎2009 Apr 21 11:55 AM
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
‎2009 Apr 21 12:06 PM
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!!
‎2009 Apr 21 12:06 PM
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!!
‎2009 Jul 24 7:57 AM