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

call bapi in Enhancement

Former Member
0 Likes
655

hi ,

i do Enhancement and i call from their to bapi that i build and

when i put debugger in the fm it don't get inside of it ,what can be the problem?

Regards

hi ,

i do Enhancement and i call from their to bapi that i build and

when i put debugger in the fm it don't get inside of it ,what can be the problem?

Regards

2 REPLIES 2
Read only

Former Member
0 Likes
525

Dear Cosmo,

Firts put a Break point inside the enhancement and see whether it goes through the enhancement. before that see whether the enhancement is Active.

Second for BAPI should be a RFC enabled function module and it should be activated and if you are using it in the same system you can pass an additional paramater to the RFC Destination = 'NONE'.

Then put a break point inside the BAPI FM and look at it may be after looking at all these aspects you may solve problem.

Hope this helps

Encourage others to answer your queries by suitably rewarding them and in turn helping U.N World Food Program.

Thanks

Venugopal

Read only

0 Likes
525

Hi Venugopal T,

i call to the FM in the user exit ,

i check , if i do double click on the FM name i get inside of it!

but when i put break-point on the fm and press F5 I go inside method

if_rsr_var_runtime~check

and after another method and another ... and i don't go inside the FM

What u think is the problem?

i work in BI7 SYSTEM maybe i have to declare there something ?

Regards