SAP Reports / Programs | Device Management | SAP Utilities | Device Management(IS-U-DM) SAP IS

REG_LOTCLEAR SAP ABAP Report - Remove Devices Flagged for Deletion from Lot







REG_LOTCLEAR 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 REG_LOTCLEAR 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 REG_LOTCLEAR. "Basic submit
SUBMIT REG_LOTCLEAR AND RETURN. "Return to original report after report execution complete
SUBMIT REG_LOTCLEAR 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: INAK = Selct Inactive Devices?
Selection Text: UPDATE = Peform Changes?
Title: Remove Devices Flagged for Deletion from Lot


INCLUDES used within this REPORT REG_LOTCLEAR

INCLUDE: IEGLOSDT,


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_EGER_FORALL call function 'ISU_DB_EGER_FORALL' exporting x_read_egerr = '' tables t_v_eger = it_v_eger[] exceptions not_found = 1 others = 2.

ISU_MASTER_DATA_ENQUEUE call function 'ISU_MASTER_DATA_ENQUEUE' exporting x_objtype = 'EGER' x_program = irepid tables xt_keys = it_v_eger[] yt_error_keys = it_v_eger_l[] exceptions system_failure = 1 others = 2.

ISU_DB_EGER_FORALL call function 'ISU_DB_EGER_FORALL' exporting x_read_egerr = '' tables t_v_eger = it_v_eger[] exceptions not_found = 1 others = 2.

ISU_O_LOT_OPEN call function 'ISU_O_LOT_OPEN' exporting x_lot = -los x_wmode = co_display x_upd_online = 'X' x_no_dialog = 'X' x_auto = i_lot_auto x_no_change = 'X' x_no_other = 'X' x_no_drawings = 'X' importing y_obj = i_lot_obj y_auto = i_lot_auto exceptions not_customized = 1 not_found = 2 existing = 3 foreign_lock = 4 key_invalid = 5 number_error = 6 system_error = 7 not_authorized = 8 others = 9.

ISU_O_LOT_ACTION call function 'ISU_O_LOT_ACTION' exporting x_okcode = co_okc_dev_remove changing xy_obj = i_lot_obj exceptions cancelled = 1 failed = 2 action_not_supported = 3 others = 4.

ISU_O_LOT_PREPARE_CLOSE call function 'ISU_O_LOT_PREPARE_CLOSE' exporting x_exit_type = 'BACK' x_no_dialog = 'X' changing xy_obj = i_lot_obj exceptions dont_exit = 1 others = 2.

ISU_O_LOT_CLOSE call function 'ISU_O_LOT_CLOSE' changing xy_obj = i_lot_obj.



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