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

Processing log error in smartform

Former Member
0 Likes
897

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

3 REPLIES 3
Read only

Former Member
0 Likes
526

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

Read only

0 Likes
526

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

Read only

0 Likes
526

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