RJBDFOLN_DEL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program RJBDFOLN_DEL deletes financial objects for loans from the database...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 RJBDFOLN_DEL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
JBDFOLN_DEL - Deletion of Loan Financial Objects
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_PAKET = Size of Processing Package
Selection Text: P_BLOCK = Size of Processing Block
Selection Text: O_STCLFZ = D .
Selection Text: O_RNALT1 = D .
Selection Text: O_RISLFZ = D .
Selection Text: O_RANL = D .
Selection Text: O_GSART = D .
Selection Text: O_GPNUM = D .
Selection Text: O_GPEXT = D .
Selection Text: O_DELFZ = D .
Selection Text: O_CRELFZ = D .
Selection Text: O_BUKRS = D .
Selection Text: DEL_TEST = Test Run
Title: Deletion of Fin. Objects for Loans without Archiving
Text Symbol: 131 = Limit Part
Text Symbol: 130 = Analysis(RM)Part
Text Symbol: 129 = Profitability Analysis Part
Text Symbol: 128 = General Part
Text Symbol: 122 = Delete limit part without transac. end
Text Symbol: 121 = Delete Analysis (RM) Part Without Trans. End
Text Symbol: 120 = Delete PA Part without Transaction End
Text Symbol: 114 = Limit Part Valid till(Incl)
Text Symbol: 113 = Analysis (RM) Part Valid till(Incl)
Text Symbol: 112 = PA Part Valid Till(Incl)
Text Symbol: 111 = End of Term
Text Symbol: 110 = Delete Limit Part
Text Symbol: 109 = Delete Analysis(RM) Part
Text Symbol: 108 = Delete PA Part
Text Symbol: 107 = Selections for Individual FO Parts
Text Symbol: 106 = Control Parameters
Text Symbol: 105 = Also delete financial objects for transactions without transaction end
Text Symbol: 104 = Also delete FOs of transactions w. remaining balances
Text Symbol: 103 = Other Conditions
Text Symbol: 102 = Further Selections
Text Symbol: 101 = General Selections
Text Symbol: 100 = Delete inactive parts only
Text Symbol: 011 = This program deletes data from loan financial objects from the database without archiving. Do you want to continue?
Text Symbol: 010 = Deletion of Fin. Objects for Loans without Archiving
INCLUDE RJBDFO_DELTOP.
INCLUDE RJBDFO_DELT01.
INCLUDE RJBDFO_DELD01.
INCLUDE SBAL_CONSTANTS.
INCLUDE RJBDFOLN_DELF00.
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 100 text = text-009 EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJBDFOLN_DEL - Deletion of Fin. Objects for Loans without Archiving RJBDFOLN_DEL - Deletion of Fin. Objects for Loans without Archiving RJBDFOAC_DELF08 - Include RJBDFO_DELF29 RJBDFOAC_DELF07 - Form CHECK_IF_FO_EXISTS_AC RJBDFOAC_DELF06 - Form CHECK_ACCOUNT_FO RJBDFOAC_DELF05 - Form CHECK_IF_INACTIV_ACCOUNT