RFKK_PV_LIST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RFKK_PV_LIST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FP_PV0 - Overview of Partner Agreements
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: SELVTEND = D .
Selection Text: SELVTALT = D .
Selection Text: SELVKONT = D .
Selection Text: SELPTSRL = D .
Selection Text: SELPRDNR = D .
Selection Text: SELGPART = D .
Selection Text: SELBUKRS = D .
Selection Text: PARVTTRT = D .
Selection Text: SELVTKEY = Partner Agreement
Selection Text: PARVTTRI = ID of Agreement
Selection Text: PARVALDV = Agreement Valid On
Selection Text: PARVALDP = Item Valid On
Selection Text: PARLVERT = List of Agreements
Selection Text: PARLVERP = List of Items
Selection Text: PARCOUNT = Maximum Number of Hits
Title: Overview of Partner Agreements and Items
Text Symbol: B04 = Specification for ID
Text Symbol: B03 = Specifications for Items
Text Symbol: B02 = Specifications for Partner Agreements
Text Symbol: B01 = Display Format
Text Symbol: 002 = Item Overview
Text Symbol: 001 = Partner Agreements Overview
INCLUDE FKK_VT_CONST ##INCL_OK.
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = lv_tabname TABLES dfies_tab = lt_comp1.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = lv_tabname TABLES dfies_tab = lt_comp2.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = lv_tabname TABLES dfies_tab = lt_comp2.
FKK_VT_CHECK_AUTHORITY CALL FUNCTION 'FKK_VT_CHECK_AUTHORITY' EXPORTING * iv_aktyp = iv_aktyp iv_begru =
-begru iv_bukrs = -bukrs EXCEPTIONS no_authority = 1.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '0553' TABLES t_fbstab = lt_functions.
FKK_SAMPLE_0553 CALL FUNCTION 'FKK_SAMPLE_0553' ##fm_par_mis.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'RFKK_PV_LIST' i_callback_pf_status_set = 'ALV_PFSTAT' i_callback_user_command = 'ALV_UCOMM_H' i_structure_name = 'FKK_PV_H_AL' is_layout = gs_layout * IT_FIELDCAT = GT_FIELDCAT[] i_grid_title = lv_grid_title i_save = 'A' TABLES t_outtab = gt_vt_h_alv.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'RFKK_PV_LIST' i_callback_pf_status_set = 'ALV_PFSTAT' i_callback_user_command = 'ALV_UCOMM_I' i_structure_name = 'FKK_PV_I_AL' is_layout = gs_layout * IT_FIELDCAT = GT_FIELDCAT[] i_grid_title = lv_grid_title i_save = 'A' TABLES t_outtab = gt_vt_i_alv.
FKK_VT_DATA_MAINTAIN CALL FUNCTION 'FKK_VT_DATA_MAINTAIN' EXPORTING iv_vtkey =
-vtkey iv_aktyp = '03'.
FKK_VT_DATA_MAINTAIN CALL FUNCTION 'FKK_VT_DATA_MAINTAIN' EXPORTING iv_vtkey =
-vtkey iv_aktyp = '02'.
FKK_BUPA_DISPLAY CALL FUNCTION 'FKK_BUPA_DISPLAY' EXPORTING i_partner =
-gpart.
FKK_VT_DATA_MAINTAIN CALL FUNCTION 'FKK_VT_DATA_MAINTAIN' EXPORTING iv_vtkey =
-vtkey iv_vtpos = -vtpos iv_aktyp = '03'.
FKK_VT_DATA_MAINTAIN CALL FUNCTION 'FKK_VT_DATA_MAINTAIN' EXPORTING iv_vtkey =
-vtkey iv_aktyp = '02'.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'FPPRD3' EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.
FKK_ACCOUNT_CHANGE CALL FUNCTION 'FKK_ACCOUNT_CHANGE' EXPORTING i_vkont =
-vkont.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.