RGUCOMP4_REMOTE_F01 is a standard ABAP INCLUDE 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 RGUCOMP4_REMOTE_F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LOG_SYSTEM_GET_RFC_DESTINATION CALL FUNCTION 'LOG_SYSTEM_GET_RFC_DESTINATION' EXPORTING logical_system = id_logsys IMPORTING rfc_destination = ld_dest EXCEPTIONS OTHERS = 1.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = sy-msgid msgty = sy-msgty msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 txtnr = sy-msgno.
G_TABLE_SELECT_WITH_CURSOR_RFC CALL FUNCTION 'G_TABLE_SELECT_WITH_CURSOR_RFC' DESTINATION ld_dest EXPORTING i_tabname = id_tabname i_bukrs_glob = lt_bukrs-bukrs_glob i_selection = lt_selection i_fieldlist = lt_fieldlist i_appending_table = ' ' i_zero_records = 'X' i_db_commit = 'X' i_field1 = p_cfld1 i_field2 = p_cfld2 CHANGING c_t_glu1 = lt_glu1_rfc EXCEPTIONS internal_error = 1 system_failure = 2 communication_failure = 3 logon_error = 4 OTHERS = 5.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = sy-msgid msgty = sy-msgty msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 txtnr = sy-msgno.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'F1' msgty = 'E' msgv1 = id_logsys txtnr = '323'.
G_GET_ORGANIZATIONAL_DATA CALL FUNCTION 'G_GET_ORGANIZATIONAL_DATA' EXPORTING i_rldnr = h_ledger i_orgunit =
IMPORTING organizational_info = info EXCEPTIONS no_info_found = 1 error_in_setup = 2 OTHERS = 3.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = sy-msgid msgty = sy-msgty msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 txtnr = sy-msgno.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.