Answer Posted / aruna
NAME,GROUP1,GROUP2,GROUP3,GROUP4
REQUIRED,INPUT,OUTPUT,INTENSIFIED,INVISIBLE
LENGTH,ACTIVE are the components in screen
you can declare internal table with scrren structure in itab
DATA: BEGIN OF it_screen OCCURS 0.
include structure screen.
DATA: END OF it_screen.
it_screen-active = 0
append screen.
This is how you can use the components in the itab screen.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is difference between (internal table types)standard table and sorted table in sap abap....
What is processing class, where we do them and why? : sap abap hr
Explain the different types of data dictionary objects?
How can you manipulate the presentation and attributes of interactive lists?
Define subtype ? : abap hr
What are logical databases? : abap hr
Explain the Types of Select statements?
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
What are the types of subroutines? : abap data dictionary
What is a maintenance view? : abap data dictionary
What are the uses of table pool or table cluster.
What is view proxy in abap?
What are the functional areas? User groups? and how does ABAP query work in relation to these?
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
What is the use of 'for all entries'?