Hello Experts,
When running a transaction, I get the attached smartforms error. I have checked the form and it seems okay, the error appears even when I revert to the standard form. The curious thing is that even when I assign a PDF form I still get the same error. My initial suspicions were focused on the form, now I am not so sure. Anyone have an idea what could be causing this?
Hi,
Even the PDF is produced from the output of a smartform. So error in pdf mode is basically a smartform error.
Please check the sy-subrc after the smartform call in the driver program in debugging mode.
If sy-subrc is not 0 the variables sy-msgv1, sy-msgv2, sy-msgv3, sy-msgv4 will have the message which will the the component of smartform which is causing the problem.
Try it and revert.
Regards,
Ashish
hi wilson,
even if you are not getting with standard smartform,then there might be error in the steps which you filled the data can you also check the customizing...
Add a comment