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

Processing routine ENTRY in program ZINVOICE does not exist

Former Member
0 Likes
3,884

Hi all,

I am finding an error after taking the print out of Excise Invoice in Tcode J1IP.

We had a requirement where we created new output type and changed the driver program for the output assignment earlier this invoice was developed in script we changed it to a smartform. and assigned in NACE.

Its working fine we r getting the printout also after getting the print out when I goto tcode VF02 a error log is being created

when i click on the error log its showing

Processing routine ENTRY in program ZINVOICE does not exist

Zinvoice is the driver program.

I hope to get inputs from you in resolving the issue.

Hope to get the reply at the earliest

Shivakumar K B

9886920258

5 REPLIES 5
Read only

mvoros
Active Contributor
0 Likes
1,765

Hi,

it looks like the transaction tried to call subroutine ENTRY in your printing program ZINVOICE but this routine does not exist. This is done when you print SAP script so maybe you still have SAP script configuration in your system but you don't use it anymore.

Read only

Former Member
0 Likes
1,765

Hi,

Check in Nace if the script is still configured.If that is the case , the program tries to trigger the script first.

Regards

Raj.D

Read only

Former Member
0 Likes
1,765

Hi,

In NACE transaction code you assign form and print program name, after you will check ENTRY created or not.

Regards,

Bhupal.

Read only

former_member188827
Active Contributor
0 Likes
1,765

instead of creating a new program altogether, try copying sap standard program 'RLB_INVOICE' into ur zprogram and den comment the call of standard smartform and call ur zform with its desired parameters..

plz reward points if dis helps

Edited by: abapuser on Jul 1, 2008 5:16 AM

Read only

Former Member
0 Likes
1,765

Yeah Copy the standard Program..........Which is mentioned above........

Also Check Program rsnast00....this is a standard program used for each and every output in SAP......

By putting a break-point on line no around somewhere 875 you will be able toreach the crux of the issue.

Regards,

Roshan Lilaram Wadhwani.