Control levels in internal tables

Showing Answers 1 - 4 of 4 Answers

vamsee

  • Sep 13th, 2005
 

The control breaks in an Internal Table are

At first

At new

At end of

Sum

  Was this answer useful?  Yes

JOGA

  • Oct 3rd, 2005
 

kishorejoga Wrote:

Control level in Internal tables are:

1.AT FIRST.

ENDAT.

2.AT LAST.

ENDAT.

3.AT ENDOF.

ENDAT.

4.AT NEW.

ENDAT.

5. ON CHANGE OF.

ENDAT.

" SUM IS NOT A CONTROL STATMENT"


sudhar

  • May 1st, 2006
 

The control break statements are used to execute a set of code within the loop and endloop.The control break statements in abap are,1. at first endat.2. at last endat.3. at new endat.4. at end of. endat.5. on change of endon.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions