SAP Reports / Programs

IUUC_REPL_TRKORR_ANALYZE SAP ABAP Report - Transport Analyze







IUUC_REPL_TRKORR_ANALYZE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This transport analyze evaluates the selected transport request whether they contain any structureal changes on database tables...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 IUUC_REPL_TRKORR_ANALYZE into the relevant SAP transactions such as SE38 or SE80


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 IUUC_REPL_TRKORR_ANALYZE. "Basic submit
SUBMIT IUUC_REPL_TRKORR_ANALYZE AND RETURN. "Return to original report after report execution complete
SUBMIT IUUC_REPL_TRKORR_ANALYZE 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: S_TRKORR = D Request/Task
Selection Text: S_TAB = List of relevant tables
Selection Text: S_RTIME = Release Time
Selection Text: S_RDATE = Release Date
Selection Text: S_ATIME = Timeframe of avtivation time
Selection Text: S_ADATE = Timeframe of avtivation date
Title: Transport Analyze
Text Symbol: TYP = Request typ
Text Symbol: TTY = Tasktyp
Text Symbol: TTR = Task/Request
Text Symbol: TST = Taskstatus
Text Symbol: TPO = Position
Text Symbol: TOW = Taskowner
Text Symbol: TDR = recursive usage checking
Text Symbol: TAT = Activation time
Text Symbol: TAD = Activation date
Text Symbol: STA = Request status
Text Symbol: SRL = define a list of requests
Text Symbol: SRD = define a time range of release
Text Symbol: SL2 = Selection of objects
Text Symbol: SL1 = Selection of requests/tasks
Text Symbol: RQS = Request selection finished
Text Symbol: OUT = create outpu list
Text Symbol: LCT = last change time
Text Symbol: LCD = last change date
Text Symbol: FT3 = relevante objects
Text Symbol: FT2 = optionale restrictions
Text Symbol: FT1 = Transport requests
Text Symbol: CAT = Category


INCLUDES used within this REPORT IUUC_REPL_TRKORR_ANALYZE

No INCLUDES are used within this REPORT code!


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:

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'E070' TABLES dfies_tab = lt_field_tab_70 EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'DD07D' fieldname = 'DDTEXT' TABLES dfies_tab = lt_field_tab_tx EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'E070C' TABLES dfies_tab = lt_field_tab_i EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'E07T' TABLES dfies_tab = lt_field_tab_i EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'TRKORR' dynpprog = lv_dynpprog dynpnr = lv_dynpnr value_org = 'S' multiple_choice = 'X' TABLES value_tab = lt_requests field_tab = lt_field_tab return_tab = lt_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

TR_OBJECT_TABLE CALL FUNCTION 'TR_OBJECT_TABLE' TABLES wt_object_text = lt_obj_texts.

PA_DDIC_RECURSIVE_WHERE_USED CALL FUNCTION 'PA_DDIC_RECURSIVE_WHERE_USED' EXPORTING i_ddic_types = lt_check_obj IMPORTING e_ddic_tabl_where_used = lt_usage EXCEPTIONS failed = 1 OTHERS = 2.

DD_GET_NAMETAB_HEADER CALL FUNCTION 'DD_GET_NAMETAB_HEADER' EXPORTING * STATUS = 'A' tabname = ls_table-tabname IMPORTING x030l_wa = ls_x030l EXCEPTIONS not_found = 1 OTHERS = 2 .

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING is_layout = gs_output_layout it_fieldcat = gt_output_fcat TABLES t_outtab = gt_output EXCEPTIONS program_error = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = p_percentage text = lv_tx.



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 IUUC_REPL_TRKORR_ANALYZE or its description.