User Tools

Site Tools


abap:coding_tips

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
abap:coding_tips [2018/03/09 11:44] ginkoabap:coding_tips [2018/05/30 10:55] (current) ginko
Line 34: Line 34:
 ===== Afficher un indicateur de progression ===== ===== Afficher un indicateur de progression =====
 Utiliser le FM ''SAPGUI_PROGRESS_INDICATOR''. Utiliser le FM ''SAPGUI_PROGRESS_INDICATOR''.
 +===== Sy-tabix VS Sy-index =====
 +Sy-tabix est seté lors d'une lecture de table interne "indexée" (''READ TABLE'', ''LOOP AT'', ''APPEND'', ''COLLECT'', ''SEARCH''). //Ne fonctionne pas sur des tables interne ''HASHED'' !//
  
 +Sy-index est un compteur d'itération (''DO'', ''WHILE'' ).
abap/coding_tips.txt · Last modified: 2018/05/30 10:55 by ginko