

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Make a custom function call without using SAP NetWeaver
I know a couple of ways how can you can go ahead and use the RFC you have created from SAPUI5 but without using SAP NetWeaver.
You can try to create a web service or a REST service which uses the RFC that you have created. Host the service in the SAP environment and then you can use the service in SAP UI5 with the help of URL.
Or you can go for a SICF service and have a handler for the service. In the handler of the service, you can have the same logic for fetching the content as you have in RFC.
If you are hesitant to go for a service then go ahead with a connector approach. You can use HANA Cloud connector, which can be used easily by the HCP applications.
You can opt for any of the two to get your implementation in place.
- Related Questions & Answers
- Using SAP NetWeaver Recording and Playback features
- User rights required to make a call to SAP RFC Function Module RFC_SYSTEM_INFO from JAVA application
- References are not allowed in a SAP remote function call
- Different connection types in SAP Remote Function call
- How to make a phone call using intent in Android?
- How to place UI5 code in SAP NetWeaver Server?
- How to specify the connection string in SAP NetWeaver?
- Creating context for JNDI in SAP NetWeaver Developer Studio
- How to make a jQuery function call after “X” seconds?
- How to make a phone call using intent in Android using Kotlin?
- Validate Date in MySQL using a custom function
- How to make a call in an Android device using Kotlin?
- How to make a call in android
- How to delay a JavaScript function call using JavaScript?
- Call event function from another method in Controller in SAP
Advertisements