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 BAPI Values

Former Member
0 Likes
998

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 ?

3 REPLIES 3
Read only

Former Member
0 Likes
702

Hi Kunal,

You can set User Break point at any or first executable line of BAPI.

Regards,

Manasa Veena P.

Read only

Former Member
0 Likes
702

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

Read only

Jitendra_Kansal78
Product and Topic Expert
Product and Topic Expert
0 Likes
702

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.

You can check this thread

Regards, Jitendra