MEMIG_USERF01 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_USERF01 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!
ISU_M_AUTHORITY_CHECK call function 'ISU_M_AUTHORITY_CHECK' exporting x_act = '3' x_grp = 'USR' * x_frm = importing y_subrc = rc exceptions others = 1.
ISU_M_AUTHORITY_CHECK call function 'ISU_M_AUTHORITY_CHECK' exporting x_act = '3' x_grp = 'USR' importing y_subrc = rc exceptions others = 1.
POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' exporting textline1 = text-002 titel = text-001 importing answer = antwort exceptions others = 1.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-m03 titel = text-m02 importing answer = antwort exceptions others = 1.
FILE_VALIDATE_NAME call function 'FILE_VALIDATE_NAME' exporting logical_filename = k_log_filename changing physical_filename = h_file exceptions others = 1.
ISU_M_AUTHORITY_CHECK call function 'ISU_M_AUTHORITY_CHECK' exporting x_act = temauthor-emgact x_grp = temauthor-emggrp importing y_subrc = rc exceptions others = 1.
ISU_M_AUTHORITY_CHECK call function 'ISU_M_AUTHORITY_CHECK' exporting x_act = temauthor-emgact x_grp = temauthor-emggrp importing y_subrc = rc exceptions others = 1.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-m03 titel = text-a01 importing answer = answer exceptions others = 1.
ISU_M_AUTHORITY_CHECK call function 'ISU_M_AUTHORITY_CHECK' exporting x_act = '3' x_grp = 'USR' importing y_subrc = rc exceptions others = 1.
POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' exporting textline1 = text-002 titel = text-001 importing answer = antwort exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MEMIG_USERF01 - INTERNAL: Buffer KSV MEMIG_STRUCTURETOP - INTERNAL: IS-U migration: create/change a report variant MEMIG_STRUCTUREPAGE - Top of Page Include MEMIG_STRUCTUREO01 - Generated automatically. Fills import parameters of test module. MEMIG_STRUCTUREI01 - INTERNAL: Buffer KSV MEMIG_STRUCTUREF01 - Include LEMIG_SERVICE_FUNCTIONSTOP