File To RFC Without BPM
File To RFC Without BPM
File To RFC Without BPM
I have tried to explain how to create a simple RFC enabled function module in R/3 and
the steps required to push the data from XI to SAP R/3 by using this function module.
The sender will send the vendor data to XI in XML file format. Then XI will push the
data to R/3 by using RFC adapter.
Create a Z table to store the vendor data. Created a standard table ZVENDORDATA.
You can use transaction code SM37 to create BAPI in R/3 system. Be sure that you have
selected the Remote Enabled Module in the Attributes tab.
Used MODIFY statement to do the changes in the database table ZVENDORDATA. This
statement will modify the data if it is already present in the table. If that particular record
is not in the table then it will create a new record.
Till now we have discussed about R/3 stuff. Now we can see how the configuration
objects in the Integration Repository.
Import the BAPI (ZVENDOR) to the Integration Repository.
This is the time to test our scenario. You can see the vendor name as Rahul in
ZVENDORDATA table
After the successful execution you can see the result in the table. The name of the vendor
has been changed to Bharath.