SAP Reports / Programs

RTPM_TRD_BUSTRANSID_TRACKER SAP ABAP Report - RTPMTRDBUSTRANSIDTRACKER







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


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 RTPM_TRD_BUSTRANSID_TRACKER. "Basic submit
SUBMIT RTPM_TRD_BUSTRANSID_TRACKER AND RETURN. "Return to original report after report execution complete
SUBMIT RTPM_TRD_BUSTRANSID_TRACKER 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: 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


INCLUDES used within this REPORT RTPM_TRD_BUSTRANSID_TRACKER

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:

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 = .

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = l_tab_commentary.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = me->tabname CHANGING ct_fieldcat = r_tab_fieldcat.



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