SAP Reports / Programs

RSELOADMDMP_CPTAB SAP ABAP Report - Report RSELOADMDMP_CPTAB







RSELOADMDMP_CPTAB 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 RSELOADMDMP_CPTAB into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WE87 - Load MDMP Information


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 RSELOADMDMP_CPTAB. "Basic submit
SUBMIT RSELOADMDMP_CPTAB AND RETURN. "Return to original report after report execution complete
SUBMIT RSELOADMDMP_CPTAB VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Report RSELOADMDMP_CPTAB
Text Symbol: T01 = What is to be deleted?
Text Symbol: M05 = Entry for port (&1, language &2) has been deleted
Text Symbol: M04 = Entries for port (&1) have been deleted
Text Symbol: M03 = Entry for destination (&1, language &2) has been deleted
Text Symbol: M02 = Entries for destination (&1) have been deleted
Text Symbol: M01 = Data has been saved
Text Symbol: I05 = to load the language information for a non-Unicode SAP system
Text Symbol: I04 = Choose the RFC destination through which you wish
Text Symbol: I03 = User Instruction
Text Symbol: I02 = &1 entries for port &2 (destination &3) added
Text Symbol: F12 = Transaction is only required in Unicode system
Text Symbol: F11 = Error while displaying inbound settings
Text Symbol: F10 = Error while displaying outbound settings
Text Symbol: F09 = Error while determining RFC destination
Text Symbol: F08 = Error while determining code pages (destination &1)
Text Symbol: F07 = Delete entire port (&1) or line
Text Symbol: F06 = Delete port (&1) beforehand
Text Symbol: F04 = Delete entire destination (&1) or line
Text Symbol: F03 = Delete entry for destination (&1) beforehand
Text Symbol: F01 = Save data?
Text Symbol: D02 = Outbound
Text Symbol: D01 = Inbound
Text Symbol: 006 = Port
Text Symbol: 005 = No authorization for maintenance of code page tables
Text Symbol: 004 = Assignment for Inbound Processing
Text Symbol: 003 = Line
Text Symbol: 002 = Destination
Text Symbol: 001 = Assignment for Outbound Processing


INCLUDES used within this REPORT RSELOADMDMP_CPTAB

INCLUDE AUTH2TOP. "#EC NEEDED


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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' " lieber nachfragen EXPORTING titlebar = text-f01 text_question = text-f01 default_button = '1' display_cancel_button = ' ' popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = answer.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'EDI_CPINB_MDMP' CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid "'RSELOADMDMP_SPRAS' i_callback_pf_status_set = 'STATUS_SET' i_callback_user_command = 'USER_COMMAND' i_grid_title = titel is_layout = is_layout it_fieldcat = ct_fieldcat it_sort = it_sort IMPORTING es_exit_caused_by_user = es_exit TABLES t_outtab = it_inb EXCEPTIONS OTHERS = 1.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'EDI_CPOUT_MDMP' CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid "'RSELOADMDMP_SPRAS' i_callback_pf_status_set = 'STATUS_SET' i_callback_user_command = 'USER_COMMAND' i_grid_title = titel is_layout = is_layout it_fieldcat = ct_fieldcat it_sort = it_sort IMPORTING es_exit_caused_by_user = es_exit TABLES t_outtab = it_out EXCEPTIONS OTHERS = 1.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'PORT' value_org = 'S' TABLES value_tab = it_ediport return_tab = return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-t01 text_question = txt text_button_1 = text-002 icon_button_1 = 'ICON_DELETE' text_button_2 = 'Zeile'(003) icon_button_2 = 'ICON_DELETE_ROW' default_button = '1' display_cancel_button = 'X' IMPORTING answer = answer.

LANGUAGE_CODE_SAP_TO_ISO CALL FUNCTION 'LANGUAGE_CODE_SAP_TO_ISO' EXPORTING sap_code = wa_out-langu IMPORTING iso_code = iso_code EXCEPTIONS * NOT_FOUND = 1 OTHERS = 0.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = text-i03 txt1 = text-i04 txt2 = text-i05.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'RFCDES' fieldname = 'RFCDEST' searchhelp = 'ALE_RFCDES3' TABLES return_tab = return_tab EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.

RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' DESTINATION wa_des IMPORTING rfcsi_export = rfcsi_exp.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-t01 text_question = txt text_button_1 = text-006 icon_button_1 = 'ICON_DELETE' text_button_2 = text-003 icon_button_2 = 'ICON_DELETE_ROW' default_button = '1' display_cancel_button = 'X' IMPORTING answer = answer.

LANGUAGE_CODE_SAP_TO_ISO CALL FUNCTION 'LANGUAGE_CODE_SAP_TO_ISO' EXPORTING sap_code = wa_in-slangu IMPORTING iso_code = iso_code EXCEPTIONS * NOT_FOUND = 1 OTHERS = 0.

RFC_PING CALL FUNCTION 'RFC_PING' DESTINATION p_des-rfcdest EXCEPTIONS communication_failure = 1 MESSAGE msg system_failure = 2 MESSAGE msg OTHERS = 3. "#EC FB_RC

RFCDES2RFCDISPLAY CALL FUNCTION 'RFCDES2RFCDISPLAY' EXPORTING import_rfcdes = wa * AUTHORITY_CHECK = ' ' IMPORTING export_rfcdisplay = rfcdisp EXCEPTIONS format_error = 1 authority_not_available = 2 OTHERS = 3.

RFC_VERIFY_DESTINATION CALL FUNCTION 'RFC_VERIFY_DESTINATION' EXPORTING destination = dummy IMPORTING charsize = charsize EXCEPTIONS internal_failure = 1 timeout = 2 dest_communication_failure = 3 dest_system_failure = 4 update_failure = 5 no_update_authority = 6 OTHERS = 7.

NLS_GET_LANGU_CP_TAB CALL FUNCTION 'NLS_GET_LANGU_CP_TAB' EXPORTING destination = p_des TABLES cp_tab = p_tab EXCEPTIONS system_failure = 1 communication_failure = 2 unknown_error = 3 OTHERS = 4.



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