RFKKOP04 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report
If you would like to execute this report or see the full code listing simply enter RFKKOP04 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FPO4 - Item Evaluation
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_ADDTIT = D .
Selection Text: P_BBTXT = D .
Selection Text: P_BWBER = D .
Selection Text: P_CBAL = D .
Selection Text: P_CDSUMS = D .
Selection Text: P_C_BILL = D .
Selection Text: P_DBSRC = D .
Selection Text: P_ENQ = D .
Selection Text: P_ENQ_MA = D .
Selection Text: P_I_PLAN = D .
Selection Text: P_KEYDT = D .
Selection Text: P_LBAL = D .
Selection Text: P_NEGOPC = D .
Selection Text: P_NM_OPL = D .
Selection Text: P_NM_OPV = D .
Selection Text: P_NTOTAL = D .
Selection Text: P_N_DPAO = D .
Selection Text: P_N_DPAY = D .
Selection Text: P_N_STAT = D .
Selection Text: P_OBJ = D .
Selection Text: P_VARI = D .
Selection Text: S_ABAL = D .
Selection Text: S_BROKR = D .
Selection Text: S_BUDAT = D .
Selection Text: S_BUKRS = D .
Selection Text: S_GPART = D .
Selection Text: S_GSBER = D .
Selection Text: S_HKONT = D .
Selection Text: S_MAHNS = D .
Selection Text: S_MAHNV = D .
Selection Text: S_SEGMNT = D .
Selection Text: S_STEP = D .
Selection Text: S_STRAT = D .
Selection Text: S_VKONT = D .
Selection Text: S_VTREF = D .
Selection Text: P_T_DSET = Output in text mode
Selection Text: P_SUMS = Only Output Totals Items
Selection Text: P_SELSCR = Output of Selection Screen
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_ENHANCEMENT_STATUS_CHECK CALL FUNCTION 'FKK_ENHANCEMENT_STATUS_CHECK' EXPORTING i_table = 'DFKKOP' i_field = 'BROKR' IMPORTING e_active = brokr_active.
CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_select_detail text = text-bt1 info = text-bt2 IMPORTING result = but01 EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_select_detail text = text-bt1 info = text-bt2 IMPORTING result = but02 EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_select_detail text = text-bt1 info = text-bt2 IMPORTING result = but03 EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_select_detail text = text-bt1 info = text-bt2 IMPORTING result = but04 EXCEPTIONS OTHERS = 0.
GET_ACCESSIBILITY_MODE CALL FUNCTION 'GET_ACCESSIBILITY_MODE' IMPORTING accessibility = acc EXCEPTIONS its_not_available = 1 OTHERS = 2.
FKKOP04_EHP2 * CALL FUNCTION 'FKKOP04_EHP2' * IMPORTING * e_active = ehp2_act. "1240667
FKK_DP_OR_CM_DUNNING CALL FUNCTION 'FKK_DP_OR_CM_DUNNING' EXPORTING irt_bukrs = new_mahn_rbukrs IMPORTING e_dp_or_cm = new_mahn. "1240667
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_select_detail text = text-bt1 info = text-bt2 IMPORTING result = but01 EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_select_detail text = text-bt1 info = text-bt2 IMPORTING result = but02 EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_select_detail text = text-bt1 info = text-bt2 IMPORTING result = but03 EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_select_detail text = text-bt1 info = text-bt2 IMPORTING result = but04 EXCEPTIONS OTHERS = 0.
FKK_VALUATION_AREA_ACTIVE CALL FUNCTION 'FKK_VALUATION_AREA_ACTIVE' IMPORTING e_flg_valuation_area_active = zwfbwber_act.
DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'SLSAE_KK' value = wa_dd07v-domvalue_l IMPORTING dd07v_wa = wa_dd07v.
FKK_AKTIV2_WMODE_GET CALL FUNCTION 'FKK_AKTIV2_WMODE_GET' IMPORTING e_wmode = screen_mode.
FKK_AKTIV2_OK_CODE_GET CALL FUNCTION 'FKK_AKTIV2_OK_CODE_GET' IMPORTING e_ok_code = ucomm.
FKK_SELP_OP_GET_CRIT_LINE CALL FUNCTION 'FKK_SELP_OP_GET_CRIT_LINE' EXPORTING i_sel_type = p_tp_opl i_sel_name = p_nm_opl IMPORTING e_balance_level = bal_level EXCEPTIONS err_not_found = 0.
FKK_SCHEDMAN_INIT CALL FUNCTION 'FKK_SCHEDMAN_INIT' EXPORTING i_repid = sy-repid i_tcode = sy-tcode i_wfitem = wf_witem i_wflist = wf_wlist IMPORTING e_f_schedman_key = g_schedman_key.
FKK_GET_SHARED_NAME CALL FUNCTION 'FKK_GET_SHARED_NAME' EXPORTING i_type = 'R' IMPORTING e_name = sh_name EXCEPTIONS err_get_name = 1.
ENQUEUE_EFKKOP03 CALL FUNCTION 'ENQUEUE_EFKKOP03' EXPORTING aktyp = 'OP04' laufd = mass_ld laufi = mass_li * INMBR = _wait = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_EFKKOP03 CALL FUNCTION 'DEQUEUE_EFKKOP03' EXPORTING aktyp = 'OP04' laufd = mass_ld laufi = mass_li.
FKK_SCHEDMAN_CLOSE CALL FUNCTION 'FKK_SCHEDMAN_CLOSE' EXPORTING i_f_schedman_key = g_schedman_key i_wfitem = wf_witem i_wfokey = wf_okey i_aplstat = g_aplstat i_cnt_obj = sy-tfill.
RS_DELETE_PROGRAM CALL FUNCTION 'RS_DELETE_PROGRAM' EXPORTING program = repname suppress_checks = 'X' suppress_popup = 'X' EXCEPTIONS enqueue_lock = 1 object_not_found = 2 permission_failure = 3 reject_deletion = 4 OTHERS = 5.
FKK_DEL_SHARED_NAME CALL FUNCTION 'FKK_DEL_SHARED_NAME' EXPORTING i_type = 'R' i_name = sh_name EXCEPTIONS err_del_name = 0.
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 RFKKOP04 or its description.