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


Please Help Members By Posting Answers For Below Questions

What is retro active accounting

1786


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?

1755


What are the data types of internal tables?

777


What are the differences between sap memory and abap memory?

750


What is tmg?

859


Explain what is step-loop?

962


What work you have done in HR module

1083


What are the components of sap scripts? : abap hr

771


What application areas are you comfortable in?

1075


What is the maximum number of match code id's that can be defined for one match code object ?

717


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

3085


How do you use structures in the abap programs?

780


What are Pull and Push Methods?

1955


What are the client dependant objects in abap / sap?

703


How do you activate a function exit?

752