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

MEMIG_STRUCTUREF01 SAP ABAP INCLUDE - Include LEMIG_SERVICE_FUNCTIONSTOP







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


INCLUDES used within this REPORT MEMIG_STRUCTUREF01

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:

ISU_M_AUTHORITY_CHECK CALL FUNCTION 'ISU_M_AUTHORITY_CHECK' EXPORTING x_act = '2' x_grp = 'STR' x_frm = temdb-firma IMPORTING y_subrc = rc EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-010 titel = text-011 IMPORTING answer = antwort.

ISU_M_APPLICATION_RESET CALL FUNCTION 'ISU_M_APPLICATION_RESET'.

ISU_M_AUTHORITY_CHECK CALL FUNCTION 'ISU_M_AUTHORITY_CHECK' EXPORTING x_act = '4' x_grp = 'STR' x_frm = temdb-firma IMPORTING y_subrc = rc EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-005 titel = text-004 IMPORTING answer = antwort.

ISU_M_APPLICATION_RESET CALL FUNCTION 'ISU_M_APPLICATION_RESET'.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-m03 titel = text-m02 IMPORTING answer = antwort EXCEPTIONS OTHERS = 1.

ISU_M_APPLICATION_RESET CALL FUNCTION 'ISU_M_APPLICATION_RESET'.

RS_DD_SHOW CALL FUNCTION 'RS_DD_SHOW' EXPORTING objname = temdb-inpstruct objtype = 'U' * POPUP = ' ' * SECNAME = ' ' * MONITOR_ACTIVATE = 'X' * IMPORTING * FCODE = EXCEPTIONS object_not_found = 1 object_not_specified = 2 permission_failure = 3 type_not_valid = 4 OTHERS = 5.

ISU_M_OPENING_DATA_SHOW CALL FUNCTION 'ISU_M_OPENING_DATA_SHOW' EXPORTING x_res = admin.

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING * SYSTEMEDIT = * SYSTEMNAME = systemtype = sys_type * SYSTEM_CLIENT_EDIT = * SYS_CLIINDDEP_EDIT = * SYSTEM_CLIENT_ROLE = * EV_C_SYSTEM = EXCEPTIONS * NO_SYSTEMNAME = 1 no_systemtype = 2 OTHERS = 3.

ISU_M_HYPER_INPSTRUCT_CREATE CALL FUNCTION 'ISU_M_HYPER_INPSTRUCT_CREATE' EXPORTING x_firma = h_temdb-firma x_object = h_temdb-object x_ref_object = xtemdb-ref_object x_level = xtemdb-ref_n_level x_node = xtemdb-ref_n_node x_inpstructure = xtemdb-inpstruct IMPORTING y_inpstructure = lv_inpstruct EXCEPTIONS create_failed = 1 tadir_update_failed = 2 invalid_company = 3 OTHERS = 4.

ISU_M_HYPER_CHANGE_CODE_RULE CALL FUNCTION 'ISU_M_HYPER_CHANGE_CODE_RULE' EXPORTING x_string = 'AUTO-' x_replace_string = lv_new_auto_structure TABLES x_gencode = htemrt_fld y_gencode = htemrt_fld.

ISU_M_HYPER_CHANGE_CODE_RULE CALL FUNCTION 'ISU_M_HYPER_CHANGE_CODE_RULE' EXPORTING x_string = xtemdb-inpstruct x_replace_string = lv_new_cust_structure TABLES x_gencode = htemrt_fld y_gencode = htemrt_fld.

ISU_M_HYPER_CHANGE_CODE_RULE CALL FUNCTION 'ISU_M_HYPER_CHANGE_CODE_RULE' EXPORTING x_string = lv_z_structure_orig x_replace_string = lv_z_structure_new TABLES x_gencode = htemrt_fld y_gencode = htemrt_fld.

ISU_M_HYPER_CHANGE_CODE_RULE CALL FUNCTION 'ISU_M_HYPER_CHANGE_CODE_RULE' EXPORTING x_string = 'LV_' x_replace_string = lv_variable_new TABLES x_gencode = htemrt_fld y_gencode = htemrt_fld.

ISU_M_HYPER_CHANGE_CODE_RULE CALL FUNCTION 'ISU_M_HYPER_CHANGE_CODE_RULE' EXPORTING x_string = 'LT_' x_replace_string = lv_table_new TABLES x_gencode = htemrt_fld y_gencode = htemrt_fld.

ISU_M_AUTHORITY_CHECK CALL FUNCTION 'ISU_M_AUTHORITY_CHECK' EXPORTING x_act = '4' x_grp = 'STR' x_frm = temdb-firma IMPORTING y_subrc = rc EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_LOSS_OF_DATA





CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-013 titel = text-004 IMPORTING answer = antwort.

ISU_M_HYPER_INPSTRUCT_DELETE CALL FUNCTION 'ISU_M_HYPER_INPSTRUCT_DELETE' EXPORTING x_inpstruct = temdb-inpstruct EXCEPTIONS delete_failed = 1 invalid_company = 2 OTHERS = 3.



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