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

External debugging

Former Member
0 Likes
1,103

Hi All,

I am calling a BAPI from .Net Application, when i am running that application i want to debug the BAPI.

How can i do it.

Regards,

Ravi G

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,031

You activate the external Break point in the R3 system. Keep the External break point in the RFC/BAPI.

For activation go to Menu Utilities->Settings->ABAP Editor

Choose Debugging Tab.

6 REPLIES 6
Read only

Former Member
0 Likes
1,032

You activate the external Break point in the R3 system. Keep the External break point in the RFC/BAPI.

For activation go to Menu Utilities->Settings->ABAP Editor

Choose Debugging Tab.

Read only

matt
Active Contributor
0 Likes
1,031

Set an external breakpoint in the BAPI code. In older versions, you had to specify that breakpoints were external from the editor utilities->settings->debugging. In newer versions, it's available as a button within the editor.

When your .net app calls the BAPI, a debugger session will open.

matt

Read only

Former Member
0 Likes
1,031

hi check this....,

regards,

venkat.

Read only

Former Member
0 Likes
1,031

Hi,

Follow the Steps,

goto ->SE37>DISPLAY>PLACE THE CURSOR ON THE LINE U WANT TO DEBUG>UTILITIES>SETTINGS>DEBUGGING>EXTERNAL DEBUGGING-->TICK THE IP MAPPING.

U MUST BE LOGGED INTO THE SAP R/3 WITH THE SAME USER ID ,IN WHICH U ARE EXECTING THE RFC OR BAPI.

Regards,

Morris Bond.

Reward Points if Helpful.

Read only

Former Member
0 Likes
1,031

Solved by self

Read only

0 Likes
1,031

Hmmm... Aha...

How??