mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
tadir progress bar every 200 obj
This commit is contained in:
parent
56ff8c0b25
commit
bb8ba9dda4
|
@ -189,9 +189,11 @@ CLASS lcl_tadir IMPLEMENTATION.
|
|||
* rows from database table TADIR are not removed for
|
||||
* transportable objects until the transport is released
|
||||
LOOP AT it_tadir ASSIGNING <ls_tadir>.
|
||||
lo_progress->show(
|
||||
iv_current = sy-tabix
|
||||
iv_text = |Check object exists { <ls_tadir>-object } { <ls_tadir>-obj_name }| ).
|
||||
IF sy-tabix MOD 200 = 0.
|
||||
lo_progress->show(
|
||||
iv_current = sy-tabix
|
||||
iv_text = |Check object exists { <ls_tadir>-object } { <ls_tadir>-obj_name }| ).
|
||||
ENDIF.
|
||||
|
||||
ls_item-obj_type = <ls_tadir>-object.
|
||||
ls_item-obj_name = <ls_tadir>-obj_name.
|
||||
|
|
Loading…
Reference in New Issue
Block a user