cancel
Showing results for 
Search instead for 
Did you mean: 

Error in smartform

Former Member
0 Kudos

Hi,

I've created a smartform. The print preview is coming fine, but when I go back after seeing print preview, I get this error message displayed "processing routine CALL_SF_LOGIC doesn't exist in the program ZMRRPOFORM".

But the driver program ZMRRPOFORM contains the routine CALL_SF_LOGIC.

help.

thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

done

Former Member
0 Kudos

Hi,

when will you get this error, in driver programe? or in smartform?

regards

jana

Former Member
0 Kudos

i get the print preview in me23n transaction. (PO form) . The print preview comes and when i click on back button , the error message gets displayed.

Former Member
0 Kudos

Hi,

can u post your code

regards

jana

Former Member
0 Kudos

Main program.

REPORT zmrrpoform.

DATA :returncode TYPE i,

us_screen TYPE c.

PERFORM call_sf_logic USING returncode us_screen.

INCLUDE zzmrrpoformtop.

INCLUDE zmrrpoform_call_sf_logicf01.