RFKK_REPZM_INSERT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can activate recording of data for the EC sales list, even if there are already postings in the system that must be included in the list...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_REPZM_INSERT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FPREPZM1 - Initialization of EC Sales List
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: P_XINVP = D .
Selection Text: X_SIMU = Simulation Run
Selection Text: P_DBLIM = D .
Selection Text: S_BUDAT = D .
Selection Text: S_BUKRS = D .
Selection Text: S_GPART = D .
Title: EC Sales List: Complete Missing Entries in Recording Table
Text Symbol: 001 = Selection
Text Symbol: 002 = Options
Text Symbol: 003 = Messages
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = lv_applk.
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = lv_applk EXCEPTIONS no_appl_selected = 1.
FKK_COMP_CODE_DATA CALL FUNCTION 'FKK_COMP_CODE_DATA' EXPORTING i_bukrs = ls_tfk001zm-bukrs IMPORTING e_fkk001 = ls_fkk001 EXCEPTIONS error_message = 1.
FKK_REPZM_WRITE_POST CALL FUNCTION 'FKK_REPZM_WRITE_POST' EXPORTING is_fkkko = ls_fkkko it_fkkop = lt_fkkop_doc[] it_fkkopk = lt_fkkopk_doc[] ix_simu = x_simu.
FKK_REPZM_WRITE_GET CALL FUNCTION 'FKK_REPZM_WRITE_GET' IMPORTING et_dfkkrepzm_ins = lt_dfkkrepzm_ins[].
FKK_REPZM_WRITE_CLEAR CALL FUNCTION 'FKK_REPZM_WRITE_CLEAR'.
FKK_COMP_CODE_DATA CALL FUNCTION 'FKK_COMP_CODE_DATA' EXPORTING i_bukrs = ls_tfk001zm-bukrs IMPORTING e_fkk001 = ls_fkk001.
FKK_REPZM_WRITE_POST CALL FUNCTION 'FKK_REPZM_WRITE_POST' EXPORTING is_fkkko = ls_fkkko it_fkkop = lt_fkkop_doc[] it_fkkopk = lt_fkkopk_doc[] ix_simu = x_simu.
FKK_REPZM_WRITE_GET CALL FUNCTION 'FKK_REPZM_WRITE_GET' IMPORTING et_dfkkrepzm_ins = lt_dfkkrepzm_ins[].
FKK_REPZM_WRITE_CLEAR CALL FUNCTION 'FKK_REPZM_WRITE_CLEAR'.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = lv_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 99.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_profile EXCEPTIONS OTHERS = 0.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = lv_log_handle i_s_msg = ls_message_bal EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = lv_log_handle i_s_msg = ls_message_bal EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.
FKK_REPZM_WRITE_POST CALL FUNCTION 'FKK_REPZM_WRITE_POST' EXPORTING is_fkkko = ls_fkkko it_fkkzm = lt_fkkzm[] ix_simu = x_simu.
FKK_HKONT_CHECK CALL FUNCTION 'FKK_HKONT_CHECK' EXPORTING i_bukrs = ls_sknto-bukrs i_hkont = ls_sknto-hkont IMPORTING e_fkkhkont = ls_fkkhkont.
FKK_TAX_LINES_CREATE CALL FUNCTION 'FKK_TAX_LINES_CREATE' EXPORTING i_applk = lv_applk i_waers = ls_sknto-augwa i_bukrs = ls_sknto-bukrs i_betrw = ls_sknto-betrw i_mwskz = ls_sknto-mwskz i_txjcd = ls_sknto-txjcd i_txdat = ls_sknto-augdt IMPORTING e_txamt = lv_sbetw.
FKK_REPZM_WRITE_POST CALL FUNCTION 'FKK_REPZM_WRITE_POST' EXPORTING is_fkkko = ls_fkkko it_fkkzm = lt_fkkzm[] ix_simu = x_simu.
CALL FUNCTION 'FKK_REPZM_WRITE_POST' EXPORTING is_fkkko = ls_fkkko it_fkkzm = lt_fkkzm[] ix_simu = x_simu.
FKK_REPZM_WRITE_POST CALL FUNCTION 'FKK_REPZM_WRITE_POST' EXPORTING is_fkkko = ls_fkkko it_fkkzm = lt_fkkzm[] ix_simu = x_simu.
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_REPZM_INSERT or its description.
RFKK_REPZM_INSERT - EC Sales List: Complete Missing Entries in Recording Table RFKK_REPZM_INSERT - EC Sales List: Complete Missing Entries in Recording Table RFKK_REPZM_DISPLAY_FI - INTERNAL: Simulation of EC Sales List for FI RFKK_REPZM_DISPLAY_FI - INTERNAL: Simulation of EC Sales List for FI RFKK_REPZM_DISPLAY_DB - INTERNAL: Entries for EC Sales List on Database RFKK_REPZM_DISPLAY_DB - INTERNAL: Entries for EC Sales List on Database