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

REMIG_FILE_CREATE_F01 SAP ABAP INCLUDE - REMIGFILECREATEF01







REMIG_FILE_CREATE_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_FILE_CREATE_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_FILE_CREATE_F01. "Basic submit
SUBMIT REMIG_FILE_CREATE_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT REMIG_FILE_CREATE_F01 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 REMIG_FILE_CREATE_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:

ISU_M_UNICODE_CHECK CALL FUNCTION 'ISU_M_UNICODE_CHECK' EXPORTING x_codepage = p_cpg IMPORTING y_is_uc_system = gv_knz_unicode.

TH_SELECT_SERVER CALL FUNCTION 'TH_SELECT_SERVER' EXPORTING services = lv_no_services IMPORTING server = lv_app_server EXCEPTIONS no_server_list_received = 1 no_server_selected = 2 OTHERS = 3.

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' EXPORTING services = lv_no_services TABLES list = lv_app_servers EXCEPTIONS OTHERS = 0.

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' EXPORTING services = lv_no_services TABLES list = lv_app_servers EXCEPTIONS OTHERS = 0.

ISU_M_AUTHORITY_CHECK CALL FUNCTION 'ISU_M_AUTHORITY_CHECK' EXPORTING x_act = '5' x_grp = 'FIL' x_frm = p_firma IMPORTING y_subrc = lv_rc EXCEPTIONS OTHERS = 0.

ISU_M_FILE_CHECK CALL FUNCTION 'ISU_M_FILE_CHECK' EXPORTING x_path = p_path x_file = p_file IMPORTING y_file_exist = lv_file_exist.

ISU_M_FILE_CHECK_CREATE CALL FUNCTION 'ISU_M_FILE_CHECK_CREATE' EXPORTING x_path = p_path x_file = lv_file IMPORTING y_file_access = lv_file_access.

ISU_M_CSTRUC_GET CALL FUNCTION 'ISU_M_CSTRUC_GET' EXPORTING x_firma = p_firma x_object = p_object TABLES xy_info = gt_strucinfo xy_temdb = gt_temdb EXCEPTIONS not_found = 1 OTHERS = 2.

ISU_M_CUSTOMER_STRUCTURE CALL FUNCTION 'ISU_M_CUSTOMER_STRUCTURE' EXPORTING x_firma = p_firma x_object = p_object x_inpstruct = wa_strucinfo-inpstruct TABLES y_source = lt_struc_code[] EXCEPTIONS field_not_found = 1.

ISU_M_DATASET_BINARY_WRITE CALL FUNCTION 'ISU_M_DATASET_BINARY_WRITE' EXPORTING x_dataset = gv_filepath_out x_record = lv_xstring EXCEPTIONS file_write_error = 0.

ISU_M_DATASET_BINARY_WRITE CALL FUNCTION 'ISU_M_DATASET_BINARY_WRITE' EXPORTING x_dataset = gv_filepath_out x_record = lv_xstring EXCEPTIONS file_write_error = 0.

ISU_M_UNICODE_CHECK CALL FUNCTION 'ISU_M_UNICODE_CHECK' EXPORTING x_codepage = p_cpg IMPORTING y_is_uc_system = lv_knz_unicode.

ISU_M_DATASET_BINARY_OPEN CALL FUNCTION 'ISU_M_DATASET_BINARY_OPEN' EXPORTING x_dataset = gv_filepath_out x_mode = 'O' EXCEPTIONS file_open_error = 1.

ISU_M_DATASET_BINARY_DELETE CALL FUNCTION 'ISU_M_DATASET_BINARY_DELETE' EXPORTING x_dataset = gv_filepath_out EXCEPTIONS OTHERS = 0.

ISU_M_DATASET_BINARY_CLOSE CALL FUNCTION 'ISU_M_DATASET_BINARY_CLOSE' EXPORTING x_dataset = gv_filepath_out x_write_eof = co_marked.

ISU_M_DATASET_BINARY_WRITE CALL FUNCTION 'ISU_M_DATASET_BINARY_WRITE' EXPORTING x_dataset = gv_filepath_out x_record = lv_xstring EXCEPTIONS file_write_error = 0.

RS_FUNCTION_ACTIVE_CHECK CALL FUNCTION 'RS_FUNCTION_ACTIVE_CHECK' EXPORTING funcname = lv_funcname IMPORTING active = lv_active EXCEPTIONS not_found = 1.

ISU_M_IMPORT_FUNCTION_NAMES CALL FUNCTION 'ISU_M_IMPORT_FUNCTION_NAMES' EXPORTING x_firma = p_firma x_object = p_object IMPORTING y_funcname_import = p_func_module y_funcname_open = gv_funcname_open y_funcname_action = gv_funcname_action y_funcname_close = gv_funcname_close.

RS_FUNCTION_ACTIVE_CHECK





CALL FUNCTION 'RS_FUNCTION_ACTIVE_CHECK' EXPORTING funcname = lv_funcname IMPORTING active = lv_active EXCEPTIONS not_found = 1.

SCP_GET_CODEPAGE_NUMBER CALL FUNCTION 'SCP_GET_CODEPAGE_NUMBER' IMPORTING appl_codepage = lv_appl_codepage EXCEPTIONS OTHERS = 0.



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