SAP Reports / Programs | Plant Maintenance | Technical Objects | Takeover/Handover of Technical Objects(PM-EQM-THO) SAP PM

RIDELPHIN SAP ABAP Report - Deletion Program for Takeover/Handover Tables







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


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


INCLUDES used within this REPORT RIDELPHIN

INCLUDE RIDELPHIN_TOP . " GLOBAL DATA


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:

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'.



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