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

INSP_LIST_CREATE_F01 SAP ABAP INCLUDE - 1. Include form







INSP_LIST_CREATE_F01 is a standard ABAP INCLUDE 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 INSP_LIST_CREATE_F01 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 INSP_LIST_CREATE_F01. "Basic submit
SUBMIT INSP_LIST_CREATE_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT INSP_LIST_CREATE_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: 1. Include form


INCLUDES used within this REPORT INSP_LIST_CREATE_F01

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:

SZRS_S_ADRCITY_DISPLAY CALL FUNCTION 'SZRS_S_ADRCITY_DISPLAY' EXPORTING x_country = t_itab_adr-country x_langu = sy-langu x_city_code = t_itab_adr-city * X_UPD_ONLINE = * X_NO_CHANGE = * X_NO_OTHER = * IMPORTING * Y_DB_UPDATE = * Y_EXIT_TYPE = * Y_NEW_ADRCITY = * Y_NEW_ADRCITYT = EXCEPTIONS not_found = 1 general_fault = 2 OTHERS = 3.

SZRS_S_ADRSTREET_DISPLAY CALL FUNCTION 'SZRS_S_ADRSTREET_DISPLAY' EXPORTING x_country = t_itab_adr-country x_langu = sy-langu x_strt_code = t_itab_adr-street * X_UPD_ONLINE = * X_NO_CHANGE = * X_NO_OTHER = * IMPORTING * Y_DB_UPDATE = * Y_EXIT_TYPE = * Y_NEW_ADRSTREET = * Y_NEW_ADRSTREETT = EXCEPTIONS not_found = 1 general_fault = 2 OTHERS = 3.

MSG_OPEN CALL FUNCTION 'MSG_OPEN' EXPORTING x_no_dialog = co_flag_marked * X_LOG = ' ' * X_NEXT_MSG = ' ' * X_OBJ_TWICE = ' ' IMPORTING y_msg_handle = xy_handle CHANGING xy_parm = parm_open EXCEPTIONS failed = 1 subs_invalid = 2 log_invalid = 3 OTHERS = 4.

ISU_OPENING_DATA_UPDATE CALL FUNCTION 'ISU_OPENING_DATA_UPDATE' EXPORTING x_erdat = x_ewminsphead-erdat x_ernam = x_ewminsphead-ernam x_upd_mode = co_upd_modify IMPORTING y_erdat = x_ewminsphead-erdat y_ernam = x_ewminsphead-ernam y_aedat = x_ewminsphead-aedat y_aenam = x_ewminsphead-aenam EXCEPTIONS not_changed = 1 modus_incorrect = 2 OTHERS = 3.

ISU_OPENING_DATA_UPDATE CALL FUNCTION 'ISU_OPENING_DATA_UPDATE' EXPORTING * X_ERDAT = * X_ERNAM = x_upd_mode = co_upd_insert IMPORTING y_erdat = x_ewminsphead-erdat y_ernam = x_ewminsphead-ernam y_aedat = x_ewminsphead-aedat y_aenam = x_ewminsphead-aenam EXCEPTIONS not_changed = 1 modus_incorrect = 2 OTHERS = 3.

MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = x_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 = x_log_handle * IMPORTING * Y_CHANGED = EXCEPTIONS not_found = 1 handle_invalid = 2 OTHERS = 3.

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

ISU_DB_EWMINSPHEAD_UPDATE CALL FUNCTION 'ISU_DB_EWMINSPHEAD_UPDATE' EXPORTING x_ewminsphead = x_ewminsphead x_upd_mode = co_upd_modify.

ISU_DB_EWMINSPDETAIL_UPDATE CALL FUNCTION 'ISU_DB_EWMINSPDETAIL_UPDATE' EXPORTING x_upd_mode = co_upd_insert TABLES tx_ewminspdetail = t_ewminspdetail_new.

ISU_DB_EWMPERIODTI_SELECT_ALL CALL FUNCTION 'ISU_DB_EWMPERIODTI_SELECT_ALL' * EXPORTING * X_MAXCOUNT = 0 TABLES t_ewmperiodti = t_ewmperiodti EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

