SAP ISU_S_WORKLIST_INSTALL Function Module for Internal: Install Worklist
ISU_S_WORKLIST_INSTALL is a standard isu s worklist install SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for Internal: Install Worklist processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.
See here to view full function module documentation and code listing for isu s worklist install FM, simply by entering the name ISU_S_WORKLIST_INSTALL into the relevant SAP transaction such as SE37 or SE38.
Function Group: E30D
Program Name: SAPLE30D
Main Program: SAPLE30D
Appliation area: E
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:

Function ISU_S_WORKLIST_INSTALL pattern details
In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.CALL FUNCTION 'ISU_S_WORKLIST_INSTALL'"Internal: Install Worklist.
EXPORTING
* X_HAUS = "Connection Object
* X_MATNR = "
* X_MATNRALT = "
X_ACTION = "Action
* X_SPARTEE = "
* X_SPARTEA = "
* X_UPD_ONLINE = 'X' "Indicator: Update Online
* X_NO_DIALOG = "Indicator: no dialog
* X_NO_EVENT = ' ' "
* X_NO_STATISTIC = ' ' "
* X_NO_CHANGE_DOC = ' ' "
* X_DEVLOC = "Device Location
* X_CALLED_BY_IDOC = ' ' "
* X_NO_MR_REQUIRED = ' ' "
* X_CH_NEW_DEV_STAT = ' ' "
* X_KUNDE = "Business Partner
* X_ANLAGE = "Installation
* X_EADAT = "Installation date
* X_GERAETNEU = "
* X_EQUNRNEU = "
* X_GERAETALT = "
* X_EQUNRALT = "
IMPORTING
Y_DB_UPDATE = "Indicator: data change
Y_EXIT_TYPE = "Return Mode
Y_RESULT_TAB = "Result of Installation/Removal/Replacement
CHANGING
* XY_OBJ = "
* XY_AUTO = "
* XY_EXT_CONT = "CIC: Table for SWCONT
* X_GMVT_N = "Screen Fields for I/R/R Work List (Input): New Goods Mvmnt
* X_GMVT_O = "Screen Fields for I/R/R Work List (Input): Old Goods Mvmnt
EXCEPTIONS
NOT_FOUND = 1 FOREIGN_LOCK = 2 INVALID = 3 INTERNAL_ERROR = 4 NOT_QUALIFIED = 5 INPUT_ERROR = 6 SYSTEM_ERROR = 7 NOT_CUSTOMIZED = 8
Customer Function user exits
Below is a list of CUSTOMER FUNCTION exit user exits that are available within this program and maybe relevant for this FM.EXIT_SAPLE30D_001 Default values for Installation, Removal, and Replacement
EXIT_SAPLE30D_002 Checks for Installation, Removal, and Replacement
IMPORTING Parameters details for ISU_S_WORKLIST_INSTALL
X_HAUS - Connection Object
Data type: REG30-HAUSOptional: Yes
Call by Reference: No ( called with pass by value option)
X_MATNR -
Data type: REG30-MATNROptional: Yes
Call by Reference: No ( called with pass by value option)
X_MATNRALT -
Data type: REG30-MATNRALTOptional: Yes
Call by Reference: No ( called with pass by value option)
X_ACTION - Action
Data type: ISU07_GER-ACTIONOptional: No
Call by Reference: No ( called with pass by value option)
X_SPARTEE -
Data type: REG30-SPARTEOptional: Yes
Call by Reference: No ( called with pass by value option)
X_SPARTEA -
Data type: REG30-SPARTEOptional: Yes
Call by Reference: No ( called with pass by value option)
X_UPD_ONLINE - Indicator: Update Online
Data type: REGEN-UPD_ONLINEDefault: 'X'
Optional: Yes
Call by Reference: No ( called with pass by value option)
X_NO_DIALOG - Indicator: no dialog
Data type: REGEN-NO_DIALOGOptional: Yes
Call by Reference: No ( called with pass by value option)
X_NO_EVENT -
Data type: REGEN-NO_EVENTDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
X_NO_STATISTIC -
Data type: REGEN-NO_STATISTICDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
X_NO_CHANGE_DOC -
Data type: REGEN-NO_CHANGE_DOCDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
X_DEVLOC - Device Location
Data type: REG30-DEVLOCOptional: Yes
Call by Reference: No ( called with pass by value option)
X_CALLED_BY_IDOC -
Data type: REGEN-CALLED_BY_IDOCDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
X_NO_MR_REQUIRED -
Data type: REGEN-KENNZXDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
X_CH_NEW_DEV_STAT -
Data type: REGEN-KENNZXDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
X_KUNDE - Business Partner
Data type: REG30-KUNDEOptional: Yes
Call by Reference: No ( called with pass by value option)
X_ANLAGE - Installation
Data type: REG30-ANLAGEOptional: Yes
Call by Reference: No ( called with pass by value option)
X_EADAT - Installation date
Data type: REG30-EADATOptional: Yes
Call by Reference: No ( called with pass by value option)
X_GERAETNEU -
Data type: REG30-GERAETNEUOptional: Yes
Call by Reference: No ( called with pass by value option)
X_EQUNRNEU -
Data type: REG30-EQUNRNEUOptional: Yes
Call by Reference: No ( called with pass by value option)
X_GERAETALT -
Data type: REG30-GERAETALTOptional: Yes
Call by Reference: No ( called with pass by value option)
X_EQUNRALT -
Data type: REG30-EQUNRALTOptional: Yes
Call by Reference: No ( called with pass by value option)
EXPORTING Parameters details for ISU_S_WORKLIST_INSTALL
Y_DB_UPDATE - Indicator: data change
Data type: REGEN-DB_UPDATEOptional: No
Call by Reference: No ( called with pass by value option)
Y_EXIT_TYPE - Return Mode
Data type: REGEN-EXIT_TYPEOptional: No
Call by Reference: No ( called with pass by value option)
Y_RESULT_TAB - Result of Installation/Removal/Replacement
Data type: ISU07_INSTALL_RESULT_TABOptional: No
Call by Reference: Yes
CHANGING Parameters details for ISU_S_WORKLIST_INSTALL
XY_OBJ -
Data type: ISU07_INSTALLOptional: Yes
Call by Reference: Yes
XY_AUTO -
Data type: ISU07_INSTALL_AUTOOptional: Yes
Call by Reference: Yes
XY_EXT_CONT - CIC: Table for SWCONT
Data type: CCMCONT_TOptional: Yes
Call by Reference: Yes
X_GMVT_N - Screen Fields for I/R/R Work List (Input): New Goods Mvmnt
Data type: REG30_I_GMVT_NOptional: Yes
Call by Reference: Yes
X_GMVT_O - Screen Fields for I/R/R Work List (Input): Old Goods Mvmnt
Data type: REG30_I_GMVT_OOptional: Yes
Call by Reference: Yes
EXCEPTIONS details
NOT_FOUND - Object does not exist
Data type:Optional: No
Call by Reference: No ( called with pass by value option)
FOREIGN_LOCK - Object Currently Locked
Data type:Optional: No
Call by Reference: No ( called with pass by value option)
INVALID -
Data type:Optional: No
Call by Reference: No ( called with pass by value option)
INTERNAL_ERROR - Internal Error
Data type:Optional: No
Call by Reference: No ( called with pass by value option)
NOT_QUALIFIED -
Data type:Optional: No
Call by Reference: No ( called with pass by value option)
INPUT_ERROR - Input error
Data type:Optional: No
Call by Reference: No ( called with pass by value option)
SYSTEM_ERROR - System Error
Data type:Optional: No
Call by Reference: No ( called with pass by value option)
NOT_CUSTOMIZED -
Data type:Optional: No
Call by Reference: No ( called with pass by value option)
Copy and paste ABAP code example for ISU_S_WORKLIST_INSTALL Function Module
The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.| DATA: | ||||
| lv_xy_obj | TYPE ISU07_INSTALL, " | |||
| lv_x_haus | TYPE REG30-HAUS, " | |||
| lv_not_found | TYPE REG30, " | |||
| lv_y_db_update | TYPE REGEN-DB_UPDATE, " | |||
| lv_x_matnr | TYPE REG30-MATNR, " | |||
| lv_x_matnralt | TYPE REG30-MATNRALT, " | |||
| lv_x_action | TYPE ISU07_GER-ACTION, " | |||
| lv_x_spartee | TYPE REG30-SPARTE, " | |||
| lv_x_spartea | TYPE REG30-SPARTE, " | |||
| lv_x_upd_online | TYPE REGEN-UPD_ONLINE, " 'X' | |||
| lv_x_no_dialog | TYPE REGEN-NO_DIALOG, " | |||
| lv_x_no_event | TYPE REGEN-NO_EVENT, " SPACE | |||
| lv_x_no_statistic | TYPE REGEN-NO_STATISTIC, " SPACE | |||
| lv_x_no_change_doc | TYPE REGEN-NO_CHANGE_DOC, " SPACE | |||
| lv_xy_auto | TYPE ISU07_INSTALL_AUTO, " | |||
| lv_x_devloc | TYPE REG30-DEVLOC, " | |||
| lv_y_exit_type | TYPE REGEN-EXIT_TYPE, " | |||
| lv_foreign_lock | TYPE REGEN, " | |||
| lv_x_called_by_idoc | TYPE REGEN-CALLED_BY_IDOC, " SPACE | |||
| lv_x_no_mr_required | TYPE REGEN-KENNZX, " SPACE | |||
| lv_x_ch_new_dev_stat | TYPE REGEN-KENNZX, " SPACE | |||
| lv_invalid | TYPE REGEN, " | |||
| lv_x_kunde | TYPE REG30-KUNDE, " | |||
| lv_xy_ext_cont | TYPE CCMCONT_T, " | |||
| lv_y_result_tab | TYPE ISU07_INSTALL_RESULT_TAB, " | |||
| lv_x_anlage | TYPE REG30-ANLAGE, " | |||
| lv_x_gmvt_n | TYPE REG30_I_GMVT_N, " | |||
| lv_internal_error | TYPE REG30_I_GMVT_N, " | |||
| lv_x_eadat | TYPE REG30-EADAT, " | |||
| lv_x_gmvt_o | TYPE REG30_I_GMVT_O, " | |||
| lv_not_qualified | TYPE REG30_I_GMVT_O, " | |||
| lv_input_error | TYPE REG30_I_GMVT_O, " | |||
| lv_x_geraetneu | TYPE REG30-GERAETNEU, " | |||
| lv_x_equnrneu | TYPE REG30-EQUNRNEU, " | |||
| lv_system_error | TYPE REG30, " | |||
| lv_x_geraetalt | TYPE REG30-GERAETALT, " | |||
| lv_not_customized | TYPE REG30, " | |||
| lv_x_equnralt | TYPE REG30-EQUNRALT. " |
|   CALL FUNCTION 'ISU_S_WORKLIST_INSTALL' "Internal: Install Worklist |
| EXPORTING | ||
| X_HAUS | = lv_x_haus | |
| X_MATNR | = lv_x_matnr | |
| X_MATNRALT | = lv_x_matnralt | |
| X_ACTION | = lv_x_action | |
| X_SPARTEE | = lv_x_spartee | |
| X_SPARTEA | = lv_x_spartea | |
| X_UPD_ONLINE | = lv_x_upd_online | |
| X_NO_DIALOG | = lv_x_no_dialog | |
| X_NO_EVENT | = lv_x_no_event | |
| X_NO_STATISTIC | = lv_x_no_statistic | |
| X_NO_CHANGE_DOC | = lv_x_no_change_doc | |
| X_DEVLOC | = lv_x_devloc | |
| X_CALLED_BY_IDOC | = lv_x_called_by_idoc | |
| X_NO_MR_REQUIRED | = lv_x_no_mr_required | |
| X_CH_NEW_DEV_STAT | = lv_x_ch_new_dev_stat | |
| X_KUNDE | = lv_x_kunde | |
| X_ANLAGE | = lv_x_anlage | |
| X_EADAT | = lv_x_eadat | |
| X_GERAETNEU | = lv_x_geraetneu | |
| X_EQUNRNEU | = lv_x_equnrneu | |
| X_GERAETALT | = lv_x_geraetalt | |
| X_EQUNRALT | = lv_x_equnralt | |
| IMPORTING | ||
| Y_DB_UPDATE | = lv_y_db_update | |
| Y_EXIT_TYPE | = lv_y_exit_type | |
| Y_RESULT_TAB | = lv_y_result_tab | |
| CHANGING | ||
| XY_OBJ | = lv_xy_obj | |
| XY_AUTO | = lv_xy_auto | |
| XY_EXT_CONT | = lv_xy_ext_cont | |
| X_GMVT_N | = lv_x_gmvt_n | |
| X_GMVT_O | = lv_x_gmvt_o | |
| EXCEPTIONS | ||
| NOT_FOUND = 1 | ||
| FOREIGN_LOCK = 2 | ||
| INVALID = 3 | ||
| INTERNAL_ERROR = 4 | ||
| NOT_QUALIFIED = 5 | ||
| INPUT_ERROR = 6 | ||
| SYSTEM_ERROR = 7 | ||
| NOT_CUSTOMIZED = 8 | ||
| . " ISU_S_WORKLIST_INSTALL | ||
ABAP code using 7.40 inline data declarations to call FM ISU_S_WORKLIST_INSTALL
The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.| "SELECT single HAUS FROM REG30 INTO @DATA(ld_x_haus). | ||||
| "SELECT single DB_UPDATE FROM REGEN INTO @DATA(ld_y_db_update). | ||||
| "SELECT single MATNR FROM REG30 INTO @DATA(ld_x_matnr). | ||||
| "SELECT single MATNRALT FROM REG30 INTO @DATA(ld_x_matnralt). | ||||
| "SELECT single ACTION FROM ISU07_GER INTO @DATA(ld_x_action). | ||||
| "SELECT single SPARTE FROM REG30 INTO @DATA(ld_x_spartee). | ||||
| "SELECT single SPARTE FROM REG30 INTO @DATA(ld_x_spartea). | ||||
| "SELECT single UPD_ONLINE FROM REGEN INTO @DATA(ld_x_upd_online). | ||||
| DATA(ld_x_upd_online) | = 'X'. | |||
| "SELECT single NO_DIALOG FROM REGEN INTO @DATA(ld_x_no_dialog). | ||||
| "SELECT single NO_EVENT FROM REGEN INTO @DATA(ld_x_no_event). | ||||
| DATA(ld_x_no_event) | = ' '. | |||
| "SELECT single NO_STATISTIC FROM REGEN INTO @DATA(ld_x_no_statistic). | ||||
| DATA(ld_x_no_statistic) | = ' '. | |||
| "SELECT single NO_CHANGE_DOC FROM REGEN INTO @DATA(ld_x_no_change_doc). | ||||
| DATA(ld_x_no_change_doc) | = ' '. | |||
| "SELECT single DEVLOC FROM REG30 INTO @DATA(ld_x_devloc). | ||||
| "SELECT single EXIT_TYPE FROM REGEN INTO @DATA(ld_y_exit_type). | ||||
| "SELECT single CALLED_BY_IDOC FROM REGEN INTO @DATA(ld_x_called_by_idoc). | ||||
| DATA(ld_x_called_by_idoc) | = ' '. | |||
| "SELECT single KENNZX FROM REGEN INTO @DATA(ld_x_no_mr_required). | ||||
| DATA(ld_x_no_mr_required) | = ' '. | |||
| "SELECT single KENNZX FROM REGEN INTO @DATA(ld_x_ch_new_dev_stat). | ||||
| DATA(ld_x_ch_new_dev_stat) | = ' '. | |||
| "SELECT single KUNDE FROM REG30 INTO @DATA(ld_x_kunde). | ||||
| "SELECT single ANLAGE FROM REG30 INTO @DATA(ld_x_anlage). | ||||
| "SELECT single EADAT FROM REG30 INTO @DATA(ld_x_eadat). | ||||
| "SELECT single GERAETNEU FROM REG30 INTO @DATA(ld_x_geraetneu). | ||||
| "SELECT single EQUNRNEU FROM REG30 INTO @DATA(ld_x_equnrneu). | ||||
| "SELECT single GERAETALT FROM REG30 INTO @DATA(ld_x_geraetalt). | ||||
| "SELECT single EQUNRALT FROM REG30 INTO @DATA(ld_x_equnralt). | ||||
Search for further information about these or an SAP related objects