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

debug the BAPI

Former Member
0 Likes
915

hi,

can i debug the RFC Enabled Function Module.

If i run the FM straightway it has updated the data in the database properly.

but if i call from non sap system the same data will not get updated.

4 REPLIES 4
Read only

Former Member
0 Likes
693

if it SAP to SAP , we can debugg. if it not SAP systemm.. we cann't debugg

Read only

Former Member
0 Likes
693

Hi,

I think you can debug your rfc by setting external break points,from utilities menu

Keerthi

Read only

Former Member
0 Likes
693

Hi,

We can able to debug the RFC FMs.

1.) Portal to SAP :

In this case you need to set external break point with user who logged in the portal. So it will stop at the break point. For external break point set classic debugger as default.

2.) SAP to SAP :

In this case there will be a RFC connection with RFC user created for this purpose. So whenever you called a FM, it will use RFC user's user ID in the SY-UNAME. So try to set external break point with RFC user in the RFC FM. Use classic debugger as default.

Note : To change the user ID for external debugging, just go to Utilities --> Settings --> ABAP Editor tab --> Debugging tab --> Give the required user ID in the Users field and Select classic debugger.

Read only

Former Member
0 Likes
693

thanks to all. i hv solved.