SAP Gui Progress Indicator
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
If you like this post, you may as well like these too:
- 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...
- 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...
- 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