difference between step loop and table control?Plz urgent..

Answer Posted / sateesh r

step-loops : step-loops are used to display the internal
table information,But here the draw back is the data will be
stored in SINGLE Line .
2types of step-loops.
1.static(size is fixed).
2.dynamic(size wariws depends upon Internal table).

STRUCTURE:
Loop at i_tab with STEPLOOP name
------------
------------
------------
endloop.

Table control :
it is the new concept to display the internal table
informtion in Line by Line.
-> table control concept we r using in MODULE POOL.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sap abap data dictionary?

625


What are the steps to execute session method?

594


What is roll area?

564


Explain the difference between tables and structures?

477


Explain the difference between a pool table and a transparent table?

526






Which transaction code can I used to analyze the performance of ABAP program.?

625


In which time constraint does the infotype records depend on the subtype ? : abap hr

629


What are the two ways for restricting the value range for a domain? : abap data dictionary

526


What is an update type with reference to a match code id?

557


Can a posting run be deleted? : sap abap hr

600


What are the different types of parameters?

565


Explain the inside concept in select-options?

556


What is sap luw or update transaction?

602


Hi to all abap gurus iam new to abap and my querry is as follows . and i feel so happy if u give exact anwers ? Querry1: i have one page( named "page1" )in my script with three windows(logo,adress,main windows) my requirement is to display some dynamic data in the script that is list of orders of the customer whn u give the customer number in selction-screen .then we can go for main window only to dispaly dynamic data ? or is there any other option ? then what should we give as apage number in the next page attribute in the header information. suppose if i dont give "page1" in the next page attribute as anext page what will happen ? i mean that dynamic data will be displayed or not ? Querry2: one one more querry incase if we have two pages in my layout .in page1 (3 windows as said above ) and page2 ( only logo and address window ) and no main window in page2. now if we give "page2" as next page in the next page attribute of page1 then that dynamic data will be displayed or not ?

1598


What are the two levels in defining a match code? : abap data dictionary

595