2010 Mar 31 7:21 PM
Hi,
When a check of if initial is done on a date format field , does it check if the field is 00/00/0000 orit checks if its blank?
Thanks.
Hi,
When a check of if initial is done on a date format field , does it check if the field is 00/00/0000 orit checks if its blank?
Thanks.
2010 Mar 31 7:25 PM
Check is done on value "00000000".
Please try the following code, put a break-point on IF condition, t_date will have value "00000000":
DATA: t_date type sy-datum..
IF t_date IS INITIAL.
Write : 'test'.
ENDIF.
Hope this helps.
2010 Mar 31 7:31 PM
2010 Mar 31 7:38 PM
Moderator message - What could possibly be easier to check yourself - post locked? Rob
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |