1.Functional Description
1.1Purpose
This function is used to check if there are live calls existing in the queue on F1755.  
1.2Setup Notes and Prerequisites
1.3Special Logic
2.Technical Specifications
2.1Parameters:
Data Item Data Structure DescriptionI/ORequiredNotes
CALLQmnCallQueueIY
EV01CCallExistingOY'1' = Live calls exist '2' = No live call exists
 
 
 
2.2Related Tables 
Table Table Description
F1755Customer Call Master
 
 
2.3Related Business Functions
Source NameFunction Name
 
 
2.4Processing 
BF cExistingCall = "0"
VA evt_cLiveStatus_STAW = "2"
F1755.Select (Note: Use Index Call Number, Approval Status)
CallQueue = BF mnCallQueue
F1755.Fetch Next (Note: Use Index Call Number, Approval Status)
D1701870 - Is Existing Case In Queue
| Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both | 
|---|---|---|---|---|
| mnCallQueue | CALLQ | MATH_NUMERIC | OPT | INPUT | 
The address number of the case provider group. To resolve customer problems, the system or a person can assign case to provider 
  | ||||
| cExistingCall | EV01 | char | OPT | OUTPUT | 
An option that specifies the type of processing for an event.  | ||||
| None | 
| None |