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

Erdat as sysdate

Former Member
0 Likes
483

Hi All,

I have a GUI display for a custom table ZTAB. For ZTAB-ERDAT I need sysdate to come automatically on the create entry screen.

Can someone please help me.

Thanks,

Neelu.

2 REPLIES 2
Read only

Former Member
0 Likes
449

Hi,

parameters:
  p_date type ZTAB-ERDAT default sy-datum.

Regards

Adil

Read only

Former Member
0 Likes
449

you mean to say you have developed a screen to display data of this table... If the field needs to get date then use field = sy-datum...