FERCR310 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 FERCR310 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FECJ - Create job for multiple periods
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: F_IMMED = Start immediately
Selection Text: F_REV = Reversal run
Selection Text: F_TEST = D Test run
Selection Text: P00 =
Selection Text: P10 =
Selection Text: P20 =
Selection Text: P30 =
Selection Text: P40 =
Selection Text: P50 =
Selection Text: P60 =
Selection Text: P70 =
Selection Text: P_GJAHR = D Fiscal year
Selection Text: P_HOST = D Target system
Selection Text: P_JOB = D Job name
Selection Text: P_LTDAY =
Selection Text: P_LTTME =
Selection Text: P_PDEST = D Output device
Selection Text: P_PERIO = D Posting period
Selection Text: P_PRIMM = Print immediately
Selection Text: P_STDAY =
Selection Text: P_STTME =
Selection Text: P_VERSN = D Version
Selection Text: R_ACTUAL = Actual
Selection Text: R_PLAN = Plan
Title: Create a Background Job for Multiple Periods or Procedures
Text Symbol: TST = Test run
Text Symbol: REV = Reversal run
Text Symbol: R70 = Reload archived data
Text Symbol: R60 = Discard archive
Text Symbol: R50 = Delete drill down data
Text Symbol: R40 = Reverse direct postings
Text Symbol: R30 = Reverse variance allocations
Text Symbol: A00 = Actual
Text Symbol: A10 = Plan
Text Symbol: A11 = Version
Text Symbol: ADD = Create background job for
Text Symbol: D00 = Date/Time
Text Symbol: D01 = Scheduled start
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FERC_DEFAULT_GET call function 'FERC_DEFAULT_GET' exporting determine_defaults = 'X' importing controlling_area = tka01-kokrs year = p_gjahr period = p_perio-low no_of_periods = no_of_periods exceptions others = 4.
K_KOKRS_READ call function 'K_KOKRS_READ' exporting kokrs = tka01-kokrs importing e_tka01 = tka01.
GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting no_dialog = 'X' importing out_parameters = pri_params.
GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting mode = 'BATCH' in_parameters = pri_params destination = p_pdest immediately = p_primm importing out_parameters = pri_params valid = sy-datar.
GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting in_parameters = pri_params no_dialog = 'X' destination = p_pdest immediately = p_primm importing out_parameters = pri_params.
call function 'JOB_OPEN' exporting jobname = btcselect-jobname importing jobcount = btcselect-jobcount.
G_POSTING_DATE_OF_PERIOD_GET call function 'G_POSTING_DATE_OF_PERIOD_GET' exporting period = per-iod variant = tka01-lmona year = p_gjahr importing to_date = budat.
JOB_CLOSE call function 'JOB_CLOSE' exporting jobcount = btcselect-jobcount jobname = btcselect-jobname laststrtdt = p_ltday laststrttm = p_lttme sdlstrtdt = p_stday sdlstrttm = p_sttme targetsystem = p_host importing job_was_released = sy-datar.
JOB_CLOSE call function 'JOB_CLOSE' exporting jobcount = btcselect-jobcount jobname = btcselect-jobname strtimmed = f_immed targetsystem = p_host importing job_was_released = sy-datar.
BP_JOB_SELECT call function 'BP_JOB_SELECT' exporting jobselect_dialog = 'N' jobsel_param_in = btcselect tables jobselect_joblist = btcjob exceptions others = 1.
BP_JOBLIST_PROCESSOR call function 'BP_JOBLIST_PROCESSOR' exporting joblist_opcode = 21 joblist_refr_param = btcselect tables joblist = btcjob 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.
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 FERCR310 or its description.
FERCR310 - Create a Background Job for Multiple Periods or Procedures FERCR310 - Create a Background Job for Multiple Periods or Procedures FERCR300_OLD - Check the Regulatory Configuration FERCR300_OLD - Check the Regulatory Configuration FERCR300 - Check the Regulatory Configuration FERCR300 - Check the Regulatory Configuration