SAP Reports / Programs | Basis Components | Exchange Infrastructure | Integration Server(BC-XI-IS) SAP BC

IDX_SHOW_PACKET SAP ABAP Report - Monitor for Message Packages







IDX_SHOW_PACKET 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 IDX_SHOW_PACKET 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

IDXP - Monitor for Message Packages


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 IDX_SHOW_PACKET. "Basic submit
SUBMIT IDX_SHOW_PACKET AND RETURN. "Return to original report after report execution complete
SUBMIT IDX_SHOW_PACKET 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: MSGID = Message ID
Selection Text: PJOBID = Job ID
Selection Text: PROC_ID = Package ID
Title: Monitor for Message Packages
Text Symbol: 001 = Msgs for Packages
Text Symbol: 002 = Pckge ID
Text Symbol: 300 = test
Text Symbol: 310 = Message manually deleted from your queue
Text Symbol: 320 = Queue stopped due to an incorrect entry
Text Symbol: 330 = Message package in stopped queue
Text Symbol: 340 = Message being processed
Text Symbol: 350 = Message not yet assigned to package or queue


INCLUDES used within this REPORT IDX_SHOW_PACKET

INCLUDE IDXPACKTOP . " GLOBAL DATA
INCLUDE IDXPACKF01 . " FORM-ROUTINES


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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = repid i_callback_user_command = 'USER_COMMAND' i_callback_pf_status_set = 'SET_STATUS' is_layout = gs_layout i_save = alv_save is_variant = alv_variant it_fieldcat = lt_fieldcat[] it_sort = lt_sort[] it_events = lt_events[] TABLES t_outtab = int_messages.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = lt_events.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_yellow_light INFO = text-350 IMPORTING RESULT = l_statusicon exceptions others = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_complete INFO = text-300 IMPORTING RESULT = l_statusicon exceptions others = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_incomplete INFO = text-310 IMPORTING RESULT = l_statusicon exceptions others = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_red_light INFO = text-320 IMPORTING RESULT = l_statusicon exceptions others = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_package_standard INFO = text-330 IMPORTING RESULT = l_statusicon exceptions others = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_green_light INFO = text-340 IMPORTING RESULT = l_statusicon exceptions others = 0.



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