InterviewSolution
| 1. |
How Call-back Mechanism Used In Rfc Calls? |
|
Answer» You can trigger this call-back mechanism by using the special destination name "BACK". If this name is specified in an RFC call on the SYSTEM acting as the server, the system uses the same RFC connection that was established when the server received the FIRST call. Once an RFC connection is established, it is maintained until it is either EXPLICITLY CLOSED or until the calling program terminates. You can trigger this call-back mechanism by using the special destination name "BACK". If this name is specified in an RFC call on the system acting as the server, the system uses the same RFC connection that was established when the server received the first call. Once an RFC connection is established, it is maintained until it is either explicitly closed or until the calling program terminates. |
|