TIME_UNITS CALL FUNCTION 'TIME_UNITS' IMPORTING month = unit_month year = unit_year EXCEPTIONS si_unit_missing = 1 OTHERS = 2.

ISU_DB_EQUI_FORALL_EQUNR CALL FUNCTION 'ISU_DB_EQUI_FORALL_EQUNR' TABLES tx_eewm_equnr = t_eewm_equnr ty_equi = t_equi EXCEPTIONS not_found = 1 not_qualified = 2 system_error = 3 OTHERS = 4.

ISU_DB_EWMOBJINSP_FORALL CALL FUNCTION 'ISU_DB_EWMOBJINSP_FORALL' * IMPORTING * Y_COUNT = TABLES t_ewmobjinsp = t_ewmobjinsp EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

ISU_DB_EWMINSPDETAIL_FORALL CALL FUNCTION 'ISU_DB_EWMINSPDETAIL_FORALL' * IMPORTING * Y_COUNT = TABLES t_ewminspdetail = t_ewminspdetail EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

ISU_DB_EVBS_FORALL CALL FUNCTION 'ISU_DB_EVBS_FORALL' * EXPORTING * X_ACTUAL = * X_READ_TEXT = * X_SPRAS = SY-LANGU * IMPORTING * Y_COUNT = TABLES t_evbs = t_evbs EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

END_TIME_DETERMINE CALL FUNCTION 'END_TIME_DETERMINE' EXPORTING duration = duration unit = actual_unit * FACTORY_CALENDAR = IMPORTING end_date = next_inspection * END_TIME = CHANGING start_date = t_ewmobjinsp-last_insp_date * START_TIME = SY-UZEIT EXCEPTIONS factory_calendar_not_found = 1 date_out_of_calendar_range = 2 date_not_valid = 3 unit_conversion_error = 4 si_unit_missing = 5 parameters_no_valid = 6 OTHERS = 7.

ISU_DB_EANL_SELECT_VSTELLE_SPT CALL FUNCTION 'ISU_DB_EANL_SELECT_VSTELLE_SPT' EXPORTING x_vstelle = t_etins-vstelle x_sparte = t_equi-sparte x_ab = next_inspection x_bis = next_inspection * X_ACTUAL = IMPORTING y_count = tmp_count TABLES yt_v_eanl = t_v_eanl EXCEPTIONS not_found = 1 system_error = 2 invalid_interval = 3 OTHERS = 4.

ISU_ADDRESS_PROVIDE





CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING x_address_type = co_for_premise x_line_count = 0 X_READ_ADRC_REGIO = co_flag_marked x_vstelle = t_etins-vstelle IMPORTING y_eadrdat = eadrdat EXCEPTIONS not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5 OTHERS = 6.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

ISU_DB_EWMPERIODEQ_SELECT_ALL CALL FUNCTION 'ISU_DB_EWMPERIODEQ_SELECT_ALL' * EXPORTING * X_MAXCOUNT = 0 TABLES t_ewmperiodeq = t_ewmperiodeq EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

TIME_UNITS CALL FUNCTION 'TIME_UNITS' IMPORTING month = unit_month year = unit_year EXCEPTIONS si_unit_missing = 1 OTHERS = 2.

ISU_DB_EWMOBJINSP_FORALL CALL FUNCTION 'ISU_DB_EWMOBJINSP_FORALL' * IMPORTING * Y_COUNT = TABLES t_ewmobjinsp = t_ewmobjinsp EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

ISU_DB_EWMINSPDETAIL_FORALL CALL FUNCTION 'ISU_DB_EWMINSPDETAIL_FORALL' * IMPORTING * Y_COUNT = TABLES t_ewminspdetail = t_ewminspdetail EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

END_TIME_DETERMINE CALL FUNCTION 'END_TIME_DETERMINE' EXPORTING duration = duration unit = actual_unit * FACTORY_CALENDAR = IMPORTING end_date = next_inspection * END_TIME = CHANGING start_date = t_ewmobjinsp-last_insp_date * START_TIME = SY-UZEIT EXCEPTIONS factory_calendar_not_found = 1 date_out_of_calendar_range = 2 date_not_valid = 3 unit_conversion_error = 4 si_unit_missing = 5 parameters_no_valid = 6 OTHERS = 7.

