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 function does data dictionary perform?
When the top-of-page event does get triggered?
What is the process to enhance the Infotype
What is structure?
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
Why do we use types statement in abap programming?
foreign key enforcement?
Can a filed occur in several field groups?
What are the personnel administration related Infotypes
What are the types of indexes in abap?
Name a few data dictionary objects? : abap data dictionary
in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?
What is the difference between rfc and bapi function modules? : abap bdc
What is an interactive report?
What is the structure of bdcmsgcoll? : abap bdc