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
how can you display data say "your name"in sap script without print program or driver program??
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
What is an Open Item in SAP? How will you find an Open Item in SAP?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
What is a bsp application? : sap abap hr
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
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
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....
What is the function of the transport system and workbench organizer?
What are secondary indexes. How can we know which index is being used in a select query?
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 happens Update command is used without where clause ?
what are Hana Basics
What is the use of program rsbdcsub? : abap bdc