EQUIPMENT_READ_DAY * CALL FUNCTION 'EQUIPMENT_READ_DAY' * EXPORTING ** CHECK_AUTH = ' ' * equi_no = t_equi-equnr * reading_date = sy-datum * IMPORTING ** EQKT = ** EQUI = ** EQUZ = * iloa = iloa * EXCEPTIONS * auth_no_begrp = 1 * auth_no_iwerk = 2 * auth_no_swerk = 3 * eqkt_not_found = 4 * equi_not_found = 5 * equz_not_found = 6 * iloa_not_found = 7 * auth_no_ingrp = 8 * auth_no_kostl = 9 * OTHERS = 10.

EQUIPMENT_READ CALL FUNCTION 'EQUIPMENT_READ' EXPORTING * I_HANDLE = * I_LOCK = * CHECK_AUTH = ' ' equi_no = t_equi-equnr * EQUZ_NO = '000' READING_DATE = sy-datum * X_XAKTYP = ' ' IMPORTING * EQUI = * EQKT = * EQUZ = ILOA = iloa * EQBS = * FLEET = * EFHM = EXCEPTIONS AUTH_NO_BEGRP = 1 AUTH_NO_IWERK = 2 AUTH_NO_SWERK = 3 EQKT_NOT_FOUND = 4 EQUI_NOT_FOUND = 5 EQUZ_NOT_FOUND = 6 ILOA_NOT_FOUND = 7 AUTH_NO_INGRP = 8 AUTH_NO_KOSTL = 9 ERR_HANDLE = 10 LOCK_FAILURE = 11 OTHERS = 12.

ISU_DB_IFLOT_SINGLE CALL FUNCTION 'ISU_DB_IFLOT_SINGLE' EXPORTING x_tplnr = iloa-tplnr IMPORTING y_iflot = iflot EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING x_address_type = co_for_connobj x_line_count = 0 X_READ_ADRC_REGIO = co_flag_marked x_haus = iflot-tplnr IMPORTING y_eadrdat = eadrdat EXCEPTIONS not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5 OTHERS = 6.

ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING x_address_type = co_for_devloc x_line_count = 0 X_READ_ADRC_REGIO = co_flag_marked x_devloc = iflot-tplnr IMPORTING y_eadrdat = eadrdat EXCEPTIONS not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5 OTHERS = 6.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

ISU_DB_EQUI_SINGLE CALL FUNCTION 'ISU_DB_EQUI_SINGLE' EXPORTING x_equnr = tmp_equnr IMPORTING Y_EQUI = tmp_equi EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

ISU_DB_ETINS_SELECT_EQUI CALL FUNCTION 'ISU_DB_ETINS_SELECT_EQUI' EXPORTING x_equnr = tmp_equnr IMPORTING Y_ETINS = tmp_etins EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

ISU_DB_EWMINSPDETAIL_SELECT CALL FUNCTION 'ISU_DB_EWMINSPDETAIL_SELECT' EXPORTING * X_CAMPAIGN = X_OBJNR = tmp_equi-objnr * X_MAXCOUNT = 0 TABLES t_ewminspdetail = t_ewminspdetail EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 NOT_QUALIFIED = 3 OTHERS = 4.

ISU_DB_EWMOBJINSP_SINGLE CALL FUNCTION 'ISU_DB_EWMOBJINSP_SINGLE' EXPORTING x_objnr = tmp_equi-objnr IMPORTING Y_EWMOBJINSP = tmp_ewmobjinsp EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

ISU_DB_EVBS_SINGLE CALL FUNCTION 'ISU_DB_EVBS_SINGLE' EXPORTING x_vstelle = tmp_etins-vstelle IMPORTING Y_EVBS = tmp_evbs EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

ISU_DB_EWMPERIODTI_SINGLE CALL FUNCTION 'ISU_DB_EWMPERIODTI_SINGLE' EXPORTING x_vbsart = tmp_evbs-vbsart x_sparte = tmp_equi-sparte IMPORTING Y_EWMPERIODTI = tmp_ewmperiodti EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

