ABAP術語-RFC (Remote Function Call)
阿新 • • 發佈:2018-05-30
ram arch 編程 sse AR 一個 AC you 定義 RFC (Remote Function Call)
原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/12/1101581.html
----------------------
分隔線上面是 SAP 標準文檔中提供的說明
分隔線下面是我的翻譯
----------------------
RFC(遠程函數調用 Remote Function Call)是一個 SAP 的接口協議。它基於 CPI-C,很大程度上簡化了系統間通訊的編程工作。RFC 允許調用和執行一個遠程系統,或者是相同系統上的預定義函數。
RFC (Remote Function Call) is an SAP interface protocol. Based on CPI-C, it considerably simplifies the programming of communication processes between systems. RFCs enable you to call and execute predefined functions in a remote system - or even in the same system.
分隔線上面是 SAP 標準文檔中提供的說明
分隔線下面是我的翻譯
----------------------
RFC(遠程函數調用 Remote Function Call)是一個 SAP 的接口協議。它基於 CPI-C,很大程度上簡化了系統間通訊的編程工作。RFC 允許調用和執行一個遠程系統,或者是相同系統上的預定義函數。
ABAP術語-RFC (Remote Function Call)