RFKK_DELETE_RATING_ENTRY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for trados = fi This report deletes all creditworthiness entreis from database tables dfkkcrh and dfkkcrp if the entries are older than four years...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 RFKK_DELETE_RATING_ENTRY into the relevant SAP transactions such as SE38 or SE80
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: SO_GPART = Business Partners
Title: Deletion Program of Old Creditworthiness Entries
Text Symbol: 001 = Business Partner Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
FKK_DB_DFKKCRH_FOR_GPART CALL FUNCTION 'FKK_DB_DFKKCRH_FOR_GPART' EXPORTING i_gpart = wa_header-gpart i_kjahr = wa_header-kjahr IMPORTING e_fkkcrh = h_fkkcrh EXCEPTIONS not_found = 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.
RFKK_DELETE_RATING_ENTRY - Deletion Program of Old Creditworthiness Entries RFKK_DELETE_RATING_ENTRY - Deletion Program of Old Creditworthiness Entries RFKK_DELETE_MAKOMAZE - Delete Dunning Proposal RFKK_DELETE_MAKOMAZE - Delete Dunning Proposal RFKK_DEFREV_DISP_TIME - Output of Time-Based Deferred Revenues RFKK_DEFREV_DISP_TIME - Output of Time-Based Deferred Revenues