Hi Gurus,
I am facing this error when I am trying to print using F110 transaction code. For payment advice and check printing I have copied the standard report RFFOUS_C and its includes RFFORI01, RFFORI06 and then I commented all the OPEN_FORM, WRITE_FORM and CLOSE_FORM because I have to call my custom smartform from that ZRFFOUS_C report. Then after commenting those all I am calling my custom smartform using SSF_FUNCTION..... function module.
When we are printing with F-58, it is generating the print preview but if I am trying to print using F110, payment program runs successfully, proposal program runs successfully. But there is the above error Program ZRFFOUS_C : No Records Selected in the log. Variant is fine I have checked all the SCN blogs. It is not generating any spool when I am trying to check the scheduled job in SM37.
I have debugged the report a lot but could not found any solution. I am also using a function module HR_IT_DISPLAY_WITH_PDF.
Please help me in this issue.