FINB_TR_LOG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter FINB_TR_LOG 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: P_ALL = Entire Log
Selection Text: P_CC = Piece List for Client Copy
Selection Text: P_CLIENT = D Client Number
Selection Text: P_OBJ = Transport Objects
Selection Text: P_OBJA = Detail of Last Object
Selection Text: P_SING = Log of Last Object
Selection Text: P_TRKORR = D Request/Task
Title: Display Transport Tool Logs (Error Analysis)
Text Symbol: 001 = Options
Text Symbol: 002 = Or
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_F4_REQUESTS CALL FUNCTION 'TR_F4_REQUESTS' EXPORTING * IV_USERNAME = SY-UNAME * IV_TRKORR_PATTERN = iv_trfunctions = cl_finb_tr_request=>c_trtype_cust * IV_TRSTATUS = * IV_FROM_DATE = * IV_TO_DATE = iv_client = sy-mandt * IV_PROJECT = * IV_TITLE = * IV_VIA_SELECTION_SCREEN = 'X' * IV_COMPLETE_REQUESTS = 'X' * IT_EXCLUDE_REQUESTS = IMPORTING ev_selected_request = p_trkorr * ES_SELECTED_REQUEST = .
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'FINB_TR_LOG_OBJ' TABLES t_outtab = t_log_obj EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'FINB_TR_TCATATTR' * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = t EXCEPTIONS program_error = 1 OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FINB_TR_LOG - Display Transport Tool Logs (Error Analysis) FINB_TR_LOG - Display Transport Tool Logs (Error Analysis) FINB_TR_EXECUTE_METHODS - FINB Transport: Execution of Transport Methods FINB_TR_EXECUTE_METHODS - FINB Transport: Execution of Transport Methods FINB_TR_DSP_CONTTOP - FINBTRDSPCONTTOP FINB_TR_DSP_CONTO01 - FINBTRDSPCONTO01