RIDELPHIN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program deletes database enties from the tables PHINH, PHINT and PHIN_MSG...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 RIDELPHIN 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_DELTST = D .
Selection Text: P_PHINTP = Takeover/Handover (T/H)
Selection Text: P_PROT = D .
Selection Text: P_PROT_O = D .
Selection Text: P_REFERC = Takeover Reference Required
Selection Text: P_RESDAY = Buffer Days Until Deletion
Title: Deletion Program for Takeover/Handover Tables
Text Symbol: 001 = Authorization to delete takeover/handover data is missing
Text Symbol: S01 = Restrictions
Text Symbol: S02 = Processing Options
Text Symbol: S03 = Number of Entries Deleted ...
Text Symbol: S04 = *** Testrun ***
INCLUDE RIDELPHIN_TOP . " GLOBAL DATA
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_PROTOCOL_INIT CALL FUNCTION 'ARCHIVE_PROTOCOL_INIT' EXPORTING i_context = lv_context i_detailprotocol = i_prot i_protocol_output = i_prot_o.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = sy-repid * 1 = bearbeitet i_msgtype = '1' * *** Testrun *** i_text = text-s04.
DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'PHIN_DOM_TO_TYPE' text = abap_true langu = sy-langu TABLES dd07v_tab = gt_domain_tab.
ARCHIVE_PROTOCOL_WRITE CALL FUNCTION 'ARCHIVE_PROTOCOL_WRITE'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RIDELPHIN - Deletion Program for Takeover/Handover Tables RIDELPHIN - Deletion Program for Takeover/Handover Tables RIDATATOP - documentation and ABAP source code RICUTQSCR - Transfer of Customizing Settings in Table TQSCR RICUTQSCR - Transfer of Customizing Settings in Table TQSCR RICUOB00 - Link Object to Dependency Knowledge