Tuesday, March 26, 2013

Report Indicator



Sometimes its nice to have report indicator or progress indcator so we can know our report status, which part of subroutine or process taken a  bit of time generally.  Below is the code snippet


We using function 'SAPGUI_PROGRESS_INDICATOR'

CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
 EXPORTING
   PERCENTAGE       P_PERCENT
   TEXT                     P_TEXT
          .

No comments:

Post a Comment