SAP Reports / Programs

RFKKOP04 SAP ABAP Report - Item List







RFKKOP04 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RFKKOP04 works in two different modes: Evaluation of open items for a key date Evaluation of all items posted in an interval The list is always created for any selections of master data...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 RFKKOP04 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

FPO4 - Item Evaluation


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





Selection Text: P_RASTER = Statement Due Date Grid
Selection Text: P_RAST1 = Grid Interval in Days
Selection Text: P_OPVOPC = First Summarize Items
Selection Text: P_OPEN = Open Items Only
Selection Text: P_ONECUR = Use Single DB Cursor
Selection Text: P_N_DSET = No additional output
Selection Text: P_N_AUGH = Ignore Clearing History
Selection Text: P_NOHINT = D .
Selection Text: P_NM_OPC = Predefined Selection
Selection Text: P_NAME = Predefined Selection
Selection Text: P_GUTVER = Simulation of Credit Assgt
Selection Text: P_FAEIP = Consider Inst.Plan for KeyDate
Selection Text: P_CLOSE = All Items
Selection Text: P_B_DSET = Output in Binary Mode
Selection Text: P_ALV = List in ALV Format
Title: Item List
Text Symbol: F02 = Maintain Layout and Summarization Rules
Text Symbol: F01 = Maintain Predefined Selection
Text Symbol: C01 = Optimization of Access to Database
Text Symbol: BT2 = Definition of Object
Text Symbol: BT1 = Details
Text Symbol: B22 = Item Categories
Text Symbol: B21 = Only Dunned Items
Text Symbol: B12 = Technical Settings
Text Symbol: B11 = Output Control
Text Symbol: B10 = Selections
Text Symbol: B05 = Additional output to dataset
Text Symbol: B04 = Selection According to Balance
Text Symbol: B03 = Output Control
Text Symbol: B02 = Selection of Items
Text Symbol: B01 = Master Data Selection
Text Symbol: B00 = Time Limit
Text Symbol: 100 = Company Codes without Valuation Areas


INCLUDES used within this REPORT RFKKOP04

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:

FKK_ENHANCEMENT_STATUS_CHECK CALL FUNCTION 'FKK_ENHANCEMENT_STATUS_CHECK' EXPORTING i_table = 'DFKKOP' i_field = 'BROKR' IMPORTING e_active = brokr_active.

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.

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.



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