- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
RFC or BAPI for displaying change documents in SAP
You need to set up a workflow engine and then customize event generation. Next is to write down a Java service to connect to SAP system using Java Connector and then register a RFC server. For this, you have to follow steps:
Navigate to Transaction SM59 -> Expand TCP/IP connections directory and click on Create (F8).
In the RFC destination field, enter the name of the RFC destination system. Next is to set the connection type to T (Start an external program through TCP/IP).
Next is to provide a Function Module handler that can be called using tRFC from SAP system -> Next is to add linkage entry to tell workflow engine to call Java program when a change document is written in SAP system.
- Related Articles
- Displaying Source code of RFC in SAP system
- BAPI to upload documents to SAP system is throwing an exception
- Commit changes on SAP BAPI Transaction
- Trusted RFC connection in SAP system
- Displaying popup in SAP STMS
- Specified cast not valid for datetime while using SAP RFC
- Debugging an Asynchronous RFC in SAP ABAP
- Reading latest measurement point in SAP RFC
- Using table parameter in SAP RFC Function module
- Changed SAP password not working while resetting using BAPI
- Displaying Records with maximum event number for each group in SAP Crystal Reports
- Making RFC call from COM/OLE object in SAP
- Pull a list of Functional Location from SAP using BAPI
- Using SAP BAPI API’s to extract information from client system
- How to call RFC in SAP using an ETL job?

Advertisements