RFKK_DEL_DFKKREP07 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for trados = docu -> fi -> fica The program deletes data that is no longer required for the tax return from table
If you would like to execute this report or see the full code listing simply enter RFKK_DEL_DFKKREP07 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FPAR07 - Delete Tax Reporting 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: SELBUKRS = D Company Code
Selection Text: SELOPBEL = Document Number
Selection Text: SELVMDAT = Reporting Date Defined
Selection Text: TESTRUN = Test Run
Title: Delete Tax Reporting Data
Text Symbol: 001 = Report entries deleted for &1 documents
Text Symbol: 002 = Update Run: Deletion of Tax Return Data
Text Symbol: 003 = Report entries can be deleted for &1 documents
Text Symbol: 004 = Test Run: Deletion of Tax Return Data
Text Symbol: B01 = Data to Be Deleted
Text Symbol: DEL = Delete Tax Reporting Data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_DOC_AUTHORITY_CHECK CALL FUNCTION 'FKK_DOC_AUTHORITY_CHECK' EXPORTING i_bukrs = t_b-bukrs i_actvt = actvt.
FI_PERIOD_DETERMINE * CALL FUNCTION 'FI_PERIOD_DETERMINE' * EXPORTING * i_budat = sy-datum * i_bukrs = t_b-bukrs * IMPORTING * e_gjahr = year1 * EXCEPTIONS * OTHERS = 0.
FI_PERIOD_DETERMINE * CALL FUNCTION 'FI_PERIOD_DETERMINE' * EXPORTING * i_budat = date * i_bukrs = t_b-bukrs * IMPORTING * e_gjahr = year2 * EXCEPTIONS * OTHERS = 0.
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_DEL_DFKKREP07 - Delete Tax Reporting Data RFKK_DEL_DFKKREP07 - Delete Tax Reporting Data RFKK_DEL_DFKKREP01 - Delete Tax Return Data (Belgium) RFKK_DEL_DFKKREP01 - Delete Tax Return Data (Belgium) RFKK_DEL_DFKKQSR - Delete report data for withholding tax RFKK_DEL_DFKKQSR - Delete report data for withholding tax