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 is retro active accounting
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
What are the data types of internal tables?
What are the differences between sap memory and abap memory?
What is tmg?
Explain what is step-loop?
What work you have done in HR module
What are the components of sap scripts? : abap hr
What application areas are you comfortable in?
What is the maximum number of match code id's that can be defined for one match code object ?
how to Create reports in SD module such as sales order report, which covers all organization levels, delivery status, invoice status, shipping details and partner function details. The data will be extracted from VBAP, VBPA, VBAK, VBUP, VBFA, KNA1, LIPS, VBRP, MARA, VBEP and KONV tables. plz mention the detail coding Tahnks, Rahul
How do you use structures in the abap programs?
What are Pull and Push Methods?
What are the client dependant objects in abap / sap?
How do you activate a function exit?