RTPM_TRD_BUSTRANSID_TRACKER 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 RTPM_TRD_BUSTRANSID_TRACKER 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: O_BTCAT = D .
Selection Text: O_BTID = D .
Selection Text: O_CC = D .
Selection Text: O_CRDAT = D .
Selection Text: O_CRTIM = D .
Selection Text: O_DATE = D .
Selection Text: O_DEAL = D .
Selection Text: O_EXTID = D .
Selection Text: O_OWNER = D .
Selection Text: O_PCAT = D .
Selection Text: O_PG = D .
Selection Text: O_STATUS = D .
Selection Text: P_ADDDER = Dependent Bus. Transactions
Selection Text: P_STATUS = Evaluate Status
Text Symbol: CTL = Evaluations
Text Symbol: SEL = TRD Selector
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_link info = 'All table links' "#EC NOTEXT IMPORTING RESULT = icon_all_tabs EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_link info = 'Customer table links' "#EC NOTEXT IMPORTING RESULT = icon_cust_tabs EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
VIEW_AUTHORITY_CHECK CALL FUNCTION 'VIEW_AUTHORITY_CHECK' EXPORTING VIEW_ACTION = 'S' view_name = lv_viewname EXCEPTIONS INVALID_ACTION = 1 NO_AUTHORITY = 2 NO_CLIENTINDEPENDENT_AUTHORITY = 3 TABLE_NOT_FOUND = 4 NO_LINEDEPENDENT_AUTHORITY = 5 OTHERS = 6.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_display info = 'Entry found' "#EC NOTEXT IMPORTING RESULT = l_str_bustrans-jump_icon_orig EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
DDUT_TEXT_FOR_VALUE CALL FUNCTION 'DDUT_TEXT_FOR_VALUE' EXPORTING tabname = 'VTBFHAPO' fieldname = 'SBEWEBE' value = l_vtbfhapo-sbewebe IMPORTING text = l_str_bustrans-status_orig_t EXCEPTIONS OTHERS = 1.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_skip info = 'Original is TRS' "#EC NOTEXT IMPORTING RESULT = l_str_bustrans-icon_orig EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_skip info = 'Original is TRF' "#EC NOTEXT IMPORTING RESULT = l_str_bustrans-icon_orig EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_system_undo info = 'Entry deleted' "#EC NOTEXT IMPORTING RESULT = l_str_bustrans-icon_orig EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_checked info = 'Entry found' "#EC NOTEXT IMPORTING RESULT = l_str_bustrans-icon_orig EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_failure info = 'Not found' "#EC NOTEXT IMPORTING RESULT = l_str_bustrans-icon_orig EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_checked info = 'Entry found' "#EC NOTEXT IMPORTING RESULT = e_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
DDUT_TEXT_FOR_VALUE CALL FUNCTION 'DDUT_TEXT_FOR_VALUE' EXPORTING tabname = i_tabname fieldname = l_fieldname value = e_status IMPORTING text = e_status_text EXCEPTIONS OTHERS = 1.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_failure info = 'Multiple entries' "#EC NOTEXT IMPORTING RESULT = e_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_str_variant-report i_callback_user_command = 'USER_COMMAND_BTTRACKER' is_layout = l_str_layout it_fieldcat = l_tab_fieldcat i_save = 'A' is_variant = l_str_variant TABLES t_outtab = tab_bustrans.
TPM_TRD_DISPLAY_BUSTRANS CALL FUNCTION 'TPM_TRD_DISPLAY_BUSTRANS' EXPORTING im_bustransid =
-bustransid EXCEPTIONS not_found = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_str_variant-report i_callback_user_command = 'USER_COMMAND_NAVIGATION' is_layout = l_str_layout it_fieldcat = l_tab_fieldcat i_callback_top_of_page = 'PRINT_TOP_NAVIGATION' TABLES t_outtab =