Warning: include_once(http://erpgenie.com/_borders/topabap.htm) [function.include-once]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /var/www/vhosts/erpgenie.com/httpdocs/abaptips/templates/rhuk_solarflare_ii/index.php on line 52

Warning: include_once() [function.include]: Failed opening 'http://erpgenie.com/_borders/topabap.htm' for inclusion (include_path='.:') in /var/www/vhosts/erpgenie.com/httpdocs/abaptips/templates/rhuk_solarflare_ii/index.php on line 52
Home arrow Sample Code arrow ABAP Reports arrow Progress Indicator
Progress Indicator PDF Print E-mail
User Rating: / 1
PoorBest 
Written by Anon.   
Saturday, 20 January 2007
REPORT ZV_DELETE .
 
 DATA: A LIKE SY-UCOMM.
 
 DO 100 TIMES.
   DO 300 TIMES.
     GET TIME.
   ENDDO.
   A(3) = SY-INDEX.A+3 = '%'.
   CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
        EXPORTING
             PERCENTAGE = SY-INDEX
             TEXT       = A.
 ENDDO.
 
 WRITE: / 'PROGRESS INDICATOR'.
 
< Prev   Next >

Google Search

Google Ads


Warning: include(http://erpgenie.com/_borders/bottom.htm) [function.include]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /var/www/vhosts/erpgenie.com/httpdocs/abaptips/includes/footer.php on line 22

Warning: include() [function.include]: Failed opening 'http://erpgenie.com/_borders/bottom.htm' for inclusion (include_path='.:') in /var/www/vhosts/erpgenie.com/httpdocs/abaptips/includes/footer.php on line 22