SAP Reports / Programs

RFKK_MASS_ACT_PARAMETER SAP ABAP Report - Copy and Move Parameter Records for Parallel Processing Jobs







RFKK_MASS_ACT_PARAMETER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Parameter adjustment for executing programs in parallel You should carry out parallel processes at regular intervals...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 RFKK_MASS_ACT_PARAMETER 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

FPPARMV - Move Parameter Records


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 RFKK_MASS_ACT_PARAMETER. "Basic submit
SUBMIT RFKK_MASS_ACT_PARAMETER AND RETURN. "Return to original report after report execution complete
SUBMIT RFKK_MASS_ACT_PARAMETER 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: T_VKONT = Contract Account
Selection Text: T_GPART = Business Partner
Title: Copy and Move Parameter Records for Parallel Processing Jobs
Text Symbol: 204 = Mass activity type
Text Symbol: 120 = Dunning proposal run ID
Text Symbol: 119 = Date of Dunning Prop.Run
Text Symbol: 118 = Dunning Prop. Run
Text Symbol: 117 = Business partner restrictn
Text Symbol: 116 = Use reference load distribution
Text Symbol: 115 = Contract Acct
Text Symbol: 114 = Contract acct restrictn
Text Symbol: 113 = Use restriction given here
Text Symbol: 112 = Use reference restriction
Text Symbol: 111 = Explicit specs regarding load distribtn
Text Symbol: 110 = Total no. jobs
Text Symbol: 109 = Automatic load distribution
Text Symbol: 108 = No. jobs
Text Symbol: 107 = Application server
Text Symbol: 106 = No. of days
Text Symbol: 105 = Adjustment acc. to explicit specs
Text Symbol: 104 = Adjustment acc. to date difference to ref.
Text Symbol: 103 = Identification
Text Symbol: 102 = Date
Text Symbol: 101 = Activity
Text Symbol: 010 = Dunning Prop. Run
Text Symbol: 009 = General selections
Text Symbol: 008 = Mass Activity
Text Symbol: 007 = No. jobs per application server
Text Symbol: 006 = Date adjustment
Text Symbol: 005 = Targ
Text Symbol: 004 = Templ.
Text Symbol: 003 = Computers/processes
Text Symbol: 002 = Move by a day
Text Symbol: 001 = Run identification


INCLUDES used within this REPORT RFKK_MASS_ACT_PARAMETER

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:

SELECT_OPTIONS_RESTRICT call function 'SELECT_OPTIONS_RESTRICT' exporting restriction = h_restrict.

FKK_AKTIV_CUSTOMIZING_GET call function 'FKK_AKTIV_CUSTOMIZING_GET' exporting i_aktyp = h_aktyp importing e_tfk090a = h_tfk090a.

FKK_AKTIV2_PARA_BASICS_FROM_DB call function 'FKK_AKTIV2_PARA_BASICS_FROM_DB' exporting i_aktyp = h_aktyp i_laufd = s_laufd i_laufi = s_laufi importing e_basics = h_basics_source exceptions not_found = 1 others = 2.

FKK_AKTIV2_OK_CODE_SET call function 'FKK_AKTIV2_OK_CODE_SET' exporting i_ok_code = 'COPY'.

FKK_AKTIV2_OK_CODE_SET call function 'FKK_AKTIV2_OK_CODE_SET' exporting i_ok_code = 'ALIG'.

FKK_AKTIV2_ALIGN call function 'FKK_AKTIV2_ALIGN' exporting i_aktyp = h_aktyp i_source_laufd = s_laufd i_source_laufi = s_laufi i_target_laufd = t_laufd i_target_laufi = t_laufi i_number_of_days = h_number_of_days exceptions source_not_found = 1 target_store_problem = 2 func_module_not_found = 3.

FKK_AKTIV2_ALIGN call function 'FKK_AKTIV2_ALIGN' exporting i_aktyp = h_aktyp i_source_laufd = s_laufd i_source_laufi = s_laufi i_target_laufd = t_laufd i_target_laufi = t_laufi i_number_of_days = h_number_of_days i_mahn_laufd = p_mahnd i_mahn_laufi = p_mahni exceptions source_not_found = 1 target_store_problem = 2 func_module_not_found = 3.

FKK_AKTIV2_OK_CODE_SET call function 'FKK_AKTIV2_OK_CODE_SET' exporting i_ok_code = 'SAVE'.

FKK_AKTIV_GET_TCODE_FOR_AKTYP call function 'FKK_AKTIV_GET_TCODE_FOR_AKTYP' exporting i_aktyp = h_aktyp importing e_tcode = h_tcode exceptions not_found = 1 others = 2.

FKK_AKTIV_HELP_TCODE_SET call function 'FKK_AKTIV_HELP_TCODE_SET' exporting i_tcode = h_tcode.

F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = 'FKKAKTIV2_DYNP_1000' fieldname = 'LAUFD' searchhelp = 'FKKAKTIV2_RUN' * SHLPPARAM = ' ' * DYNPPROG = ' ' * DYNPNR = ' ' * DYNPROFIELD = ' ' * STEPL = 0 * VALUE = ' ' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * SUPPRESS_RECORDLIST = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * TABLES * RETURN_TAB = exceptions field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 others = 5 .

FKK_AKTIV_HELP_TCODE_RESET call function 'FKK_AKTIV_HELP_TCODE_RESET'.

CONVERT_DATE_TO_EXTERNAL call function 'CONVERT_DATE_TO_EXTERNAL' exporting date_internal = s_laufd importing date_external = h_c10 exceptions date_internal_is_invalid = 1 others = 2.

DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = 'RFKK_MASS_ACT_PARAMETER' dynumb = '2000' tables dynpfields = t_dynpfields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 others = 8.

FKK_AKTIV2_PARA_BASICS_FROM_DB call function 'FKK_AKTIV2_PARA_BASICS_FROM_DB' exporting i_aktyp = h_aktyp i_laufd = s_laufd i_laufi = s_laufi * IMPORTING * E_BASICS = exceptions not_found = 1 others = 2.

FKK_AKTIV2_PARA_BASICS_FROM_DB call function 'FKK_AKTIV2_PARA_BASICS_FROM_DB' exporting i_aktyp = h_aktyp i_laufd = t_laufd i_laufi = t_laufi * IMPORTING * E_BASICS = exceptions not_found = 1 others = 2.

FKK_AKTIV_GET_LAUFIL_FOR_AKTYP call function 'FKK_AKTIV_GET_LAUFIL_FOR_AKTYP' exporting i_aktyp = h_aktyp importing e_len_laufi = h_laufil.

FKK_AKTIV_GET_MAXJOB_FOR_AKTYP call function 'FKK_AKTIV_GET_MAXJOB_FOR_AKTYP' exporting i_aktyp = h_aktyp importing e_maxjobs = h_maxjobs.

SELECT_OPTIONS_RESTRICT





call function 'SELECT_OPTIONS_RESTRICT' exporting restriction = restrict exceptions too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 others = 9.



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