cancel
Showing results for 
Search instead for 
Did you mean: 

SMP 3.0 + SAP Backend (SAP PI or RFC)

Former Member
0 Kudos

Dear All , I have requirement with to getting data from SAP through SAP PI or RFC in SMP 3.0 server application . But Here as per my knowledge for Agentry application we get data through SAP Agentry Addon from Backend . for other hybrid or native application we get SAP data through SAP Gateway . So , is it possible to SAP Data through SAP PI or Direct RFC for SMP 3.0 Server application ? Thanks & Regards ,   Kunal Varaiya

Accepted Solutions (0)

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Agentry can interface with multiple backend types.  The SAP add on just being one type.

Agentry supports connecting to backends using

  • SQL (Sql Server, Oracle, SQLite)
  • Java (this is what is used to communicate with the SAP backend)
  • File System
  • HTTP/XML - Web services, HTTP

An Agentry application can also have more than one backend defined to allow for fetching or updating data from/into multiple back ends.

--Bill

Former Member
0 Kudos

Dear Bill , Thanks 4 ur replay ... I have requirments is like (POC) my customer wants to develop mobile application in SMP 3.0 with SAP Backend . Till Now i have worked with SAP Backend syclo agnetry framework . So i am bit new in web services and all. Can you please guide me how can i call we services (SAP PI) or RFC from SAP to my mobile application in SMP 3.0. and also i am planning to make SAP UI5 based application it can talked to webservice not SAP Gateway in Backend . ___________________________________________________________________________ An Agentry application can also have more than one backend defined to allow for fetching or updating data from/into multiple back ends. Qus: so , it means in agentry also i can use web services . ________________________________________________________________________ Can you also provide some tutorial for SMP 3.0 with SAP PI or RFC ? So , i can develop as soon asap . Thanks & Regards , Kunal Varaiya

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

I would suggest you start by looking at the following.

Configuring HTTP-XML Back-end Connections for Agentry Applications - Administrator - SAP Library

I do not know if there is any step by step tutorial for an HTTP-XML backend or not.

Good Luck!

--Bill

Former Member
0 Kudos

Hello Bill , I have exact requirement like , i have to get data from SAP Backend via SAP PI (SOAP) . And SOAP services i have to map with in eclipse Odata . after that i have to develop application  . Application Requirments : 1) Login Screen 2) Once login successfully then Next Screen Shouud come with Invetory Look Up Here 4 drop downs -- Plant -- Storage Location -- Material -- Valuation 3) Based on this value (Drop Down Value ) when i press continue It will call webservices (in Generate via SAP PI and Mapped with Odata in Eclipse). 4) ANd in next screen it will populate (SAP Data) data from to screen based on choosen value in previous screen . 5) In this screen when if i choose any perticuler Location then get specific value for it . So , I am bit confused how to generate SOAP Services in SAP PI and consume in Eclipse Odata and providing in Application. Can you please give your input to best way to handle this POC ? Thanks & Regards , Kunal Varaiya