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

Explain what are the different functions used in sap script? What are the parameters used in each function?

561


What are plan versions used for? : sap abap hr

580


What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary

591


What are internal tables? How to use a specific number occurs statement?

576


What is the collect statement? How is it different from append?

531






How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc

675


what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?

1734


Why bapi need then bdc ? : abap bdc

584


How do you import pay scale data from non sap to sap? : sap abap hr

591


What are the update types possible?

616


Why grouping of fields is required? What is the max no of modification groups for each field?

562


how to combine the transparent table with cluster table.

1115


​​What is amdp (abap managed data procedures)?​​

644


What is your current client number?

607


What do you mean by transparent tables in sap abap? : abap data dictionary

538