END_TIME_DETERMINE CALL FUNCTION 'END_TIME_DETERMINE' EXPORTING duration = duration unit = actual_unit IMPORTING end_date = next_inspection CHANGING start_date = tmp_ewmobjinsp-last_insp_date EXCEPTIONS factory_calendar_not_found = 1 date_out_of_calendar_range = 2 date_not_valid = 3 unit_conversion_error = 4 si_unit_missing = 5 parameters_no_valid = 6 OTHERS = 7.




ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING x_address_type = co_for_premise x_line_count = 0 X_READ_ADRC_REGIO = co_flag_marked x_vstelle = tmp_etins-vstelle IMPORTING y_eadrdat = eadrdat EXCEPTIONS not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5 OTHERS = 6.

ISU_DB_EANL_SELECT_VSTELLE_SPT CALL FUNCTION 'ISU_DB_EANL_SELECT_VSTELLE_SPT' EXPORTING x_vstelle = tmp_etins-vstelle x_sparte = tmp_equi-sparte x_ab = next_inspection x_bis = next_inspection * X_ACTUAL = IMPORTING y_count = tmp_count TABLES yt_v_eanl = t_v_eanl EXCEPTIONS not_found = 1 system_error = 2 invalid_interval = 3 OTHERS = 4.

ISU_DB_EWMINSPDETAIL_SELECT CALL FUNCTION 'ISU_DB_EWMINSPDETAIL_SELECT' EXPORTING * X_CAMPAIGN = X_OBJNR = tmp_equi-objnr * X_MAXCOUNT = 0 TABLES t_ewminspdetail = t_ewminspdetail EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 NOT_QUALIFIED = 3 OTHERS = 4.

ISU_DB_EWMOBJINSP_SINGLE CALL FUNCTION 'ISU_DB_EWMOBJINSP_SINGLE' EXPORTING x_objnr = tmp_equi-objnr IMPORTING Y_EWMOBJINSP = tmp_ewmobjinsp EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

ISU_DB_EWMPERIODEQ_SINGLE CALL FUNCTION 'ISU_DB_EWMPERIODEQ_SINGLE' EXPORTING x_eqart = tmp_equi-eqart x_sparte = tmp_equi-sparte IMPORTING Y_EWMPERIODEQ = tmp_ewmperiodeq EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

END_TIME_DETERMINE CALL FUNCTION 'END_TIME_DETERMINE' EXPORTING duration = duration unit = actual_unit IMPORTING end_date = next_inspection CHANGING start_date = tmp_ewmobjinsp-last_insp_date EXCEPTIONS factory_calendar_not_found = 1 date_out_of_calendar_range = 2 date_not_valid = 3 unit_conversion_error = 4 si_unit_missing = 5 parameters_no_valid = 6 OTHERS = 7.

EQUIPMENT_READ_DAY * CALL FUNCTION 'EQUIPMENT_READ_DAY' * EXPORTING * equi_no = tmp_equi-equnr * reading_date = sy-datum * IMPORTING * iloa = iloa * EXCEPTIONS * auth_no_begrp = 1 * auth_no_iwerk = 2 * auth_no_swerk = 3 * eqkt_not_found = 4 * equi_not_found = 5 * equz_not_found = 6 * iloa_not_found = 7 * auth_no_ingrp = 8 * auth_no_kostl = 9 * OTHERS = 10.

EQUIPMENT_READ CALL FUNCTION 'EQUIPMENT_READ' EXPORTING equi_no = tmp_equi-equnr reading_date = sy-datum IMPORTING ILOA = iloa EXCEPTIONS AUTH_NO_BEGRP = 1 AUTH_NO_IWERK = 2 AUTH_NO_SWERK = 3 EQKT_NOT_FOUND = 4 EQUI_NOT_FOUND = 5 EQUZ_NOT_FOUND = 6 ILOA_NOT_FOUND = 7 AUTH_NO_INGRP = 8 AUTH_NO_KOSTL = 9 ERR_HANDLE = 10 LOCK_FAILURE = 11 OTHERS = 12.

