2006 Oct 12 6:09 PM
I need to give current date into a date field by default.How do I do it?
2006 Oct 12 6:11 PM
Hi,
1) pass SY-DATUM to that field,
2) or declare the Field Default SY-DATUM
regards
Sudheer
Hi,
1) pass SY-DATUM to that field,
2) or declare the Field Default SY-DATUM
regards
Sudheer
2006 Oct 12 6:11 PM
Hi,
1) pass SY-DATUM to that field,
2) or declare the Field Default SY-DATUM
regards
Sudheer
2006 Oct 12 6:12 PM
If it is in the selection screen give that in the initilization event.
INITILIZATION.
p_date = sy-datum.
If it in the Screen pass that in the PBO module.
If ws_date is initial.
ws_date = sy-datum.
endif.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |