ERP Database - The Unofficial ERP Knowledge Base

Facebook Twitter del.icio.us Digg it
ERP Database contains a huge collection of articles related to ERP System and Software. Many of the articles are specifically related to SAP. All these ERP/SAP articles are freely available to everyone.

If you would like to submit an article or share any document related to ERP or any specific ERP software. Please mail it to support@erpdb.info. Please make sure that the documents are not copyrighted.
Social Bookmarks:

SAP Gui Progress Indicator

Print This Post Email This Post Written by admin on Oct 27th, 2007 | Filed under: ABAP Programs

REPORT Z_SAPGUI_INDICATOR.

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.

Source: Planet sap
———————
ABAPer, mail: abap.community@gmail.com http://www.erpdb.info

Share

If you like this post, you may as well like these too:

  1. Use of GUI-STATUS A GUI Status is created in an ABAP Program using the statement: SET PF-STATUS ‘<Gui Status Name>’. A GUI Status is contains a Menu Bar, Standard toolbar, Application toolbar and...
  2. Capital Work in Progress and Assets Capital WIP is referred to as Assets under Construction in SAP and are represented by a specific Asset class. Usually depreciation is not charged on Capital WIP. All costs incurred...
  3. Configure a special GL indicator for Customer You can use an existing special GL indicator ID or create a new one. After creating a special GL indicator id, update the chart of accounts and the Reconciliation account....



Leave a Reply