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
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
Below is a list of transaction codes which are relevant to this SAP report
OPH2 - PS Cash Management: Delete Plan Data
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_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 **
INCLUDE RKFMSTOP.
INCLUDE RKFMDL83_ALT.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKFMDL83 - Delete PS Payment Plan Data in an FM Area RKFMDL83 - Delete PS Payment Plan Data in an FM Area RKE_XPRA40_TKB9E - CO-PA: XPRA 3.x -> 4.0, Convert PA Transfer Structures TKB9E -> TKB9G RKE_XPRA40_TKB9E - CO-PA: XPRA 3.x -> 4.0, Convert PA Transfer Structures TKB9E -> TKB9G RKE_WAO_SO_ENTRY_FAILED - Overivew of Incorrect Incoming Sales Orders RKE_WAO_SO_ENTRY_FAILED - Overivew of Incorrect Incoming Sales Orders