SAP Reports / Programs

RKE_HDB_DELETE_DATA SAP ABAP Report - Deletion of CO-PA Data in SAP HANA







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


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


INCLUDES used within this REPORT RKE_HDB_DELETE_DATA

No INCLUDES are used within this REPORT code!


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:

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.



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