cancel
Showing results for 
Search instead for 
Did you mean: 

Pulling data from sap and showing it in iview

Former Member
0 Kudos

Dear all,

I have a requirement like, we have payroll results data in our sap system. We want to provide our employees to get their payroll data using i views.

So How can we dynamically populate pay roll data into iviews from sap using sap xi. ANY IDEAS?

Rgds,

Sri

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sri,

You could create a synchronous scenario in XI. define rfc to return payroll information. Import the rfc in xi and do the corresponding interface mapping, and expose the interface as webservice.

This webservice( provided by XI) can then pull information from sap, and the data can be used in ivews.

Thanks,

Naveen