main

Download Main

If you can't read please download the document

Upload: altruism-r-if

Post on 14-Dec-2015

213 views

Category:

Documents


0 download

DESCRIPTION

Main

TRANSCRIPT

*&---------------------------------------------------------------------**& Report ZETT_CR_REP19 **& Program Name : ZETT_CR_REP19 **& Object ID : xxxx **& Process Area : xxxx **& Author (userid) : unknown **& Create Date : 2014-11-25 **& Logical DB : N/A **& Program Type : Report **& SAP Release : ECC 7.3 * **& Description : SAP Effort Tracking Tool **&---------------------------------------------------------------------*REPORT zett_cr_rep19.*Include for data declaration.INCLUDE zett_cr_rep19_top.*Include for the selection screen details.INCLUDE zett_cr_rep19_f01.*&---------------------------------------------------------------------**& Fetching team list.*&---------------------------------------------------------------------*AT SELECTION-SCREEN ON P_CR_NO.PERFORM f_team.*&---------------------------------------------------------------------**& Fetching object id.*&---------------------------------------------------------------------*AT SELECTION-SCREEN ON P_TEAM.PERFORM f_object.*&---------------------------------------------------------------------**& Fetching serial no.*&---------------------------------------------------------------------*AT SELECTION-SCREEN ON P_OBJ_ID.PERFORM f_srno.*&---------------------------------------------------------------------**& Fetching resource name list.*&---------------------------------------------------------------------*PERFORM f_resource.PERFORM f_phase.*&---------------------------------------------------------------------**& Fetching task type list.*&---------------------------------------------------------------------*PERFORM f_task.AT SELECTION-SCREEN OUTPUT.*&---------------------------------------------------------------------**& Checking task type.*&---------------------------------------------------------------------*PERFORM f_screen.START-OF-SELECTION.planned_val = ( zett_effort_map-ztotal_efforts * zett_task_type-zefforts ) / 100. "Calculation of planned hours.END-OF-SELECTION.*&---------------------------------------------------------------------**& Updating and Modifying final table.*&---------------------------------------------------------------------* PERFORM f_check_daily_hours.*&---------------------------------------------------------------------**& Updating and Modifying final table.*&---------------------------------------------------------------------* PERFORM f_update.*&---------------------------------------------------------------------**& Display Today's task for resource*&---------------------------------------------------------------------* PERFORM f_display_alv.