‎2008 Jan 23 5:13 AM
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.
‎2008 Jan 23 5:40 AM
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.
‎2008 Jan 23 5:40 AM
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.
‎2008 Jan 23 5:45 AM
Hi,
Try Settings --> Debugging and activate external debugging by checking the box 'Actv'.
Check if it helps.
Regards,
Shyam
‎2008 Jan 23 7:22 AM
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.