Wednesday 27 September 2017

ABAP: Loops

Loops are used to execute a block of statements more than once. ABAP provides below statements to loop the statements.
         a. DO –ENDDO (Unconditional loop)

         b. WHILE - ENDWHILE (Conditional loop)


Previous                                                 Next                                                 Home

No comments:

Post a Comment