Yes i pass it like this only.
also am using the condition like
DATA : L_UZEIT LIKE SY-UZEIT.
L_UZEIT = SY-UZEIT.
if L_UZEIT <> SY-UZEIT.
ZCUSTOM_TABLE-ZDATE = SY-DATUM.
ZCUSTOM_TABLE-ZTIME = L_UZEIT.
ZCUSTOM_TABLE-ZACTION = 'U'.
ENDIF.
Yes i pass it like this only.
also am using the condition like
DATA : L_UZEIT LIKE SY-UZEIT.
L_UZEIT = SY-UZEIT.
if L_UZEIT <> SY-UZEIT.
ZCUSTOM_TABLE-ZDATE = SY-DATUM.
ZCUSTOM_TABLE-ZTIME = L_UZEIT.
ZCUSTOM_TABLE-ZACTION = 'U'.
ENDIF.