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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IUUC_REPL_TRKORR_ANALYZE - Transport Analyze IUUC_REPL_TRKORR_ANALYZE - Transport Analyze IUUC_REPL_TABLE_HEALTH_CHECK - Replication: Table Health Check IUUC_REPL_TABLE_HEALTH_CHECK - Replication: Table Health Check IUUC_REPL_START_STOP_JOBS - Repliction: Start / Stop all replication jobs for a Configruation IUUC_REPL_START_STOP_JOBS - Repliction: Start / Stop all replication jobs for a Configruation