SAP Tutorials Blog

 


 


After EXIT statement the control goes to the next statement after the end of loop statement.


DO 10 TIMES.

  IF sy-index = 2.

    EXIT.

  ENDIF.

  WRITE sy-index.

ENDDO.


Serkan AKKAVAK

Computer Engineer BSc

SAP Department Deputy Manager

Contact : serkurumsal@yandex.com