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: 

Erdat as sysdate

Former Member
0 Kudos

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

former_member705122
Active Contributor
0 Kudos

Hi,

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

Regards

Adil

Former Member
0 Kudos

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...