cancel
Showing results for 
Search instead for 
Did you mean: 

File to RFC through User interface

Former Member
0 Kudos

Hi experts,

Can we a new user interface developed for file to RFC scenario?

Basically i would like to view the error records on a User interface and capability to modify the details and send it across.

The entire process needs to be driven through an user interface.

Please provide your valuable suggestions

Regards,

Kalyan

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

Your call to RFC could be synchronous, may be using BPM and then the exception thrown by RFC could be sent to your UI using HTTP or SOAP call.

Regards,

Prateek

Former Member
0 Kudos

I assume we need not use BPM or PI for the scenario.

Let me know if we can follow the approach below..

user interface to pick the file.

Traverse the file record by record. For each record picked up we would call up a webservice(rfc exposed as webservice) and return the response to user interface.

Regards,

Kalyan

former_member200962
Active Contributor
0 Kudos

SAP PI does not provide User Interface.......however Enterprise Portal (also based on SAP NetWeaver) can be used to develop a user interface.

Regards,

Abhishek.

prateek
Active Contributor
0 Kudos

Untill you are making an RFC call, there is no actual BPM requirement. But when it comes to sending the RFC exception back to UI, then if you want to route it through PI, you need to use BPM.

Regards,

Prateek

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

Refer to this blog, which allow you to handle BAPI response without using ccBPM

http://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File%28Without%20BPM%29

BR,

Dzmitry