RFKKINTEGR_MASS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for trados = fi If you want to run the reports for integration and reconciliation for a larger number of reconciliation keys, you can use this report to distribute the reconciliation keys to several background processes...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 RFKKINTEGR_MASS 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: SO_FIKEY = D .
Selection Text: SO_CLDAT = D .
Selection Text: P_VARI = D .
Selection Text: P_INTNMR = D .
Selection Text: RB_SUMS = Totals Records per Interval
Selection Text: RB_INTV = Number of Intervals
Selection Text: P_REPORT = Report
Selection Text: P_REAL = Update Run
Selection Text: P_LIST = Detail List
Selection Text: P_IDNAME = Identification
Selection Text: MAX_SUMS = Interval Size
Selection Text: MAX_JOBS = Number of Jobs
Title: FI-CA Integration (Parallel)
Text Symbol: S03 = Test Run
Text Symbol: S02 = Update Run
Text Symbol: S01 = Adjustment Run
Text Symbol: F04 = Logs
Text Symbol: F03 = Technical Settings
Text Symbol: F02 = General Selections
Text Symbol: F01 = General Selection
Text Symbol: 002 = Number of Intervals
Text Symbol: 001 = Interval Length
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_INTEGR_MASS_F4 CALL FUNCTION 'FKK_INTEGR_MASS_F4' IMPORTING e_report = p_report.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = v_prog dynumb = '1000' translate_to_upper = 'X' TABLES dynpfields = dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.
RS_VARIANT_CATALOG CALL FUNCTION 'RS_VARIANT_CATALOG' EXPORTING report = p_report IMPORTING sel_variant = p_vari EXCEPTIONS no_report = 1 report_not_existent = 2 report_not_supplied = 3 no_variants = 4 no_variant_selected = 5 variant_not_existent = 6 OTHERS = 7.
RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING report = p_report variant = p_vari IMPORTING r_c = rc EXCEPTIONS not_authorized = 1 no_report = 2 report_not_existent = 3 report_not_supplied = 4 OTHERS = 5.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING no_dialog = 'X' destination = '' mode = 'BATCH' IMPORTING out_parameters = pripar valid = valid.
JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = wa_jobs-jobname IMPORTING jobcount = wa_jobs-jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.
BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING forcedmode = 'X' jobcount = wa_jobs-jobcount jobname = wa_jobs-jobname EXCEPTIONS OTHERS = 0.
BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING forcedmode = 'X' jobcount = wa_jobs-jobcount jobname = wa_jobs-jobname EXCEPTIONS OTHERS = 0.
JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = wa_jobs-jobcount jobname = wa_jobs-jobname strtimmed = 'X' IMPORTING job_was_released = x_started EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8.
BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING forcedmode = 'X' jobcount = wa_jobs-jobcount jobname = wa_jobs-jobname EXCEPTIONS OTHERS = 0.
BP_JOBLOG_READ CALL FUNCTION 'BP_JOBLOG_READ' EXPORTING client = sy-mandt jobcount = wa_jobs-jobcount jobname = wa_jobs-jobname TABLES joblogtbl = t_joblog EXCEPTIONS cant_read_joblog = 1 jobcount_missing = 2 joblog_does_not_exist = 3 joblog_is_empty = 4 joblog_name_missing = 5 jobname_missing = 6 job_does_not_exist = 7.
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING is_layout = s_layout it_fieldcat = t_fieldcat i_save = 'A' is_variant = s_variant is_keyinfo = s_keyinfo i_tabname_header = 'T_HEADER' i_tabname_item = 'T_OUT' TABLES t_outtab_header = t_header t_outtab_item = t_out.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKINTEGR_MASS - FI-CA Integration (Parallel) RFKKINTEGR_MASS - FI-CA Integration (Parallel) RFKKINFAR03 - Reload of Information Container Data RFKKINFAR03 - Reload of Information Container Data RFKKINFAR02 - Deletion of Information Container Data RFKKINFAR02 - Deletion of Information Container Data