‎2006 Aug 02 6:43 AM
Is there some special technique we use for BAPI debug ?
Thanks.
Regards,
Tushar.
‎2006 Aug 02 6:49 AM
Hi,
BAPI's are implemented as RFC enabled Function Modules in SAP. So you can debug them in the same way as you debug Function Modules.
When you execute the FM(i.e. BAPI) there are 2 options
1)Execute
2)Execute(Debugging)
Use the 2 option.
Regards,
AS.
‎2006 Aug 02 7:00 AM
Hi,
The BAPIs are Remote-enabled Function modules.
You can open a BAPI in <b>SE37</b>.
Set <b>break-points</b> in the desired line number and execute the BAPI.
Once the break-point is reached while executing, the debugging is switched on for the BAPI.
Hope this helps!
best regards,
Thangesh