SAP Reports / Programs | Financial Accounting(FI) SAP FI

FERCR310 SAP ABAP Report - Create a Background Job for Multiple Periods or Procedures







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FECJ - Create job for multiple periods


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





Text Symbol: D02 = No start after
Text Symbol: D03 = Date
Text Symbol: D04 = Time
Text Symbol: D05 = Print immediately
Text Symbol: H00 = Steps of background job
Text Symbol: H01 = Controlling area
Text Symbol: H02 = Fiscal year
Text Symbol: H03 = |Step|Regulatory procedure |Per|
Text Symbol: JOB = Background job
Text Symbol: JPP = Job parameters
Text Symbol: P00 = Standard cost adjustment
Text Symbol: P10 = Flow of cost trace
Text Symbol: P20 = Traced costs postings
Text Symbol: P30 = Variance allocations
Text Symbol: P40 = Direct postings
Text Symbol: P50 = Preparation of drill down
Text Symbol: P60 = Creation of archive file
Text Symbol: P70 = Deletion of archived data
Text Symbol: PER = Parameters
Text Symbol: PRA = All print parameters
Text Symbol: PRC = Regulatory procedures
Text Symbol: PRI = Print parameters
Text Symbol: R00 = Reverse standard cost adjustments
Text Symbol: R10 = Delete flow of cost trace
Text Symbol: R20 = Reverse traced costs postings


INCLUDES used within this REPORT FERCR310

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:

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.

JOB_OPEN





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.



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