

- 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
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 Questions & Answers
- 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
- Except not working in MySQL?
- JavaScript input type=submit is not working?
- In my SAP Fiori custom app, Back button is not working in Launchpad
- sendKeys() not working in Selenium Webdriver
- Working with NULL and IS NOT NULL in MySQL
- HTML5 video not working with jquery bxSlider plugin on iPad
- HTML5 SVG css3 transition on fill not working when there is external link
- Footer not working in my SAPUI5 application
- Matplotlib animation not working in IPython Notebook?
- MySQL Stored Procedure DEFINER=`root`@`%` is not working in localhost?
- Modification not working for both internal table and control table in SAP ABAP
Advertisements