RFFMKVVA 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 RFFMKVVA into the relevant SAP transactions such as SE38 or SE80
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_ABDAT =
Selection Text: P_BEWST =
Selection Text: P_BISDAT =
Selection Text: P_HHST =
Selection Text: P_HHVER =
Selection Text: P_HSART =
Selection Text: P_PLAN =
Selection Text: P_REASON =
Selection Text: P_SALFI =
Selection Text: P_STRUK =
Selection Text: P_VERSN =
Selection Text: S_USER =
Title:
Text Symbol: 570 =
Text Symbol: 580 =
Text Symbol: 590 =
Text Symbol: 600 =
Text Symbol: 750 =
Text Symbol: 760 =
Text Symbol: 770 =
Text Symbol: 800 =
Text Symbol: 810 =
Text Symbol: 820 =
Text Symbol: 880 =
Text Symbol: 890 =
Text Symbol: 895 =
Text Symbol: 900 =
Text Symbol: 910 =
Text Symbol: 920 =
Text Symbol: 950 =
Text Symbol: 960 =
Text Symbol: 970 =
Text Symbol: 560 =
Text Symbol: 004 =
Text Symbol: 005 =
Text Symbol: 010 =
Text Symbol: 011 =
INCLUDE IHHPLGL0.
INCLUDE IHHPLTXT.
INCLUDE LKBPPEQU.
No SAP DATABASE tables are accessed within this REPORT code!
FM_POSIT_GET_FROM_FIPEX CALL FUNCTION 'FM_POSIT_GET_FROM_FIPEX' EXPORTING i_fikrs = s_fikrs-low IMPORTING e_posit = l_posit TABLES t_fmposit = l_t_fmposit.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = 'BPMS' language = sy-langu name = u_t_bptx-tdname object = 'BPDK' IMPORTING header = l_header TABLES lines = l_t_textlines.
CALL FUNCTION 'FM_FIPEX_GET_FROM_POSIT' EXPORTING i_fikrs = s_fikrs-low i_posit = u_t_bptx-posit IMPORTING e_fipex = c_t_bptx_text-fipex.
CHANGEDOCUMENT_READ CALL FUNCTION 'CHANGEDOCUMENT_READ' EXPORTING objectclass = g_t_cdhdr-objectclas objectid = g_t_cdhdr-objectid TABLES editpos = g_t_cdred EXCEPTIONS no_position_found = 1 OTHERS = 2.
FM_HH_FICTR_DETERMINE CALL FUNCTION 'FM_HH_FICTR_DETERMINE' EXPORTING ip_fikrs = u_fikrs ip_gjahr = u_gjahr IMPORTING op_hh_fictr = l_fictr EXCEPTIONS not_found = 1 OTHERS = 2.
FM_FIPEX_GET_FROM_POSIT CALL FUNCTION 'FM_FIPEX_GET_FROM_POSIT' EXPORTING i_fikrs = s_fikrs-low i_posit = u_t_bpej_sum-posit IMPORTING e_fipex = l_fipex.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'FPOS' TABLES dfies_tab = l_t_tableinfo EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
FM_FIPEX_GET_FROM_POSIT CALL FUNCTION 'FM_FIPEX_GET_FROM_POSIT' EXPORTING i_fikrs = s_fikrs-low i_posit = u_t_bpej-posit IMPORTING e_fipex = l_fipex.
FM_TEXT_TRANSFORM CALL FUNCTION 'FM_TEXT_TRANSFORM' EXPORTING i_flg_nofill = 'X' TABLES t_text_ein = l_t_in_text t_text_aus = l_t_out_text EXCEPTIONS no_input_text = 1 OTHERS = 2.
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 RFFMKVVA or its description.