hi all,
I am having a single alv report which should run in background & generate spool and after data convert the spool to pdf and send to mail. I want all these in a single alv report & it should be schedule in background.
First I copied the ALV report code then after I used the FM CONVERT_ABAPSPOOLJOB_2_PDF,
SO_DOCUMENT_SEND_API1 subsequently.
I have done so but the spool is not getting generated for my ALV.
I want help