How can I get the default values (like date, company code)
in module pool programming before the screen is displayed??
I dont wanna use VARIENTS...
Answer Posted / saravanan sr
Default values can be handled using the event INITIALIZATION.
Parameters: field_name = 'default value'
select-options: the field declared using select options is
similar to an internal table with 4 fields - sign, option, low
and high.
In the Initialization event, we can set field_name-low =
'default value1' and field_name-high = 'default value2' so as
to display the default values in the selection screen.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What are the advantages of logical databases : abap hr
Explain what is the difference between sy-tabix and sy-index? Where it is used?
What are the events in ABAP language?
Difference between top-of-page and top-of-page during at line- selection?
How many main windows will be there in a page window?
Define database layer? : abap data dictionary
Which transaction code can I used to analyze the performance of ABAP program.?
What is the use of table maintenance allowed?
What are the features of abap/4 dictionary? : abap data dictionary
Can a filed occur in several field groups? : abap modularization
Mention what is alv programming in abap?
Where the payroll results are stored
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
When to use logical database?
How many types of tables exist and what are they in data dictionary?