cancel
Showing results for 
Search instead for 
Did you mean: 

integration

Former Member
0 Kudos

Dear experts

My clients wants to integrate Payroll system into SAP.Client is not having SAP HR module just he need to integrate that Payroll module in FICO.In Java application he had the table Employee master and all the required information of Payroll. and he just wants grand total of Salary details to be displayed in SAP instead of each and every employee information individually.So he is asking me From d SAP screen he wants to see d Java screen which holds all detailed information.Is it possible with XI.From SAP screen how can i extract d data of Java using XI.

Means I need to extract d detailed data from Java using Xi just in SAP only all employees salary total shoul be displayed.Is it possible using XI and Can we see the detailed information of Java from our SAP screen.

How i need to do d above process using XI

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

U can create an ABAP report which when executed provides a screen from where u can send some request data. This will internally call an RFC. This data will be sent to XI which will connect to the java application using java proxy or directly to the database using JDBC. It will fetch the data from receiver and send back to RFC. From there u may write a code to display it on the screen. So ur scenario in XI would be

RFC <-> XI <-> Java Proxy/ JDBC (sync)

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek,

I am very happy on ur reply.And am having one more doubt.All d detailed data will be avoilable in my Java application just grand total of all employees salary details i want to see in my SAP system.Means only dat Salary total field will be mapped to my SAP target field right.How can my SAP shows all d detailed information of the employee(which is only avoilable in Java Application) in SAP screen.Can u send me that scenario screen shots if possible?

Thanks & regards

Farooq

Edited by: farook shaik on Aug 12, 2008 12:15 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Faroq,

So u r JAVA application is using seperate DB to have all employee details.So u need this data to be present in u r SAP system to view it.

Well u can create a ZTABLE in u r SAP System same as u r Employee Data r u can make required fields.

Create a RFC in u r SAP system to update that ZTABLE.

Now Use Sender JDBC Adapter (Install Driver jdbc given by vendor) and receiver would be RFC triggering that ZRFC.

Now data is available in u r Backend, fron now write customized report programs to display data from the ZTABLE.

rgds

srini