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
What is an on”*-input filed” statement?
Program lines for the radio button selection and unabling some input variables in section screen
What is the difference between sum and collect?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
What are the classifications of the sap abap data classes?
Explain what is the significance of hide?
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
What is the difference between a substructure and an append structure? : abap data dictionary
How the transaction that are programmed by the user can be protected?
Can you show multiple alvs on a single screen?
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
What is the difference between Exit and Stop?
Explain the difference between float and packed data type?
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
Define dispatcher?