what is the structure of itab of screen?

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


Please Help Members By Posting Answers For Below Questions

It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization

772


What are local objects?

625


What are the types of subroutines? : abap data dictionary

590


How we can retrieve data using secondary index. Explain with simple example?

616


What are the aggregate objects in the dictionary? : abap data dictionary

753






Is it possible to pass data to and from include programs explicitly?

588


What is tmg?

695


Give few names of pooled tables in sap ?

1505


What are the parameters used in each function?

605


What is the difference between Check and Continue?

657


What is value table?

583


What is meant by read lock? : sap abap data dictionary

565


What is the significance of the memory table ‘screen’?

601


Difference between transparent tables and pooled tables? : abap hr

557


What does hide statement do?

574