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

BAPI Debug

Former Member
0 Likes
437

Is there some special technique we use for BAPI debug ?

Thanks.

Regards,

Tushar.

2 REPLIES 2
Read only

Former Member
0 Likes
387

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.

Read only

Former Member
0 Likes
387

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