- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
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
Callback is not working on remote but working locally in SAP CRM
The issue lies in the class you are using for making a method call. This class is basically making RFC callback with the help of SAP GUI. SO, when you are using the function builder, it works well because it has an SAP GUI connection present.
But when you are using an external system, the GUI is missing and it doesn’t works.
What you can try is to use some other method which does not have an RFC callback and thus will not have any problem. Try to use ‘create_with_table’ in place of your used method.
- Related Articles
- Alter SAP standard code not working
- Resource routing not working when using SAP Fiori
- Working on a cost center report in SAP
- Changed SAP password not working while resetting using BAPI
- In my SAP Fiori custom app, Back button is not working in Launchpad
- Except not working in MySQL?
- How to maintain customer relations using CRM while working remotely?
- JavaScript input type=submit is not working?
- canvas.style.display = “block” not working in HTML5
- sendKeys() not working in Selenium Webdriver
- Modification not working for both internal table and control table in SAP ABAP
- HTML5 video not working with jquery bxSlider plugin on iPad
- MongoDB: $nin and $in not working together in $elemMatch to fetch documents having subjects “MongoDB”, but not “Java”
- Working with NULL and IS NOT NULL in MySQL
- HTML5 SVG css3 transition on fill not working when there is external link

Advertisements