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

help on to debug BAPI code

Former Member
0 Likes
714

Hi experts

we are getting 'BP 604 Nteork budget exceeded' error message while calling BAPI_GOODSMVT_CREATE from JCO.

when i test this BAPI with same data through SE37 and MIGO i am not getting this error.

i went throuh BP_GIVE_MESSAGE code and i think this is the function module returning BP 604 error message.

so now i want debugg the BAPI_GOODSMVT_CREATE to find out what data passing to 'BP_GIVE_MESSAGE' function module.

i tried to find out through FIND button i could not find BP_GIVE_MESSAGE function module in BAPI source code.

please can you tell me how can i find call 'BP_GIVE_MESSAGE' in BAPI_GOODSMVT_CREATE source code.

Thanks & regards

Rao

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
552

Dear Narasimha Rao,

In the debug mode, goto menu breakpoints -> breakpoint at statement -> call function. This will place breakpoints at all call to function modules....now debug code untill u reach the function module u r looking for...

Regards,

Sudheer

1 REPLY 1
Read only

Former Member
0 Likes
553

Dear Narasimha Rao,

In the debug mode, goto menu breakpoints -> breakpoint at statement -> call function. This will place breakpoints at all call to function modules....now debug code untill u reach the function module u r looking for...

Regards,

Sudheer