ROIKDELHIS 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 ROIKDELHIS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O4PTPIR - Delete TPI status entries
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: SO_DOCNU = IDOC number
Selection Text: SO_ERDAT = Creation date
Selection Text: SO_ERZET = Creation time
Selection Text: SO_XBLNR = External reference number
Title: TPI: Reorg. Process Data
Text Symbol: 001 = Processed inbound data
Text Symbol: 002 = Delete the selected entries from the TPI history table.
Text Symbol: 003 = Are you sure?
Text Symbol: 004 = Delete entries from TPI history table
Text Symbol: 005 = IDOC Number
Text Symbol: 006 = Ext. Ref. doc.
Text Symbol: 007 = Creation Date
Text Symbol: 008 = Creation Time
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_CONTINUE_YES_NO CALL FUNCTION 'POPUP_CONTINUE_YES_NO' EXPORTING * DEFAULTOPTION = 'Y' textline1 = txt_field_1 textline2 = txt_field_2 titel = txt_field_3 start_column = 25 start_row = 6 IMPORTING answer = answer EXCEPTIONS OTHERS = 1.
AQ_INT_SHOW_MESSAGE_AS_POPUP CALL FUNCTION 'AQ_INT_SHOW_MESSAGE_AS_POPUP' EXPORTING popup_pos_x = 5 popup_pos_y = 5 message_class = 'OE' message_number = '843' message_type = 'I' message_var1 = l_message_var1 message_var2 = l_message_var2.
AQ_INT_SHOW_MESSAGE_AS_POPUP CALL FUNCTION 'AQ_INT_SHOW_MESSAGE_AS_POPUP' EXPORTING popup_pos_x = 5 popup_pos_y = 5 message_class = 'M7' message_number = '083' message_type = 'I'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.