‎2014 Mar 11 6:18 AM
Being a newbie to Abap ,i am looking, howto debug BAPI input values-variables? Values(values of BAPI Import parameters ) are being passes to BAPI from Mobile app.
How/where can we check the values being passed to BAPI in R3 i.e the values with which the BAPI is being executed ?
Following the post , i understood a break point might help to debug the values, but i am confused at which line of code ?
‎2014 Mar 11 7:12 AM
Hi Kunal,
You can set User Break point at any or first executable line of BAPI.
Regards,
Manasa Veena P.
‎2014 Mar 11 7:25 AM
hi Kunal
At the first line, all the importing parameters will be filled, you can set breakpoing anywhere.
if you wana debugging when Mobile app call this BAPI, you need set a external breakpoint using the RFC user.
Regards,
Archer
‎2014 Mar 11 8:58 AM
Before starting the mobile app, you set external break-point for that particular bapi and run the app..
Set the external point at the line where you are passing the input to mbo. (import parameter of the BAPI).
Under Source code, you will find the details. e.g. for the given screenshot i have 2 inputs (at line # 23, 24) so i can set the external break-point at 23.