‎2007 Aug 14 10:03 AM
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
‎2007 Aug 14 11:20 AM
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
‎2007 Aug 14 11:20 AM
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