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 |
****THANK YOU ALL ABAP EXPERTS**** I got a JOB as ABAP Consultant in Infosys.I cleared the interview.The question posted here are really good.I cleared interview based on this material only.It really works.I thank all members who posted que&ans here. Those who are in search of job in MNC study this question set only you will get sucess. Thanks once again allinterview.com and members of this community. tulika20021@rediffmail.com
0 Answers AC Tech, Accenture, IBM,
how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.
What is the difference between value table and check table?
How can end-of-selection be used?
How you can perform field-validation in your dialog program ?
What is the difference between occurs 1 and occurs 2
What is BDC?
Can i Have Some Realtime Examples On Modulepool programming.
What's the use of AT PF event?
What is the relationship existing between the various data elements? : abap data dictionary
What is the structure of the bdc table? : abap bdc
How to use a specific number occurs statement?