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

Urgent: Debugging through RFC call

Former Member
0 Likes
514

Hi,

I am debugging between two systems - CRM and ECC. At one point in the CRM system, a BAPI which is available in the ECC system is being called through RFC. When I press (F5) at the BAPI call, the control does not go inside but executes the BAPI and moves on to the next statement in the CRM statement.

Can you please tell me how can I enter the code inside the BAPI during debugging?

Helpful answers will be rewarded!

Thank you.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
472

hi,

if that's is the case then u just take that particular BAPI inputs form that CRM program while debugging then u can test that BAPI saperatly in se37 by giving those inputs, now u can get output of the BAPI and also u can dubugg the same BAPI.

reward points if useful,

seshu.

3 REPLIES 3
Read only

Former Member
0 Likes
473

hi,

if that's is the case then u just take that particular BAPI inputs form that CRM program while debugging then u can test that BAPI saperatly in se37 by giving those inputs, now u can get output of the BAPI and also u can dubugg the same BAPI.

reward points if useful,

seshu.

Read only

Former Member
0 Likes
472

Hi,

Try Settings --> Debugging and activate external debugging by checking the box 'Actv'.

Check if it helps.

Regards,

Shyam

Read only

Former Member
0 Likes
472

I think it had to do with the User Type. When I changed the User Type of the calling system in the called system's records to 'A' (Dialog), I was able to debug through the RFC call.