Posts

Showing posts from September, 2017

Send document with mail html code

w_body_msg-line =  '<html><body><p><strong><u>' .        APPEND  w_body_msg  TO  i_body_msg.       CLEAR: w_body_msg.       w_body_msg-line =  '</u></strong></p>' .        APPEND  w_body_msg  TO  i_body_msg.       CLEAR: w_body_msg.       w_body_msg-line =  '<table border="1" cellspacing="0" cellpadding="0"><tbody>' .        APPEND  w_body_msg  TO  i_body_msg.       CLEAR: w_body_msg.       w_body_msg-line =  '<html><body><p><strong><u>' .        APPEND  w_body_msg  TO  i_body_msg.       CLEAR: w_body_msg.       w_body_msg-line =  '<tr><td><strong>Employee Id</strong></p></td>' .        APPEND  w_body_msg  TO  i_body_msg.       CLEAR: w_body_msg.       w_body_msg-line =  '<td><strong>Employee Name</strong></td>' .        APPEND  w_body_ms

backgrond job in alv reports

*&---------------------------------------------------------------------* *& Report  ZALV_BACKGROUND_JOBS *& *&---------------------------------------------------------------------* *& *& *&---------------------------------------------------------------------* REPORT  ZALV_BACKGROUND_JOBS. TABLES : mara,   tsp01. TYPE-POOLS:slis. TYPES : BEGIN OF t_mara, matnr   TYPE mara-matnr, ersda   TYPE mara-ersda, ernam   TYPE mara-ernam, laeda   TYPE mara-laeda, END OF t_mara. DATA : i_mara       TYPE STANDARD TABLE OF t_mara,       wa_mara      TYPE t_mara,       wa_index     TYPE indx,        " For Index details       wa_index_key TYPE indx-srtfd VALUE 'PRG_ONE',       i_jobsteplist     TYPE STANDARD TABLE OF tbtcstep, " For spool number       wa_params         TYPE pri_params,  " To Get Print Parameters       wa_jobhead        TYPE tbtcjob,     " To know the status of job       wa_jobsteplist    TYPE tbtcstep, 

Sap final reports

alv reports in sap abap programming language *----------------------------------------------------------------------* *  Report  ZFINAL_REPORTS                                             * *                                                                      * *----------------------------------------------------------------------* *                                                                      * *   Author..............    :   rohini kumar                           * *   Creation Date.......    :   27/07/2017                             * *   Requested by........    :                                          * *   Reference document..    : CR2369514 e.g. Func. and Tech. spec      * *   Project.............    :                                          * *   Description.........    : puraches order forms                     * *----------------------------------------------------------------------* * Modification History :                                               * *