Hi experts!
I have this code in custom ALV report:
selection-screen: begin of block b1 with frame title text-t01. DATA: w_aux_sc_created_at like ztable-sc_created_at. SELECT-OPTIONS s_sc_c02 for w_aux_sc_created_at.
Ztable-sc_created_at is COMT_CREATED_AT_USR (data element)
COMT_CREATED_AT_USR is standard data type (DEC, lenght 15) domain COM_TSTMP --> UTC Time Stamp Short Form (YYYYMMDDhhmmss) (Output sy-zonlo)
Ok, I would like to show a calendar for select date in my SELECT-OPTIONS custom ALV report like MATCHCODE OBJECT.
A lot of thanks in advance.
Best regards.
djlu
Moderator message: please use more descriptive subject lines from now on, changed for you this time
Edited by: Thomas Zloch on Nov 8, 2010 9:44 AM