‎2010 Mar 10 2:27 PM
Hi All ,
I facing problem in Samrt form driver program
Error "Processing routine ENTRY in program ztest does not exist"
when i given print through T.Code Me22n
Can you suggest me why i facing this problem.........
This is below my driver program code:
Moderator message - Please respect the 2,500 character maximum when posting. Post only the relevant portions of code
Edited by: Rob Burbank on Mar 10, 2010 9:53 AM
‎2010 Mar 10 2:58 PM
Hi,
Your print configuration seems to specify program ZTEST and subroutine ENTRY, the message would suggest that your program ZTEST doesn't contain a subroutine called ENTRY.
Regards,
Nick
‎2010 Mar 11 6:23 AM
Hi nIck,
I write the code this way
can you suggest me any changes are require
FORM ENTRY USING RETURN_CODE TYPE I US_SCREEN TYPE C.
PERFORM DATA_FETCH.
PERFORM DATA_PROCESS.
PERFORM CALL_FORM.
ENDFORM. "entry
&----
*& Form data_fetch
&----
text
----
FORM DATA_FETCH.
PONUMBER = NAST-OBJKY.
ENDFORM. "data_fetch
Regards
Raju
Edited by: raju mahapatra on Mar 11, 2010 7:23 AM
‎2010 Mar 25 4:48 AM
‎2010 Mar 10 8:38 PM
Hello,
IN NACE you have defined for the out put type of smart form ZTEST as program and ENTRY as accesing routine.
and the ZTEST does not contain...so it is giving error...
Thanks
K.
‎2010 Mar 11 5:45 AM
Hi,
PS: Make sure that the subroutine name given in the configuration in NACE and the subroutine name given in the print program are same.
Thanks,
Vinod.