RFKKPTSAFT_DELETE_EXTRACT_DATA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to delete the extracted data from the following tables:
If you would like to execute this report or see the full code listing simply enter RFKKPTSAFT_DELETE_EXTRACT_DATA 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: P_BUKRS = D .
Selection Text: P_GJAHR = D .
Selection Text: SO_MONAT = Month
Title: SAF-T: Delete Extracted Data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1BSA_COMPONENT_ACTIVE CALL FUNCTION 'J_1BSA_COMPONENT_ACTIVE' EXPORTING bukrs = p_bukrs component = 'PT' EXCEPTIONS component_not_active = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKPTSAFT_DELETE_EXTRACT_DATA - SAF-T: Delete Extracted Data RFKKPTSAFT_DELETE_EXTRACT_DATA - SAF-T: Delete Extracted Data RFKKPTSAFTSIGN_SCREEN - Include RFKKPTSAFTSIGN_SCREEN RFKKPTSAFTSIGN_FORM02 - Include RFKKPTSAFTSIGN_FORM02 RFKKPTSAFTSIGN_FORM01 - Include RFKKPTSAFTSIGN_FORM01 RFKKPTSAFTSIGN_DATA - Include RFKKPTSAFTSIGN_DATA