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

Error "Processing routine ENTRY in program ztest does not exist"

Former Member
0 Likes
2,786

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

5 REPLIES 5
Read only

Former Member
0 Likes
917

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

Read only

0 Likes
917

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

Read only

0 Likes
917

Close

Read only

Former Member
0 Likes
917

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.

Read only

0 Likes
917

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.