Application Development 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: 

VT02N to invoke VL02N.

Former Member
0 Kudos

Question for Outbound Delivery, I have a new output type ZAAA in Output type(V/82). My print program is ZTEST and my forms name is ZFORM.

How to debug programs ZTEST, I put the breakpoint in ZTEST.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Once you place a break point in the print program, create / change a delivery document, which should create a new record in messages and upon saving this will trigger the print program.

I am assuming that you have configured the print program / form in the NACE transaction to the document and the output type.

Regards,

Ravi

Note - Please mark all the helpful answers

5 REPLIES 5

Former Member
0 Kudos

Once you place a break point in the print program, create / change a delivery document, which should create a new record in messages and upon saving this will trigger the print program.

I am assuming that you have configured the print program / form in the NACE transaction to the document and the output type.

Regards,

Ravi

Note - Please mark all the helpful answers

0 Kudos

Thanks Ravi,

What is NACE?

0 Kudos

Ravi,

I check in NACE, mine is V7. I put already the breakpoint but no detect.

0 Kudos

NACE is the transaction where you link the Print program / Form to a specific application / document / output type. And the specific print program is dynamically called, depending on the configuration you do in the NACE transaction, other wise system would not know which program to call.

Select the application (V7), click on the OUTPUT TYPES button on the toolbar, select the output type (ZAAA in your case) from the right hand side and then double click on the PROCESSING ROUTINES and you should be able to see the PRINT PROGRAM and the FORM name here.

Regards,

Ravi

<b>Note - Please mark all the helpful answers</b>

Message was edited by:

Ravikumar Allampallam

0 Kudos

Dear Ravi,

When I execute VT02N and do the break point in my programs ZTEST, I can’t see the debug mode.