cancel
Showing results for 
Search instead for 
Did you mean: 

processing routine does not exist

Former Member
0 Kudos

Hi,

I'm trying to print a form using messages, but when printing, I get the error 'Processing routine ENTRY in program ZBONLIVRAISON does not exist' in the processing log.

Print preview works fine.

But I DO have a form ENTRY defined in my program ZBONLIVRAISON, like this:

FORM ENTRY USING return_code us_screen.

PERFORM GETDATA.

PERFORM PASSDATA.

ENDFORM.

and when I define the processing routines in NACE, I can select the FORM ROUTINE 'ENTRY' using F4.

So I don't know what the problem can be. Does anyone have a clue?

THX!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

What is the application for which you have assigned the form in NACE?

Regards,

Vishwa.

Answers (1)

Answers (1)

Former Member
0 Kudos

I found out what the problem was. Apparently, I had to change a return code to avoid this error. Thx anyway.

Former Member
0 Kudos

Can you please tell me what return code you had to change and where? Wd really appreciate your response.

Avi