Shared Top Border

Enterprise Resource
Planning Portal

 

Advertise | Founder BLOG

ERPGenie.COM ABAP Tips and Tricks Database

THE ultimate
ERP website

 

Forums | Vote for us |

Google    Other Search Options

Home arrow Sample Code arrow ABAP Reports arrow Graphical POPUP progress display
Graphical POPUP progress display PDF Print E-mail
User Rating: / 1
PoorBest 
Written by S.Srini   
Thursday, 15 February 2007
Example of how to code a graphical popup displaying progress indicator.

REPORT ZEPS_PROGRESS_POP .

data: val type i.

data event(6) type c.

 

val = 0.

do 4 times.

 

   val  = val + 25.

 

CALL FUNCTION 'EPS_PROGRESS_POPUP'

     EXPORTING

         BTN_TXT        = 'CANCEL'

         CURVAL_G2      = VAL

         LAYOUT         = '1'

         MAXVAL_G2      = '100'

         POPUP_LINK     = 'ASYNC'

         POPUP_STAT     = '1'

         POPUP_TITLE    = 'SAP'

         TEXT_1         = 'TEXT 1'

         TEXT_2         = 'TEXT 2'

         TEXT_3         = 'TEXT 3'

         TEXT_4         = 'TEXT 4'

         TEXT_G1        = 'TEXT G1'

         TEXT_G2        = 'TEXT G2'

         TITLE_G2       = 'TITLE G2 '

         WINID          = 100.

IF SY-SUBRC <> 0.

 MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO

         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.

ENDIF.

 

ENDDO.

 

PERFORM CLOSEGRAPH.

************************************************************

FORM CLOSEGRAPH.

 

  CALL FUNCTION 'PROGRESS_POPUP'

       EXPORTING

         STAT        = '2'

         WINID       =  100.

 

  CALL FUNCTION 'GRAPH_DIALOG'

       EXPORTING

            CLOSE = 'X'.

ENDFORM.


Related Items:

 
< Prev   Next >

Google Search

Google Ads

Shared Bottom Border

Contact Us | Polls | Add URL | Contribute | Privacy | Terms | Feedback

Discussion Forum | BLOG | Consultants: Post your resume | Companies: Advertise on ERPGenie.COM | Post Job
Financials Consultant | Consultant Review | Gallia Consulting | Supply Chain Project | SAP Financials Forum
GenieHoldings.COM, Inc. | Genie Press | WorkflowGenie | ESAGenie | ERPTopSites | ABAP Tips and Tricks | SAP Solutions Database

EDIGenie | Searching Survivor