‎2008 Jan 11 11:09 AM
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??
‎2008 Jan 11 11:15 AM
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
‎2008 Jan 11 11:22 AM
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..