‎2008 Jul 01 2:54 AM
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
‎2008 Jul 01 3:17 AM
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.
‎2008 Jul 01 3:28 AM
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
‎2008 Jul 01 3:58 AM
Hi,
In NACE transaction code you assign form and print program name, after you will check ENTRY created or not.
Regards,
Bhupal.
‎2008 Jul 01 4:12 AM
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
‎2008 Jul 01 4:55 AM
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.