SAP Reports / Programs

RE_CU_ANALYSIS SAP ABAP Report - Analyze Operations in Task Lists







RE_CU_ANALYSIS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Analyze operations in the task list This report allows you to analyze how see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RE_CU_ANALYSIS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

EEWM_CU_ANALYSIS - Analyze Operations in Task Lists


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RE_CU_ANALYSIS. "Basic submit
SUBMIT RE_CU_ANALYSIS AND RETURN. "Return to original report after report execution complete
SUBMIT RE_CU_ANALYSIS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: WERKS = Maintenance planning plant
Selection Text: RB_ZERO = Display operations not used
Selection Text: RB_USED = Display used operations
Selection Text: RB_ALL = Display all operations
Selection Text: LIMIT = Maximum variance (%)
Selection Text: GROUP = General task list
Selection Text: DATE = Order date
Title: Analyze Operations in Task Lists
Text Symbol: 001 = General task list
Text Symbol: 002 = Order
Text Symbol: 003 = Transaction
Text Symbol: 004 = Detail operations in task list
Text Symbol: 005 = Detail operations in order
Text Symbol: 006 = Task list description
Text Symbol: 029 = Analyze Operations in Task Lists
Text Symbol: 030 = Instructions:
Text Symbol: 031 = Order date:
Text Symbol: 032 = MaintPlanning plant:
Text Symbol: 033 = Maximum variance
Text Symbol: 034 = Order list for operations in task list
Text Symbol: 035 = Group counter:
Text Symbol: 036 = Operation in tasklist


INCLUDES used within this REPORT RE_CU_ANALYSIS

INCLUDE CU_ANALYSIS_TOP.
INCLUDE CU_ANALYSIS_FORMS.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = 'X' "only for testing I_CALLBACK_PROGRAM = REPID I_CALLBACK_PF_STATUS_SET = CO_FORM_SET_PF_STATUS I_CALLBACK_USER_COMMAND = CO_FORM_USER_COMMAND * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = struc_name * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = grid_title * I_GRID_SETTINGS = IS_LAYOUT = G_LAYOUT IT_FIELDCAT = G_FIELDCAT_TAB[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = I_DEFAULT = 'X' I_SAVE = G_VARIANT_SAVE IS_VARIANT = G_VARIANT IT_EVENTS = G_EVENTS_TAB[] * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = TL_OUTPUT_TAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RE_CU_ANALYSIS or its description.