Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

loops

Former Member
0 Kudos

explain how many structures include in the database table, types of loops are there in ABAP, difference between standard and index table?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi ALi,

We can insert as many as structures in data base table. Types of loops we can define as DO..endo...wile..end while....loop..endloop.....

standard table is nothing but an one type of internal table which have the property that dump the data as it is in data base table data.

Index table is alos one type of internal table which have the both functionality of sort and standard.

Regards,

Kumar.

3 REPLIES 3

ThomasZloch
Active Contributor
0 Kudos

those are directly three wish at one time, go now really notu2026

Former Member
0 Kudos

Hi Ali,

1.You have to add any number of structures in the database table.

2.Types of loops

a.while

b.do.... enddo.

c.loop.....endloop

Reward points if helpful.

Kiran Kumar.G.A

Edited by: KIRAN KUMAR on May 30, 2008 2:18 PM

Edited by: KIRAN KUMAR on May 30, 2008 2:18 PM

Former Member
0 Kudos

Hi ALi,

We can insert as many as structures in data base table. Types of loops we can define as DO..endo...wile..end while....loop..endloop.....

standard table is nothing but an one type of internal table which have the property that dump the data as it is in data base table data.

Index table is alos one type of internal table which have the both functionality of sort and standard.

Regards,

Kumar.