You are on page 1of 1

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

*& Report ZMT_R_WM_ROJMAIL


*&---------------------------------------------------------------------*
*&
*&---------------------------------------------------------------------*
*& Project : METRO SHOES *
*& Module : MM *
*& Object Name : ZMT_R_WM_ROJMAIL *
*& Created Date : 12.04.2018(DD.MM.YYYY) *
*& Functional Consultant : Satya Begari *
*& Technical Consultant : Subrahmanyam Gupta *
*& Development Request : *
*& Transaction Code : *
*& Description : ROJMAIL Report *
*& Package : ZMTWM *
************************************************************************
* *
* Copyright (c) 2017 by SEAL Infotech (a CenturyLink Company) & METRO *
* SHOES All rights reserved *
* *
************************************************************************
* No part of this program may be used or reproduced in any form by any *
* means without written permission from SEAL Infotech *
* *
* This is confidential and proprietary information that may not be *
* published, disclosed, or made available without the prior written *
* consent of SEAL Infotech. *
* *
************************************************************************
REPORT zmt_r_wm_rojmail.

*&---------------------------------------------------------------------*
*& Include's
*&---------------------------------------------------------------------*
INCLUDE zmt_r_wm_rojmail_top.

*&---------------------------------------------------------------------*
*& Include's
*&---------------------------------------------------------------------*
INCLUDE zmt_r_wm_rojmail_form.

START-OF-SELECTION.

rojmail->fetch_fill( ).

IF gt_final IS NOT INITIAL.


rojmail->dispaly( ).
ENDIF.

You might also like