Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

F4 help for timestamp on selection screen

juanluis_ragel
Participant
0 Kudos

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

1 ACCEPTED SOLUTION

kesavadas_thekkillath
Active Contributor

Please explain it clearly.

3 REPLIES 3

kesavadas_thekkillath
Active Contributor

Please explain it clearly.

0 Kudos

thanks you for your answer but I fixed it.

I created a select-options in date form (with F4 help) and I convert it to timestamp for my select sentence.

Regards

0 Kudos

Hi,

Can you tell me how u do that... as i also have the same requirement

Thanks in advance