cancel
Showing results for 
Search instead for 
Did you mean: 

internal table

Former Member
0 Kudos

I do a homework using the SAP of Netweaver Trial 2004. The question in below:

Create a report called ZFTG##_Part2Q4 showing the percentage of seats that are occupied on each individual flight for all the flights in SFLIGHT (calculate these values from the fields SFLIGHT-SEATSOCC & SFLIGHT-SEATSMAX). Use an internal table to store the flight details. Use a SELECT...ENDSELECT loop to read lines from SFLIGHT into the table, perform the percentage calculation and store the percentage in the internal table. Display the list sorted in the descending order of the seat occupation percentage.

I don't know what is the "internal table" ?

[IMG]http://s2.simpload.com/1128456c7cf14c2d0.jpg[/IMG]

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member205403
Active Contributor
0 Kudos

Hi Taxi,

Internal table is used in ABAP to store data temporarily.This is a run time object, mean to say that memory is allocated at run time.

for more details you can <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/fc/eb367a358411d1829f0000e829fbfe/content.htm">Check This</a>

Hope it will help you.

Thanks,

<b>

Shiv Prashant Dixit</b>