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

Wrapper for a Background job

former_member188001
Active Participant
0 Likes
960

All,

We have a standard program which has been scheduled as a monthly batch job. The output for this program is being sent out as an email automatically.

Now, the requirement is to sent out this output as an excel attachment instead of html attachment. I am planning to build a wrapper for this job.

Please help me to achieve this requirement where i would still be able to schedule this as a monthly batch job and send output as an excel attachment.

Thanks for your help.

All,

We have a standard program which has been scheduled as a monthly batch job. The output for this program is being sent out as an email automatically.

Now, the requirement is to sent out this output as an excel attachment instead of html attachment. I am planning to build a wrapper for this job.

Please help me to achieve this requirement where i would still be able to schedule this as a monthly batch job and send output as an excel attachment.

Thanks for your help.

1 REPLY 1
Read only

sai_krishna24
Active Participant
0 Likes
663

Hi Salil,

You need to copy that std program and then you need to include the logic for converting the internal table into excel file format and sent a email.

You can refer BCS_EXAMPLE_7 for email sending logic from a internal table.

Later schedule a back ground as per your requirement in SM37 with this custom report so that it will send mail.

Let me know if you have any questions

Thanks

SaiKrishna