‎2008 Mar 24 9:34 AM
Hi Gurus,
I have created a new Print program and smartform for purhcase order.
I am getting following error, when I execute purhcase order.
Processing log for program ZZ_PO_PRINT routine ENTRY_NEU
Thanks in advance
Regards,
Chandra
‎2008 Mar 24 9:43 AM
Hi
Check the print program and the form has been maintained in NACE t code
if not request your Functional consultant to do so
Regards
Shiva
‎2008 Mar 24 9:49 AM
Hi,
Thanks for reply,
We have assigned Program and smartform to output type. Still we are getting same problem
For new Purhcase orders we are able to see print preview of purchase order.
If you want to see print preview of purchase order in change/display mode of purhcase order, system throwing this error.
Please help on this issue.
Regards,
Chandra
‎2008 Mar 24 9:59 AM
Hi
Check this report RSNAST00 and debug the code
I think you have not maintained the print parameters in your driver program
please check the same
for reference check the driver program RLB_INVOICE
and this perform
determine print data
PERFORM set_print_data_to_read USING lf_formname
CHANGING ls_print_data_to_read
cf_retcode.
Regards
Shiva