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
How will you read from internal table records in a given value range (without using loop)
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?
What is the table buffer? Which type of tables used this buffer?
Name the function module used to convert logical file names to physical file names in abap/4 programs?
Explain open dataset in sap abap?
What is view? Different types of view.
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 ?
What is projection view?
Difference between user exit and badis?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary
Explain what is a foreign key relationship? Explain this with the help of an example.
How to creat transactions? : abap data dictionary
What is the master data necessary before you can start posting in MM?
What is an “on request field” statement?