- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
References are not allowed in a SAP remote function call
You are trying to make use of references but you should be aware that it is accessible only with the same stack and in your case, it is not. You are creating a remote function module and here references will not work. So, you should be going with parameters as ‘pass by value’ instead of ‘pass by reference’.
- Related Articles
- Different connection types in SAP Remote Function call
- Remote system allowed in SAP HANA Smart Data Access
- Remote Procedure Call (RPC)
- Not able to call another function within initialize method of controller in SAP UI5.
- Getting error message: Scalar type not allowed in SAP HANA
- What is Remote Procedure Call?
- Make a custom function call without using SAP NetWeaver
- Callback is not working on remote but working locally in SAP CRM
- Call event function from another method in Controller in SAP
- Which characters are NOT allowed in MongoDB field names?
- What are the allowed characters in Python function names?
- Creating a new remote source in SAP HANA using SQL
- Using DSN name while using a remote source in SAP HANA
- Why are parenthesis used to wrap a JavaScript function call?
- Updating configuration property file in SAP HANA Remote source

Advertisements