tRFC[transactional RFC]:- Use case is like when once Pur Order is created one system the same PO has to be created in another sap system. The
Author: coderobbot
RFC Communication between two systems- Use of predefined RFC destination
Step1. Calling System : We have the below report which calls a RFC M defined in the target system. RFC destination is used as :
RFC Connection between two R/3 systems
Step1. Here we have two systems between which RFC calls will happen to retrieve data. Go to Tcode- SM51 of both the systems. Here we
RFC Types in ABAP
Synchronous RFC The first version of RFC is synchronous RFC (sRFC). This type of RFC executes the function call based on synchronous communication, meaning that the
RFC Communication Types
There are four different scenarios: AS ABAP – AS ABAP AS ABAP – External system AS ABAP – SAP Java AS ABAP – External Java
Parallel Processing In OOabap
Step1. Create a report with class and methods. REPORT zparallel_processing_oo. DATA : chk1, chk2, ret11 TYPE TABLE OF bapisdstat, ret22 TYPE TABLE OF bapisdstat, ret TYPE bapisdstat. CLASS lcl_demo DEFINITION. PUBLIC SECTION. CLASS-METHODS : call IMPORTING sdoc1 TYPE bapivbeln–vbeln sdoc2 TYPE bapivbeln–vbeln , handle1 IMPORTING p_task TYPE clike, ” must have a importing para-