SAP Reports / Programs

RKFMDL83 SAP ABAP Report - Delete PS Payment Plan Data in an FM Area







RKFMDL83 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used for carrying out the IMG activity 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 RKFMDL83 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

OPH2 - PS Cash Management: Delete Plan Data


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 RKFMDL83. "Basic submit
SUBMIT RKFMDL83 AND RETURN. "Return to original report after report execution complete
SUBMIT RKFMDL83 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_TEST = Test Run
Selection Text: P_FIKRS = Financial Management Area
Selection Text: P_BUKCO = D Company Code
Title: Delete PS Payment Plan Data in an FM Area
Text Symbol: 106 = Delete Planning Data
Text Symbol: 105 = Exit
Text Symbol: 104 = Delete
Text Symbol: 103 = delete or exit
Text Symbol: 102 = Choose either
Text Symbol: 101 = Plan data being deleted
Text Symbol: 011 = COBK
Text Symbol: 010 = COFP
Text Symbol: 009 = Records deleted
Text Symbol: 008 = Table
Text Symbol: 007 = ** TEST RUN ***
Text Symbol: 006 = ** UPDATE RUN **


INCLUDES used within this REPORT RKFMDL83

INCLUDE RKFMSTOP.
INCLUDE RKFMDL83_ALT.


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:

FMFK_FIKRS_READ call function 'FMFK_FIKRS_READ' exporting ip_fikrs = p_fikrs.

FM_AUTH_CHECK_FM_AREA call function 'FM_AUTH_CHECK_FM_AREA' exporting i_fikrs = p_fikrs i_actvt = fmau_ac_ini i_msgty = 'E'.

POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' exporting textline1 = text-101 "/Plandaten werden gelöscht textline2 = text-102 "/Wählen Sie bitte zwischen textline3 = text-103 "/Löschen oder Beenden text_option1 = text-104 "/Löschen text_option2 = text-105 "/Beenden titel = text-106 "/Plandaten löschen importing answer = wirklich_loeschen.

KPFP_SEARCH_OBJNR_IN_FIKRS call function 'KPFP_SEARCH_OBJNR_IN_FIKRS' exporting i_fikrs = p_fikrs tables t_objnr = t_objnr.

KPFP_SEARCH_OBJNR_IN_FIKRS call function 'KPFP_SEARCH_OBJNR_IN_FIKRS' exporting i_fikrs = p_fikrs i_bukrs = p_bukrs tables t_objnr = t_objnr.

KBPD_DELETE_DATA call function 'KBPD_DELETE_DATA' exporting delete_mode = 'X' wrttp = wrttp_finanzplan no_commit = p_test tables tab_objnr = t_objnr tab_prot = prot1.

KBPD_DELETE_DATA call function 'KBPD_DELETE_DATA' exporting delete_mode = 'X' wrttp = wrttp_fiplananz no_commit = p_test tables tab_objnr = t_objnr tab_prot = prot2.



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