RKE_HDB_DELETE_DATA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to delete data relating to Profitability Analysis (CO-PA) from the SAP HANA 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 RKE_HDB_DELETE_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: GJAHR = D .
Selection Text: PERDE = D .
Selection Text: PLIKZ = D .
Selection Text: P_DELPRD = D .
Selection Text: P_DELTST = D .
Selection Text: S_BUKRS = D .
Selection Text: S_ERKRS = D .
Selection Text: S_KOKRS = D .
Selection Text: VERSI = D .
Selection Text: VRGAR = D .
Title: Deletion of CO-PA Data in SAP HANA
Text Symbol: 001 = Operating Concern
Text Symbol: 002 = Object Key
Text Symbol: 003 = Further Selection Criteria
Text Symbol: 004 = Processing Options
Text Symbol: 005 = Deletion of Data from SAP HANA Database
Text Symbol: 006 = Use for test data only! Do you really want to delete?
Text Symbol: 007 = Y
Text Symbol: 008 = No
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
COPA_GET_ERK CALL FUNCTION 'COPA_GET_ERK' IMPORTING erkrs = s_erkrs EXCEPTIONS erkrs_inactive = 1. "#EC FB_RC
RKE_VALUE_REQUEST_VERSI CALL FUNCTION 'RKE_VALUE_REQUEST_VERSI' EXPORTING erkrs = g_erkrs IMPORTING versi = versi-low.
RKE_VALUE_REQUEST_VERSI CALL FUNCTION 'RKE_VALUE_REQUEST_VERSI' EXPORTING erkrs = g_erkrs IMPORTING versi = versi-high.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-005 text_question = text-006 text_button_1 = text-007 text_button_2 = text-008 display_cancel_button = 'X' start_column = 25 start_row = 6 IMPORTING answer = g_answer EXCEPTIONS text_not_found = 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.
RKE_HDB_DELETE_DATA - Deletion of CO-PA Data in SAP HANA RKE_HDB_DELETE_DATA - Deletion of CO-PA Data in SAP HANA RKE_GENERATE_INTERFACE_ACT====FT - RKEGENERATEINTERFACEACT====FT RKE_GENERATE_FOR_SCAN - RKEGENERATEFORSCAN RKE_GENERATE_DATA_TEMPLATES - RKEGENERATEDATATEMPLATES RKE_GENERATE_ARCHIVE==========FT - RKEGENERATEARCHIVE==========FT