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

Update Debugging..

Former Member
0 Likes
576

I was trying to create inbound delevery thru VL31N.

during this I need to debug SAP standard IDOC_OUTPUT_DELVRY FM.

I set break-point in above FM and used Update debugging.

but session is terminating when control stops at break-point.

in ST22 i can see 2 types of dumps (messages).


"No buffer for GUI communication.
"and
"Statement "COMMIT" is not allowed in this form.

Any ideas to resolve this problem..please??

2 REPLIES 2
Read only

Former Member
0 Likes
422

Go to SM13.There you can see the transaction where update terminations have occurred.you can do a test run here your breakpoints will work.If you are using ECC 6.0 in order to debug Update FMs you have to select update debugging option in the debugger settings.

To set the option for update debugging, go to debug mode of any program. In the debug screen, goto Settings->Display/Change debugger settings.

and check the option Update debugging

Read only

0 Likes
422

Hi sudhir,

thank you for reply.....already I've explained i.e. I'm using Update debugging...

and more over this problem is coming during update debugging only... so any more ideas please..

I'm on ECC6..