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 different types of laws. What are they?
What does the insert statement in extract datasets do?
hi frends this is bala raju from pune.i want to know diff between 4.7ee and ecc 5.0.if possible give me brief explanation.this question was asked in EDS(tele interview) in pune bye.
What are the events in classical reports?
How to add a column to a table control while using alphanumerical layout editor ?
How can we create callable modules of program code within one abap/4 program?
What is the definition of modification in an sap system and how do they impact an upgrade?
What is the table & field to identify the no of items (bottles) stored in one case?
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
What is interactive reporting?
Explain get cursor field?
What is bdc programming? : abap bdc
What will exactly the hide statement do?
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
What is the disadvantage of a call by reference?