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 / 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 |
Post New Answer View All Answers
What are the basic functions of database utility? : abap data dictionary
What are the differences between macro and subroutine?
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
What are the functional areas? User groups?
What are the different methods of passing data? : abap modularization
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What is the use of the raising exception? : abap modularization
What are subroutines? : abap modularization
Why do we need enhancements?
How do you set up background jobs in sap? What are the steps?
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
Why is pretty printer user in abap?
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
Can we define our own match code id's for sap matchcodes? : abap data dictionary
Can you delete data element, which is being used by table fields. : abap data dictionary