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

why can we use 'loop at screen' to loop the screen structure?

Former Member
0 Likes
700

Hi all,

Screen is a structure in ABAP Dictionary, but we also can use 'loop at' statement for the special structure ? How does the system work?

Thanks and Best regards,

Yinyan Lu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
677

Hi,

Check the Below thread, As per this document

http://help.sap.com/saphelp_nw04s/helpdata/en/9f/dbab6f35c111d1829f0000e829fbfe/content.htm

LOOP AT SCREEN itself a statement NOT to be confused with loop at other internal tables.

" For more info on this Take F1 help on this key word or Searh the internet a Lot info is available

Cheerz

Ram

4 REPLIES 4
Read only

Former Member
0 Likes
678

Hi,

Check the Below thread, As per this document

http://help.sap.com/saphelp_nw04s/helpdata/en/9f/dbab6f35c111d1829f0000e829fbfe/content.htm

LOOP AT SCREEN itself a statement NOT to be confused with loop at other internal tables.

" For more info on this Take F1 help on this key word or Searh the internet a Lot info is available

Cheerz

Ram

Read only

0 Likes
677

Hi Ram,

Screen is a structure, so we need a system table to store the screen elements. Who can tell me the table's name and how does it pass the values to the structure?

Thanks

Yinyan Lu

Edited by: YINYAN LU on Feb 22, 2010 10:54 AM

Read only

0 Likes
677

HI Lu,

There is no datbase table where you'r screen details get updated. This is a run time process, as soon you run your program, structure SCREEN had the screen details. You can create you'r table by looping this structure and appending the table

Edited by: Anurag_n on Feb 22, 2010 11:48 AM

Read only

Former Member
0 Likes
677

Hi,

Please sea SAP help on this, it will give you complete details.