SAP Reports / Programs

ROIKDELHIS SAP ABAP Report - TPI: Reorg. Process Data







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

O4PTPIR - Delete TPI status entries


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


INCLUDES used within this REPORT ROIKDELHIS

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:

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



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