You are on page 1of 1

*&---------------------------------------------------------------------*

* Program Title : ZOTC_SPOOL_EXCEL_CONVERT


* Created by : Ravi Anand
* Date : 11/19/2018 (MM/DD/YYYY)
* Type : Report
* Description : Generate Excel from Spool
* Transaction Code : NA
* RT Number / JIra : 2028 / ISI-20115
* Special Notes : NA
* Cloned Program. Information : NA
* REFERENCE DOCUMENTATION: NA
* Functional Spec : JIRA- ISI-20115
*&---------------------------------------------------------------------*
*-----------------------------------------------------------------------
* Modification History
*-----------------------------------------------------------------------
* Date Programmer Description Jira
*DD/MMM/YYYY RT Number XXXXXXXXXXXX NNNNNN

*&---------------------------------------------------------------------*
*--- In the selection screen put option for Distribution list and single Email
*--- Fetch the data based on entry and send email
REPORT zotc_spool_excel_convert.

parameters : p_lines type sy-tabix. " Number of header lines to delete

INCLUDE zotc_spool_excel_convert_top.
INCLUDE zotc_spool_excel_convert_form.

START-OF-SELECTION.

PERFORM form_get_current_spool.
perform form_process_spool.
perform form_send_mail.

END-OF-SELECTION.

You might also like