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
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.
Selection Text: INAK = Selct Inactive Devices?
Selection Text: UPDATE = Peform Changes?
Title: Remove Devices Flagged for Deletion from Lot
INCLUDE: IEGLOSDT,
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REG_LOTCLEAR - Remove Devices Flagged for Deletion from Lot REG_LOTCLEAR - Remove Devices Flagged for Deletion from Lot REG_EZWG_XPRA_02 - Conversion Report: Maintain Table with Header Data for Registers REG_EZWG_XPRA_02 - Conversion Report: Maintain Table with Header Data for Registers REG_EZWG_XPRA_01 - Conversion Report: Set Default Indicator in Registers REG_EZWG_XPRA_01 - Conversion Report: Set Default Indicator in Registers