‎2009 Nov 10 8:13 AM
Hi,
I am executing ZBAPI from java caps Jcaps in XML format .
Java, Jcaps is mediator which send XML file to SAP BAPI and in back ground BAPI execute SAP stander tcode like VL10F.. etc.
This is totaly automatic process. but when error occurs then it will send errore msg to correspoinding email Id.
i want to debug this bapi remotely . Is it possible then how ?
i know other process JDBG and SM37. but it will not work for my senario.
‎2009 Nov 10 8:18 AM
if you are using ECC you should able to use external break points, to accomplish this..
‎2009 Nov 10 9:19 AM
I am Using ECC 5 .
I heard about SAP GUI some 0 and 1 setting but not know more about it.
If anybody know How to debug remotely RFC or BAPI plz share our idia ?
‎2009 Nov 10 9:46 AM
Hi Jim,
you need to set a break-point for that BAPI through GUI & then debugg that..