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

Debugging problem in Form-endform

Former Member
0 Likes
349

Hi.

I have a Z program attached to output type as Special function and not a layout.

The progrm starts with FORM ENTRY USING RETURN_CODE US_SCREEN.

I am triggering this program through OUTPUT type at Transaction VL02N.

However my contral is not going in debugging mode. Can anyone suggest?

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
296

This is probably because the printing is triggered to another work process, most likely an update task. If you can, try to use print preview in VL02n, this will force the form to be printed in the local task, then it should stop at your break point.

REgards,

RIch Heilman