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

How will you read from internal table records in a given value range (without using loop)

1209


Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?

802


What is the table buffer? Which type of tables used this buffer?

750


Name the function module used to convert logical file names to physical file names in abap/4 programs?

809


Explain open dataset in sap abap?

984






What is view? Different types of view.

762


After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?

1676


What is projection view?

707


Difference between user exit and badis?

818


How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?

844


What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary

758


Explain what is a foreign key relationship? Explain this with the help of an example.

799


How to creat transactions? : abap data dictionary

837


What is the master data necessary before you can start posting in MM?

1004


What is an “on request field” statement?

858