畅享博客 > crisp学习笔记 > SAP > Relationship between BAPI and RFC
2007-9-12 18:52:25

Relationship between BAPI and RFC

 

The basis for all communication between SAP and external components (as well as for most communication between SAP components) is the Remote Function Call (RFC) protocol. Most client programs want to use regular, Synchronous RFC (sRFC), but SAP also supports Transactional RFC (tRFC) and Queued RFC (qRFC). tRFC is used mainly to transfer ALE Intermediate Documents (IDocs).

ABAP Function Modules can only be called from an external client if they are marked as RFC-enabled. R/3 contains several thousands of such RFC-enabled Function Modules (RFMs). Amongst them are the BAPIs. BAPIs are RFMs that follow additional rules and are defined as object type methods in SAP's Business Object Repository (BOR).

Most BAPIs are released RFMs, only very new ones may be unreleased at first for testing before the releasing. On the other hand, there are quite a few extremely useful RFMs that are not officially released for customer use. (From sap.com)

Java connector includes a executable Jar File called sapjco for *****, tow Dynamic Link Libraries called librfc32.dll and sapjcorfc.dll, for ***** and ***** respectively. (Still learning, to be continued)


推荐到鲜果: 查阅更多相关主题的帖子: SAP

评论

您正在以 匿名用户 的身份发表评论  快速登录
(不得超过 50 个汉字)
       看不清,换一个
提示消息
(输入完内容可以直接按Ctrl+Enter提交)