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

REMIG_JOB_SUBMIT SAP ABAP Report - Mass Submit of Import Runs for IS-U Migration







REMIG_JOB_SUBMIT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Plan import jobs Using this report, you can both start and plan the execution of several import jobs in background simultaneously...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter REMIG_JOB_SUBMIT 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_JOB_SUBMIT. "Basic submit
SUBMIT REMIG_JOB_SUBMIT AND RETURN. "Return to original report after report execution complete
SUBMIT REMIG_JOB_SUBMIT 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: QCP = D Legacy system character set
Selection Text: P_STAT = Write statistics?
Selection Text: P_EVENT = Write workflow events?
Selection Text: PATH_IN = Input directory
Selection Text: OBJECT = Migration Object
Selection Text: K_REPEAT = D Restart
Selection Text: KNZ_ERR = Write error file?
Selection Text: FIRMA = Migration company
Selection Text: FILE_IN = File name contains string...
Selection Text: FILE_ERR = Name of error file
Selection Text: ERR_REL = Relative error limit
Selection Text: ERR_INT = Interval of rel. error limit
Selection Text: ERR_ABS = Absolute error limit
Selection Text: ANZ_PUFF = D Commit interval
Title: Mass Submit of Import Runs for IS-U Migration
Text Symbol: T07 = Performance
Text Symbol: T06 = Error barriers
Text Symbol: T05 = Control Data
Text Symbol: T02 = Error file
Text Symbol: T01 = Submit param.
Text Symbol: T00 = Generic entry of file name
Text Symbol: S04 = Completed
Text Symbol: S03 = Running
Text Symbol: S02 = Released
Text Symbol: S01 = Ready
Text Symbol: S00 = Available
Text Symbol: C01 = Generic info: "&" is replaced by "001", "002", etc.
Text Symbol: 011 = Select at least one line
Text Symbol: 010 = Error file contains no generic character
Text Symbol: 009 = :Field
Text Symbol: 008 = Directory
Text Symbol: 007 = Migration Object
Text Symbol: 006 = Company
Text Symbol: 005 = Time
Text Symbol: 004 = Start Date
Text Symbol: 003 = Server
Text Symbol: 002 = Status
Text Symbol: 001 = File name





INCLUDES used within this REPORT REMIG_JOB_SUBMIT

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_L_FOLDER_SERVER call function 'ISU_M_L_FOLDER_SERVER' exporting x_firma = firma x_path = htemfile-dirname * X_FILE = * IMPORTING * Y_ERRNO = * Y_ERRMSG = tables y_temfile = itemfile exceptions no_start = 1 no_next = 2 no_finish = 3 others = 4 .

ISU_M_FILE_HEADER call function 'ISU_M_FILE_HEADER' exporting x_path = temfd-path x_file = temfd-file x_cpgfs = temus-cpgfs importing y_info = header exceptions error_fileopen = 1 error_readdata = 2 others = 3.

TH_SELECT_SERVER call function 'TH_SELECT_SERVER' exporting services = h_services importing server = h_server exceptions no_server_list_received = 1 no_server_selected = 2 others = 3.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'TEMSTATISTIK' fieldname = 'S_DATE' TABLES RETURN_TAB = rettab.

CONVERT_DATE_TO_INTERNAL call function 'CONVERT_DATE_TO_INTERNAL' exporting date_external = rettab-fieldval importing date_internal = lv_date_internal exceptions date_external_is_invalid = 1 others = 2.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'TEMSTATISTIK' fieldname = 'S_TIME' TABLES RETURN_TAB = rettab.

ISU_M_MASS_RUN_GET_VARNUMBER call function 'ISU_M_MASS_RUN_GET_VARNUMBER' exporting x_firma = temob-firma x_object = temob-object x_actual = 'X' importing y_varnumber = lv_varnumber.

ISU_M_REPORT_VARIANT call function 'ISU_M_REPORT_VARIANT' exporting x_report = h_report x_variant = h_variant tables x_params = irsparams exceptions error_create_variant = 1 no_authority = 2 others = 3.

TH_SERVER_LIST call function 'TH_SERVER_LIST' tables list = imsxxlist exceptions no_server_list = 1 others = 2.

ISU_M_REPORT_SUBMIT_JOB call function 'ISU_M_REPORT_SUBMIT_JOB' exporting x_server = imsxxlist-name x_report = h_report x_variant = h_variant x_startdate = itemfile-date x_starttime = itemfile-time x_now = now x_firma = temob-firma importing y_released = released exceptions error_report_variant = 1 error_job_open = 2 error_job_submit = 3 error_job_close = 4 no_startdate = 5 no_authority = 6 others = 7.

BP_JOBLOG_SHOW call function 'BP_JOBLOG_SHOW' exporting client = sy-mandt jobcount = itemfile-jobcount * JOBLOGID = ' ' jobname = itemfile-jobname exceptions * ERROR_READING_JOBDATA = 1 * ERROR_READING_JOBLOG_DATA = 2 * JOBCOUNT_MISSING = 3 * JOBLOG_DOES_NOT_EXIST = 4 * JOBLOG_IS_EMPTY = 5 * JOBLOG_SHOW_CANCELED = 6 * JOBNAME_MISSING = 7 * JOB_DOES_NOT_EXIST = 8 * NO_JOBLOG_THERE_YET = 9 * NO_SHOW_PRIVILEGE_GIVEN = 10 others = 11.



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