ISU_DB_IFLOT_SINGLE CALL FUNCTION 'ISU_DB_IFLOT_SINGLE' EXPORTING x_tplnr = iloa-tplnr IMPORTING y_iflot = iflot EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING x_address_type = co_for_connobj x_line_count = 0 X_READ_ADRC_REGIO = co_flag_marked x_haus = iflot-tplnr IMPORTING y_eadrdat = eadrdat EXCEPTIONS not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5 OTHERS = 6.

ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING x_address_type = co_for_devloc x_line_count = 0 X_READ_ADRC_REGIO = co_flag_marked x_devloc = iflot-tplnr IMPORTING y_eadrdat = eadrdat EXCEPTIONS not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5 OTHERS = 6.

ISU_DB_EWMPERIODTI_SELECT_ALL CALL FUNCTION 'ISU_DB_EWMPERIODTI_SELECT_ALL' TABLES t_ewmperiodti = t_ewmperiodti EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

TIME_UNITS CALL FUNCTION 'TIME_UNITS' IMPORTING month = unit_month year = unit_year EXCEPTIONS si_unit_missing = 1 OTHERS = 2.

ISU_TECHINST_CHECK_PARALLEL CALL FUNCTION 'ISU_TECHINST_CHECK_PARALLEL' starting new task taskname destination in group 'EEWM_INSPECTION' performing get_result_ti on end of task EXPORTING x_campaign = x_campaign x_campaign_start = x_campaign_start x_campaign_end = x_campaign_end X_MONTH = x_month X_YEAR = x_year X_SO_NEXTI_LOW = x_so_nexti-low X_SO_NEXTI_HIGH = x_so_nexti-high x_unit_month = unit_month x_unit_year = unit_year * IMPORTING * ETINS_CHECKED = * ETINS_FOUND = tables t_etins = t_etins_parallel "#EC ENHOK t_ewmperiodti = t_ewmperiodti "#EC ENHOK * yt_ewminspdetail_new = t_so_vbart = t_so_vbart t_so_spart = t_so_spart t_so_regio = t_so_regio t_so_abein = t_so_abein t_so_month = t_so_month t_so_year = t_so_year t_so_cntry = t_so_cntry t_so_city = t_so_city t_so_strt = t_so_strt t_so_hnum = t_so_hnum exceptions communication_failure = 1 system_failure = 2 resource_failure = 3.

ISU_DB_EWMPERIODEQ_SELECT_ALL CALL FUNCTION 'ISU_DB_EWMPERIODEQ_SELECT_ALL' TABLES t_ewmperiodeq = t_ewmperiodeq EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

TIME_UNITS CALL FUNCTION 'TIME_UNITS' IMPORTING month = unit_month year = unit_year EXCEPTIONS si_unit_missing = 1 OTHERS = 2.

ISU_EQUIPMENT_CHECK_PARALLEL CALL FUNCTION 'ISU_EQUIPMENT_CHECK_PARALLEL' starting new task taskname destination in group 'EEWM_INSPECTION' performing get_result_equi on end of task EXPORTING x_campaign = x_campaign x_campaign_start = x_campaign_start x_campaign_end = x_campaign_end X_MONTH = x_month X_YEAR = x_year X_SO_NEXTI_LOW = x_so_nexti-low X_SO_NEXTI_HIGH = x_so_nexti-high x_unit_month = unit_month x_unit_year = unit_year TABLES T_EQUNR = t_equnr_parallel "#EC ENHOK T_EWMPERIODEQ = t_ewmperiodeq "#EC ENHOK * YT_EWMINSPDETAIL_NEW = T_SO_EQART = t_so_eqart T_SO_SPART = t_so_spart T_SO_REGIO = t_so_regio T_SO_MONTH = t_so_month T_SO_YEAR = t_so_year T_SO_CNTRY = t_so_cntry T_SO_CITY = t_so_city T_SO_STRT = t_so_strt T_SO_HNUM = t_so_hnum * Y_MESSAGES = exceptions communication_failure = 1 system_failure = 2 resource_failure = 3.

STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING objnr = x_objnr status = x_stat EXCEPTIONS object_not_found = 1 status_not_active = 2 OTHERS = 3.



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