cancel
Showing results for 
Search instead for 
Did you mean: 

XI to RFC

Former Member
0 Kudos

Hi

when i am sending the data from JAVA to SAP say like am sending employee table to SAP where that data can reside at SAP data base table.How can I see it in SAP R/3 table.

Accepted Solutions (1)

Accepted Solutions (1)

former_member859847
Active Contributor
0 Kudos

Hi,

You have any RFCcorresponding to u r requirement,please use that other wise plan for ABAP Proxies.

try to analyze the source code under RFC.

then u can find in which table data updated.

warm regards

mahesh.

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

If the scenario is working fine then at R/3 side what is the option u have used.

Proxy/IDOC/RFC which one u have used as receiver.

IF u used IDOC then check the data in WE02 and corresponding database tables and same for RFC.

If ur using Proxy then better u bebug the code and u can check were the data is going to store in which database tables.

Regards,

Phani

Former Member
0 Kudos

Hi,

It depends on what kind of data/integration touch points you are using.

For Ex: If u are using IDocs (MATMAS05) then u can check the data is posted successfully or not using WE02/WE05 and MM03.

Regards,

Venu V

Former Member
0 Kudos

Hi,

-The employee data will be stored in the database (the databse which is installed in that sap system like oracle)

-logon to sap system and execute the Transaction code- SE 11(Data dictionary),Here u will find all the tables.

Thanks & Regards,

Bharath.

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

1. Check in the RFC function module for the Table in which the datas are getting stored.

2. Go to SE11 specify the table name and execute to find the table content.

Thanks

SaNv...

Former Member
0 Kudos

Hi Sameer,

I understand that u r sending Data via XI from JAVA to u r SAP Backend system .

Well if that is the case , in the receiver side (R/3) u might have standard BAPI / IDOC which does that updation.

If u r not following any standard Table and if u r using any Ztable then u have to define u r ZRFC r Custom IDOC to do so.

Receiver Would be using : Receiver RFC r IDOC Adapter to get data from u r JAVA Application through XI.

Sender would be : SOAP Adapter.

rgds

srini

Former Member
0 Kudos

Hi Sameera,

In the R/3 give se11 tcode , then give the name of table and execute it and check whether the data has got posted or not.

Thanks,

Arijit