‎2008 Mar 31 9:27 AM
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
‎2008 Mar 31 9:30 AM
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.
‎2008 Mar 31 9:30 AM
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.
‎2008 Mar 31 9:32 AM
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
‎2008 Mar 31 9:35 AM
‎2008 Mar 31 9:40 AM
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.
‎2008 Apr 02 7:15 AM
‎2010 Sep 13 11:33 AM