Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Remotely Debuging BAPI.

Former Member
0 Likes
504

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.

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
474

if you are using ECC you should able to use external break points, to accomplish this..

Read only

Former Member
0 Likes
474

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 ?

Read only

Former Member
0 Likes
474

Hi Jim,

you need to set a break-point for that BAPI through GUI & then debugg that..