Application Development and Automation 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: 
Read only

module pool

Former Member
0 Likes
491

Hi all,

I would like to get a search help for date in my input-output field.Is there any Function module for tht.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
464

parameters: p_date type sy-datum.

======================================

use the function module F4_DATE.

4 REPLIES 4
Read only

Former Member
0 Likes
465

parameters: p_date type sy-datum.

======================================

use the function module F4_DATE.

Read only

Former Member
0 Likes
464

use function module F4_DATE.

or u can use a standard data element in ur table field for date.

use data element ERSDA in ur table field for date.

Read only

naimesh_patel
Active Contributor
0 Likes
464

assign DATS in FORMAT in the field's property.

Regards,

Naimesh

Read only

Former Member
0 Likes
464

or u can take the input field of sy-datum type.