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

REMIG_FILE_CREATE SAP ABAP Report - Create Binary Import File from Text File







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


Text pool values


Selection Text: SPLITNR = D .
Selection Text: SERV_OUT = D .
Selection Text: SERV_IN = D .
Selection Text: PATH_OUT = D .
Selection Text: PATH_IN = D .
Selection Text: OBJECT = D .
Selection Text: FUNC_MOD = D .
Selection Text: FUNC_IMP = D .
Selection Text: FIRMA = D .
Selection Text: FILE_OUT = D .
Selection Text: FILE_IN = D .
Selection Text: CPG_OUT = D .
Selection Text: CPG_IN = D .
Selection Text: P_FILE = External System Data from File
Selection Text: P_DB = External System Data from DB
Selection Text: OLDINT3 = Selection Interval 3
Selection Text: OLDINT2 = Selection Interval 2
Selection Text: OLDINT1 = Selection Interval 1
Selection Text: HDR_LINE = Indicator for Header
Selection Text: FUNCMODT = Function Module CONVERT
Selection Text: FUNCMODR = Function Module READ
Selection Text: FUNCMODO = Function Module OPEN
Selection Text: FUNCMODC = Function Module CLOSE
Selection Text: FLD_TAB = Field Separators
Selection Text: C_IMPORT = Direct Import of Data
Selection Text: C_FILE = Output in Migration File
Title: Create Binary Import File from Text File
Text Symbol: F99 = Input File
Text Symbol: F05 = Direct Import of Data
Text Symbol: F04 = Output
Text Symbol: F03 = Migration Object
Text Symbol: F02 = Output File
Text Symbol: F01 = Input File


INCLUDES used within this REPORT REMIG_FILE_CREATE

INCLUDE REMIG_FILE_CREATE_TOP.


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:

SCP_GET_CODEPAGE_NUMBER CALL FUNCTION 'SCP_GET_CODEPAGE_NUMBER' IMPORTING appl_codepage = cpg_in 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 or its description.