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
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.
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
INCLUDE REMIG_FILE_CREATE_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
SCP_GET_CODEPAGE_NUMBER CALL FUNCTION 'SCP_GET_CODEPAGE_NUMBER' IMPORTING appl_codepage = cpg_in EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REMIG_FILE_CREATE - Create Binary Import File from Text File REMIG_FILE_CREATE - Create Binary Import File from Text File REMIG_DOCU_COPY - Copy documentation for migration REMIG_DOCU_COPY - Copy documentation for migration REMIG_DOCU_CHECK - Display/check: documention for TEMDB/TEMRE objects REMIG_DOCU_CHECK - Display/check: documention for TEMDB/TEMRE objects