Question:
Hello
Is there a way to default values in the SAP query?
In my info set I created 2 additional fields "Month" and "Year".
I'd like to populate both with system date sy-datum.
How can I accomplish this?
Regards
nanarin
Answer:
1. You can speficy default variant in your query, and check the option start with variant.
2. or, in your infoset, you can write additional code under INTIALIZATION to update the values you wish to..
The first one would be the recommended option though.
Regards
Sudhir/Mohit