REMIGF08 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 REMIGF08 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!
FUNCTION_STUB_GENERATE call function 'FUNCTION_STUB_GENERATE' exporting funcname = funcname ic_mode = k__ tables source = lt_code exceptions function_not_exist = 1 others = 2.
FUNCTION_IMPORT_INTERFACE call function 'FUNCTION_IMPORT_INTERFACE' exporting funcname = funcname inactive_version = 'X' with_enhancements = ' ' tables exception_list = gt_except export_parameter = gt_export import_parameter = gt_import changing_parameter = gt_change tables_parameter = gt_tables * p_docu = param_docu exceptions others = 1.
POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' exporting textline1 = text-002 titel = text-003 importing answer = antwort exceptions others = 1.
ISU_M_AUTHORITY_CHECK call function 'ISU_M_AUTHORITY_CHECK' exporting x_act = '2' x_grp = 'OBJ' importing y_subrc = h_rc exceptions others = 1.
ISU_M_AUTHORITY_CHECK call function 'ISU_M_AUTHORITY_CHECK' exporting x_act = '1' x_grp = 'OBJ' importing y_subrc = h_rc 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.
REMIGF08 - Generated automatically. Fills import parameters of test module. REMIGF07 - Include LMTRREADDOCF01 REMIGF03 - IS-U MIgration: Include Generation for Forms REMIGF02 - IS-U Migration: Report Generation for Forms REMIGF00 - Include LEMIG_SERVICE_FUNCTIONSTOP REMIGDEF - IS-U Migration: Macro Definitions