ABAP术语-RFC (Remote Function Call)

RFC (Remote Function Call)

原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/12/1101581.html

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 允许调用和执行一个远程系统,或者是相同系统上的预定义函数。

原文地址:https://www.cnblogs.com/rena/p/9110401.html

时间: 2024-08-30 18:29:48

ABAP术语-RFC (Remote Function Call)的相关文章

ABAP术语-qRFC-Monitor

qRFC-Monitor 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/10/1098543.html Central monitoring tool in R/3 for asynchronous data transfer when using the queued Remote Function Call (qRFC) between two R/3 Systems or between R/3 and external syst

[SAP ABAP开发技术总结]Function远程、同步、异步调用

目录导航 声明:原创作品,转载时请注明文章来自SAP师太博客,并以超链接形式标明文章原始出处,否则将追究法律责任!原文出自: 20.1.         Function调用... 233 20.1.1.     更新FM:LUW.. 233 20.1.2.     RFC函数:远程调用... 234 20.1.2.1.           同步... 234 20.1.2.2.           异步... 234 20.1.2.2.1.       事务性RFC调用... 234 20.1

ABAP术语-Lock Object

Lock Object 原文:http://www.cnblogs.com/qiangsheng/archive/2008/02/29/1085742.html Object type in the ABAP Dictionary. When you activate a lock object, you generate function modules that set and release locks. You can use these function modules in ABAP

ABAP术语-Database Rollback

Database Rollback 原文:http://www.cnblogs.com/qiangsheng/archive/2008/01/24/1051238.html Operation that cancels any database changes made since the beginning of an LUW (Logical Unit of Work) - that is, since the last database commit - when an error occ

ABAP术语-Interface

Interface 原文:http://www.cnblogs.com/qiangsheng/archive/2008/02/22/1077086.html Information tool that stores details about all development objects in the R/3 System and their relationships. The user interface of the R/3 Repository Information System r

ABAP术语-Method

Method 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/05/1091077.html Component of classes in ABAP Objects. Methods are procedures for manipulating objects that use the attributes of the relevant class and contain its functionality. You define

ABAP术语-R/3 Repository Information System

R/3 Repository Information System 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/11/1100076.html Information tool that stores details about all development objects in the R/3 System and their relationships. The user interface of the R/3 Reposit

ABAP术语-Distribution Model

Distribution Model 原文:http://www.cnblogs.com/qiangsheng/archive/2008/01/25/1052434.html Model that describes the ALE message flow between logical systems. The relationships between logical systems, message types, BAPIs and filters are defined in the

ABAP术语-Data Transfer

Data Transfer 原文:http://www.cnblogs.com/qiangsheng/archive/2008/01/22/1048286.html The entire process of transfer of data from external systems to SAP Systems. Data transfer consists of the part steps extraction, conversion and loading. -------------