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...
Answers were Sorted based on User's Feedback
Answer / guest
WE CAN DEFINE IN SCREEN FIELD ATTRIBUTES BY GIVING ID IN
SET & GET PARAMETER
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / 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 |
Answer / nihar
In screen layout, -> Goto -> Secondary Window -> Dictionary/Program Fields -> Enter 'SYST' in Table name
-> Select DATUM field and place it in ur layout. If u want, u can change the text label for date also.
Save & activate.
It will contain today's date as default value.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / dattaraj.sabnis
we have to check with PSYST table and if IINIT indicator is
yes then we can default the value in PBO module.
Is This Answer Correct ? | 4 Yes | 5 No |
What are Change header/detail tables? Have you used them?
How to call A report from other report widout using include program..??
Importance of PA20, PA30 and PA40
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
How to process the session dynamically?
how to debug the smartform? plz tell me step by step process or screen shots?
What are the commands for BDC to pass specified values directly to a Batch Input Session..?
what are the problem we face during development( if we say v are in support(development)? what are the critical problems araises during LSMW updation and Smart form layout development for involce and po? very very important questions now a days commonly asking..plz plz reply me
What are the different types of locks? : abap data dictionary
What are the different OK Codes that can be used in batch input processing?
You are running a report. It is taking long time for execution. What steps will you do to reduce the execution time.
what are the stpes in ALE?