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
List the events in abap/4 language?
Which bdc you prefer? : abap bdc
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
What are the events in screen programming?
What is an rdbms?
What is dialog module?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
Explain how to create any functions?
What are the basic objects of the data dictionary?
What are the advantages/ dis-advantages of logical databases?
Which one is better joins or views and why?
What do you mean by batch data communications programming?
What is logical database? : abap hr
What are the abap/4 commands that link to a layout set?
What are the data types of the abap/4 layer? : abap data dictionary