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 ...

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,   ...

Sap final reports

alv reports in sap abap programming language *----------------------------------------------------------------------* *  Report  ZFINAL_REPORTS                                             * *                                                                      * *----------------------------------------------------------------------* *                                                                      * *   Author..............    :   rohini kumar                ...