cancel
Showing results for 
Search instead for 
Did you mean: 

printing form

Former Member
0 Kudos

Hi

I am getting the following error while iam printing the form please suggest me the preventive mesures to do

Processing routine ENTRY in program < program name> does not exist

Accepted Solutions (1)

Accepted Solutions (1)

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

The printing of the output is triggered by the FORM routine called ENTRY in a specific program. It is telling you that the form routine ENTRY does not exist in that specificed program. You need to maintain these values in transaction NACE for your output type.

Regards,

Rich Heilman

Answers (2)

Answers (2)

Former Member
0 Kudos

This error is an indication that your Driver Program in not getting triggered while issuing the Output.

For solving this, go to NACE and assign your form name and driver program under the Processing Routines option.

Make sure you have the form Entry defined in your driver program.

Regards,

Rohit

Former Member
0 Kudos

The Form Which you developed is triggered only the corresponding Routine named "ENTRY" is triggered in the program.

You have to set the values in the NACE Txn.

Ex: You have developed a script with name as ZSCRIPT

Suppose your Print Program is ZPRNTSCRIPT

So In NACE , You have to fill these values with Print Program and Script name .

Clear ........ ?????