cancel
Showing results for 
Search instead for 
Did you mean: 

Processing routine ENTRY in program Z_PACK does not exist

Former Member
0 Kudos

Hi Experts,

I have converted Script to Smartforms and written Driver Program to call the Smartforms.

When I try to Execute it ..its gives message ..

Processing routine ENTRY in program Z_PACK_LABEL does not exist

Whats the reason for this .. pls help

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Guys ..solved it..

diogomax
Explorer
0 Kudos

Hi, Raghu.

How did you solve it? Because I'm getting the same message and I have the mentioned subroutine in the program.

Thanks!

0 Kudos

How did you solve it?

Former Member
0 Kudos

Hi,

May be Subroutine ENTRY is missing from the program

Z_PACK_LABEL, did you check?..

If it is missing then try to include the logic by comparing your Dev program and Production program or test program versions.

Thanks,

Sree.

Former Member
0 Kudos

Yes Sree,

Its there in the Driver Program ..

Former Member
0 Kudos

Hi,

You can do one thing.

1) place a break point in the driver program.

2) and also place a break point using BREAK (your username) in initialization tab of the smartform.

and debug the application. you will get where you are getting dump.

Thanks,

Sree.