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
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.
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:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPHA_DEL - BW20PI: Deleting a Generated HIER DataSource in Source System RPHA_DEL - BW20PI: Deleting a Generated HIER DataSource in Source System RPHASETS - BW20PI: Generating DataSource for Cust. Ref. SETs Hierarchies RPHASETS - BW20PI: Generating DataSource for Cust. Ref. SETs Hierarchies RPHASETC - documentation and ABAP source code RPHASETC - documentation and ABAP source code