SAP Reports / Programs

RPHA_DEL SAP ABAP Report - BW20PI: Deleting a Generated HIER DataSource in Source System







RPHA_DEL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPHA_DEL 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 RPHA_DEL. "Basic submit
SUBMIT RPHA_DEL AND RETURN. "Return to original report after report execution complete
SUBMIT RPHA_DEL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: BW20PI: Deleting a Generated HIER DataSource in Source System
Text Symbol: 001 = Reading Data....
Text Symbol: 002 = Display of Selection Options
Text Symbol: 003 = Table contains no values
Text Symbol: 011 = Delete BW20 DataSource
Text Symbol: 012 = Delete Generated DataSource
Text Symbol: 013 = in the Source System?
Text Symbol: 020 = Deleting Generated DataSource
Text Symbol: 021 = Error Information:


INCLUDES used within this REPORT RPHA_DEL

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 0 TEXT = TEXT-001.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING CUCOL = 2 CUROW = 4 SELECTFIELD = 'OLTPSOURCE' TITEL = TEXT-002 IMPORTING IND = L_TABLE_INDEX TABLES FIELDS = L_T_FIELDS FULL_TABLE = L_T_SELECT EXCEPTIONS FULL_TABLE_EMPTY = 1 NO_TABLESTRUCTURE_GIVEN = 2 NO_TABLEFIELDS_IN_DICTIONARY = 3 MORE_THEN_ONE_SELECTFIELD = 4 NO_SELECTFIELD = 5 OTHERS = 6.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 0 TEXT = TEXT-003.

RSA1_SINGLE_OLTPSOURCE_GET CALL FUNCTION 'RSA1_SINGLE_OLTPSOURCE_GET' EXPORTING * I_WITH_BUF = ' ' I_OLTPSOURCE = OSOURCE * I_OBJVERS = 'A' * I_RLOGSYS = * I_T_LANGU = * IMPORTING * E_S_OLTPSOURCE = * E_S_OHIECAT = * E_S_ROIS = * E_S_RODCHABAS = * E_S_ROHIEBAS = * E_S_RSMDDELTA = * E_T_ROOSGEN = * E_T_FIELDS = * E_T_TEXTS = * E_T_FIELDT = * E_T_OHIECOM = * E_T_ROOSPRMSF = * E_T_ROIST = * E_S_MDDELTA = * E_T_OHIECOMTECH = EXCEPTIONS NO_AUTHORITY = 1 NOT_EXIST = 2 INCONSISTENT = 3 OTHERS = 4.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = L_MESSAGE TEXTLINE2 = TEXT-013 TITEL = TEXT-011 IMPORTING ANSWER = L_ANSWER.

RSA1_OLTPSOURCE_DELETE CALL FUNCTION 'RSA1_OLTPSOURCE_DELETE' EXPORTING I_OLTPSOURCE = OSOURCE * I_OBJVERS = 'A' * I_DEVCLASS = * I_REQUEST = * I_NO_TRANS = ' ' * IMPORTING * E_REQUEST = * E_DEVCLASS = * E_T_MESSAGES = EXCEPTIONS TRANSPORT_ERROR = 1 FAILED = 2 NO_PERMISSION = 3 ERROR_OCCURED = 4 OTHERS = 5.



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