SAP Reports / Programs | Migration | SAP Utilities | Migration(IS-U-TO-MI) SAP IS

REMIG_COMPARE_OBJECTS_F01 SAP ABAP INCLUDE - Include REMIG_COMPARE_OBJECTS_F01







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


Text pool values


Title: Include REMIG_COMPARE_OBJECTS_F01


INCLUDES used within this REPORT REMIG_COMPARE_OBJECTS_F01

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:

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = 'REMIG_COMPARE_OBJECTS' dynumb = sy-dynnr translate_to_upper = ' ' tables dynpfields = lt_dynpfields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 others = 9.

SCT2_GET_RFC_DESTINATION_F4 call function 'SCT2_GET_RFC_DESTINATION_F4' * EXPORTING * IV_RFC_DEST_TYPE = '3' * IV_PROOF_ONLY = ' ' * IV_POPUP_START_X = 5 * IV_POPUP_START_Y = 5 * IMPORTING * EV_RFC_DEST_TEXT = * ES_RFC_DEST_INFO = changing cv_rfc_dest = lv_rfcdest exceptions rfc_dest_not_found = 1 cancel_button_pressed = 2 others = 3.

ISU_M_CUSTOMIZING_COMPARE call function 'ISU_M_CUSTOMIZING_COMPARE' exporting x_firma = p_obj-firma x_object = p_obj-object * X_FIRMA_COMP = * X_OBJECT_COMP = * X_ORIG_COMPARE = ' ' * X_REM_COMPARE = ' ' * X_DEST_COMP = * X_EXPERT_MODE = ' ' x_selection = co_marked * X_NO_DIALOG = ' ' importing y_equal = p_eq exceptions input_error = 1 object_not_found = 2 comp_object_not_found = 3 rfc_dest_not_found = 4 rfc_call_error = 5 call_cancelled = 6 others = 7 .

ISU_M_CUSTOMIZING_COMPARE call function 'ISU_M_CUSTOMIZING_COMPARE' exporting x_firma = p_obj-firma x_object = p_obj-object x_firma_comp = p_obj-firma x_object_comp = p_obj-object * X_ORIG_COMPARE = ' ' x_rem_compare = co_marked x_dest_comp = p_dest * X_EXPERT_MODE = ' ' x_selection = co_nonmarked x_no_dialog = co_marked importing y_equal = p_eq exceptions input_error = 1 object_not_found = 2 comp_object_not_found = 3 rfc_dest_not_found = 4 rfc_call_error = 5 call_cancelled = 6 others = 7 .

ISU_M_CUSTOMIZING_COMPARE call function 'ISU_M_CUSTOMIZING_COMPARE' exporting x_firma = p_obj-firma x_object = p_obj-object * x_firma_comp = p_obj-firma * x_object_comp = p_obj-object x_orig_compare = co_marked * x_rem_compare = co_marked * x_dest_comp = p_dest * X_EXPERT_MODE = ' ' x_selection = co_nonmarked x_no_dialog = co_marked importing y_equal = p_eq exceptions input_error = 1 object_not_found = 2 comp_object_not_found = 3 rfc_dest_not_found = 4 rfc_call_error = 5 no_orig_object = 6 others = 7 .

ISU_M_CUSTOMIZING_COMPARE call function 'ISU_M_CUSTOMIZING_COMPARE' exporting x_firma = p_complex-firma x_object = p_complex-object x_firma_comp = p_complex-firma_comp x_object_comp = p_complex-object_comp * X_ORIG_COMPARE = ' ' x_rem_compare = co_marked x_dest_comp = p_complex-dest_comp * X_EXPERT_MODE = ' ' x_selection = co_nonmarked x_no_dialog = co_marked importing y_equal = p_eq exceptions input_error = 1 object_not_found = 2 comp_object_not_found = 3 rfc_dest_not_found = 4 rfc_call_error = 5 call_cancelled = 6 others = 7.

ISU_M_CUSTOMIZING_COMPARE call function 'ISU_M_CUSTOMIZING_COMPARE' exporting x_firma = p_res-firma x_object = p_res-object x_firma_comp = p_res-firma_comp x_object_comp = p_res-object_comp x_orig_compare = pmassorg x_rem_compare = lv_remote_compare x_dest_comp = p_res-dest_comp * X_EXPERT_MODE = ' ' x_selection = co_nonmarked x_no_dialog = co_nonmarked * IMPORTING * Y_EQUAL = exceptions input_error = 1 object_not_found = 2 comp_object_not_found = 3 rfc_dest_not_found = 4 rfc_call_error = 5 call_cancelled = 6 others = 7 .



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