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

List the various components of the enterprise structure in systems, applications, and products (sap) in human capital management (him)? : sap abap hr

509


I need some information regarding Vcentric Test pattern ? with questions.

1675


What are the update types possible?

597


Explain the sequences of event block?

544


How would you set the formatting options statically and dynamically within a report?

646






Difference between Read and Get cursor?

1595


What are the different types of operators in the sap abap?

540


What is the major difference between pool tables and transparent tables?

506


function modules are also external subroutines. State true or false. : abap modularization

590


What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc

531


How many structures can be created in a Ztable ?

3112


How we can give authorization on the fields of table control in a dialog-programming?

1835


What is gui status? How to create /edit gui status?

607


How to creat transactions? : abap data dictionary

635


Explain the Importance of pa20? : abap hr

618