SAP Reports / Programs | Public Sector Management | Funds Management | Funds Management-Specific Postings(PSM-FM-PO) SAP PSM

RFFMKG02 SAP ABAP Report - Delete standing requests







RFFMKG02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Delete standing requests This program deletes standing requests...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 RFFMKG02 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

F8Q6 - Delete Standing Request


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 RFFMKG02. "Basic submit
SUBMIT RFFMKG02 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKG02 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: X_TESTL = D Test run
Selection Text: P_RUN0 = D Only Standing Req. W/o Exec.
Selection Text: LOTKZ = D Request number
Selection Text: GJAHR = D Fiscal year
Selection Text: BUKRS = D Company code
Title: Delete standing requests
Text Symbol: 900 = No standing request documents were found "
Text Symbol: 604 = Stop Time
Text Symbol: 603 = Stop Date
Text Symbol: 602 = Start Time
Text Symbol: 601 = Start Date
Text Symbol: 600 = Program started by user:
Text Symbol: 311 = CPD Items
Text Symbol: 310 = CPD Item
Text Symbol: 308 = Customer Items
Text Symbol: 307 = Cust. Item
Text Symbol: 305 = Vendor Items
Text Symbol: 304 = Vend. Item
Text Symbol: 302 = Document Items
Text Symbol: 301 = DocItm
Text Symbol: 057 = Selections
Text Symbol: 019 = Itabkey
Text Symbol: 018 = OTAItm Number of OTA items
Text Symbol: 017 = Cust. it. " Number of customer items
Text Symbol: 016 = Vendor it. " Number of vendor items
Text Symbol: 015 = Lne itm Number of line items
Text Symbol: 014 = Reference document type
Text Symbol: 013 = Request Number " Request Number
Text Symbol: 012 = Fi.yr Fiscal year
Text Symbol: 011 = CoCde" Company code
Text Symbol: 005 = Test Run
Text Symbol: 004 = Update Run
Text Symbol: 002 = Deletion of Reference Documents
Text Symbol: 001 = Recurring posting req. "


INCLUDES used within this REPORT RFFMKG02

INCLUDE RKASMAWF.


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:

FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = sy-repid "report id i_tcode = 'F8Q6' "transaction code i_wfitem = wf_witem "parameter of RKASMAWF i_wflist = wf_wlist "parameter of RKASMAWF i_flg_test = x_testl "flag for test mode IMPORTING e_f_schedman_key = g_f_schedman_key.

FM_FYC_SCHEDMAN_CLOSE CALL FUNCTION 'FM_FYC_SCHEDMAN_CLOSE' EXPORTING i_f_schedman_key = g_f_schedman_key "obtained from schedman init i_wfitem = wf_witem "parameter of RKASMAWF i_wfokey = wf_okey "parameter of RKASMAWF i_aplstat = g_aplstat. "result filled

FI_PSO_PSO52_READ CALL FUNCTION 'FI_PSO_PSO52_READ' EXPORTING i_bukrs = ibkpf-bukrs i_blart = ibkpf-blart IMPORTING e_f_pso52 = l_f_pso52 EXCEPTIONS not_found = 1.

FMFR_CHANGE_COMPLETION_FLAG CALL FUNCTION 'FMFR_CHANGE_COMPLETION_FLAG' EXPORTING i_flg_commit = ' ' i_flg_checkonly = 'X' i_flg_complete_doc = 'X' TABLES t_positions = l_t_fmre_serlk.

FMFR_CHANGE_COMPLETION_FLAG CALL FUNCTION 'FMFR_CHANGE_COMPLETION_FLAG' EXPORTING i_flg_commit = ' ' i_flg_checkonly = ' ' i_flg_complete_doc = 'X' TABLES t_positions = l_t_fmre_serlk.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = con_repid i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' is_layout = l_f_layout it_fieldcat = l_t_fieldcat i_default = con_true i_save = 'A' TABLES t_outtab = l_t_alv_output EXCEPTIONS program_error = 1 OTHERS = 2.



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