InterviewSolution
Saved Bookmarks
| 1. |
How Do You Call The Rfc Fm In The Abap Program? |
|
Answer» CALL FUNCTION...DESTINATION statement. The DESTINATION parameter tells the SAP SYSTEM that the called function RUNS in a system other than the callers. CALL FUNCTION...DESTINATION statement. The DESTINATION parameter tells the SAP System that the called function runs in a system other than the callers. |
|