SAP Reports / Programs

RJBDFOLN_DEL SAP ABAP Report - Deletion of Fin. Objects for Loans without Archiving







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

JBDFOLN_DEL - Deletion of Loan Financial Objects


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 RJBDFOLN_DEL. "Basic submit
SUBMIT RJBDFOLN_DEL AND RETURN. "Return to original report after report execution complete
SUBMIT RJBDFOLN_DEL 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_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





Text Symbol: 009 = Reading data
Text Symbol: 008 = Processing data
Text Symbol: 007 = Deleting data
Text Symbol: 006 = Cancel


INCLUDES used within this REPORT RJBDFOLN_DEL

INCLUDE RJBDFO_DELTOP.
INCLUDE RJBDFO_DELT01.
INCLUDE RJBDFO_DELD01.
INCLUDE SBAL_CONSTANTS.
INCLUDE RJBDFOLN_DELF00.


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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 100 text = text-009 EXCEPTIONS OTHERS = 1.



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