Application Development and Automation 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: 
Read only

loops

Former Member
0 Likes
563

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
Read only

Former Member
0 Likes
531

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
Read only

ThomasZloch
Active Contributor
0 Likes
531

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

Read only

Former Member
0 Likes
531

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

Read only

Former Member
0 Likes
532

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.