SAP Reports / Programs | Processing | SAP Utilities | Processing(IS-U-WM-PC) SAP IS

RE_INSP_LIST_DISPLAY SAP ABAP Report - Change/Display Inspection List







RE_INSP_LIST_DISPLAY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Change/Display Inspection Lists This report allows you to change or display 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 RE_INSP_LIST_DISPLAY 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

EEWM_ILDI - Display Inspection List
EEWM_ILCH - Change Inspection List


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 RE_INSP_LIST_DISPLAY. "Basic submit
SUBMIT RE_INSP_LIST_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT RE_INSP_LIST_DISPLAY 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: FREESEL = Does Free Selection Exist?
Selection Text: REGIOSEL = Does Regional Selection Exist?
Selection Text: R_COMP = Select completed entries
Selection Text: R_N_COMP = Select uncompleted entries
Selection Text: SO_ABEIN = Meter reading unit
Selection Text: SO_EQART = Type of equipment
Selection Text: SO_LASTI = Date of last inspection
Selection Text: SO_NEXTI = Date of next inspection
Selection Text: SO_REGIO = Regional structure group
Selection Text: SO_SPART = Division
Selection Text: SO_VBART = Type of premise
Selection Text: CAMPAIGN = D .
Selection Text: C_END = D .
Selection Text: C_START = D .
Selection Text: SO_MONTH = D .
Selection Text: SO_YEAR = D .
Title: Change/Display Inspection List
Text Symbol: T02 = Selections for displaying the inspection list
Text Symbol: T03 = Select technical installations or equipment
Text Symbol: T04 = Regional selections
Text Symbol: T05 = Custom Selections
Text Symbol: T10 = Restrict period for inspections
Text Symbol: T45 = Display inspection list
Text Symbol: T46 = Restrictions
Text Symbol: T47 = Change inspection list
Text Symbol: T48 = End inspection list
Text Symbol: T49 = Cancel inspection list
Text Symbol: T50 = Back
Text Symbol: T51 = Specify compl. date
Text Symbol: T52 = Complete inspections concerned?
Text Symbol: 001 = Select technical installations
Text Symbol: 002 = Select equipment
Text Symbol: 010 = Select technical installations and equipment
Text Symbol: 011 = Select all entries
Text Symbol: 012 = Only select entries without order/notification
Text Symbol: 013 = Only select entries with order/notification
Text Symbol: 014 = Select completed entries
Text Symbol: 015 = Select uncompleted entries





Text Symbol: 017 = Save before exiting?
Text Symbol: 019 = Cancel?
Text Symbol: 021 = Should the changed data
Text Symbol: 022 = be saved first?
Text Symbol: 024 = At least one of sel. inspections
Text Symbol: 025 = for the order/notification belong
Text Symbol: 026 = to inspections not selected.
Text Symbol: 028 = Do you want to continue and compl.
Text Symbol: 029 = all inspections for order/notif.?
Text Symbol: 031 = Specify period in months
Text Symbol: 033 = Specify period in years
Text Symbol: S01 = Line
Text Symbol: S12 = Campaign:
Text Symbol: S13 = Valid from - to
Text Symbol: S14 = Only tech.install.
Text Symbol: S15 = Only equipment
Text Symbol: S16 = No. of entries:
Text Symbol: S17 = Entry
Text Symbol: S18 = Entries
Text Symbol: S19 = Caution! Campaign was already archived
Text Symbol: S20 = Caution! Campaign is prepared for archiving
Text Symbol: T01 = Campaign


INCLUDES used within this REPORT RE_INSP_LIST_DISPLAY

INCLUDE INSP_LIST_DISPLAY_TOP.
INCLUDE INSP_LIST_DISPLAY_O01.
INCLUDE INSP_LIST_DISPLAY_I01.
INCLUDE INSP_LIST_DISPLAY_F01.


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:

ISU_DB_EWMINSPHEAD_SINGLE CALL FUNCTION 'ISU_DB_EWMINSPHEAD_SINGLE' EXPORTING x_campaign = campaign IMPORTING y_ewminsphead = ewminsphead EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

ISU_DB_TE102_SINGLE CALL FUNCTION 'ISU_DB_TE102_SINGLE' EXPORTING x_vbsart = tmp_vbsart * IMPORTING * Y_TE102 = EXCEPTIONS not_found = 1 system_error = 2 not_qualified = 3 OTHERS = 4.

ISU_DB_TE422_SINGLE CALL FUNCTION 'ISU_DB_TE422_SINGLE' EXPORTING x_termschl = tmp_termschl * X_ACTUAL = 'X' * IMPORTING * Y_TE422 = EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

ISU_DB_T370K_SINGLE CALL FUNCTION 'ISU_DB_T370K_SINGLE' EXPORTING x_eqart = tmp_eqart * IMPORTING * Y_T370K = EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

ISU_DB_TSPA_SINGLE CALL FUNCTION 'ISU_DB_TSPA_SINGLE' EXPORTING x_sparte = tmp_sparte * IMPORTING * Y_TSPA = EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

SZRS_DB_REGIOGROUP_SINGLE





CALL FUNCTION 'SZRS_DB_REGIOGROUP_SINGLE' EXPORTING x_regiogroup = tmp_regiogroup * X_LANGU = SY-LANGU * X_ACTUAL = * IMPORTING * Y_ADRREGGRP = * Y_ADRREGGRPT = EXCEPTIONS not_found = 1 OTHERS = 2.

ENQUEUE_E_EWMINSP CALL FUNCTION 'ENQUEUE_E_EWMINSP' EXPORTING mode_ewminsphead = 'E' mode_ewminspdetail = 'E' mandt = sy-mandt campaign = campaign * OBJNR = * X_CAMPAIGN = ' ' * X_OBJNR = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = log_handle x_action = co_msg_save * X_MSG_BREAK = * X_POPUP = IMPORTING * Y_LAST_MSG = yt_lognumbers = t_lognumbers * YT_MESSAGES = EXCEPTIONS action_not_supported = 1 handle_invalid = 2 not_found = 3 OTHERS = 4.

MSG_PREPARE_CLOSE CALL FUNCTION 'MSG_PREPARE_CLOSE' EXPORTING x_msg_handle = log_handle * IMPORTING * Y_CHANGED = EXCEPTIONS not_found = 1 handle_invalid = 2 OTHERS = 3.

MSG_CLOSE CALL FUNCTION 'MSG_CLOSE' EXPORTING x_msg_handle = log_handle EXCEPTIONS not_found = 1 handle_invalid = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = 'X' "only for testing I_CALLBACK_PROGRAM = repid I_CALLBACK_PF_STATUS_SET = co_form_set_pf_status I_CALLBACK_USER_COMMAND = co_form_user_command * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' I_STRUCTURE_NAME = struc_name * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = grid_title * I_GRID_SETTINGS = IS_LAYOUT = g_layout IT_FIELDCAT = g_fieldcat_tab[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = I_DEFAULT = 'X' I_SAVE = g_variant_save * IS_VARIANT = IT_EVENTS = g_events_tab[] * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = t_ewminspdetail EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.



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