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

add time field in database table

Former Member
0 Likes
852

Hi Gurus,

I am trying to add a time field in database table. I know i can add it by using append structure.

but my problem is when records r creating in database table, the time field also populate with respective system time automatically. i think i need to use events but i have no idea how to use.

is there any other method available?

is there any system field for time stamp as date + time?

Regards

Giri

Hi Gurus,

I am trying to add a time field in database table. I know i can add it by using append structure.

but my problem is when records r creating in database table, the time field also populate with respective system time automatically. i think i need to use events but i have no idea how to use.

is there any other method available?

is there any system field for time stamp as date + time?

Regards

Giri

7 REPLIES 7
Read only

former_member194669
Active Contributor
0 Likes
828

Is this field added to a custom table?

aRs

Read only

0 Likes
828

time field added to a database table.

time stamp filed added to a custom table.

Regards

Giri

Read only

former_member194669
Active Contributor
0 Likes
828

If it is custom table, then find which are programs updating that time and change and transport.

aRs

Read only

former_member194669
Active Contributor
0 Likes
828

Check for domain SYTSTP

aRs

Read only

Former Member
0 Likes
828

If this being updated through the table maintenance generator, you can use events.

Rob

Read only

0 Likes
828

Rob,

its not updating by table maintainance generator.

I want to add Time field in table ESTDH.

when a new record updated while report version generated the time field also populate with system field.

is it possible?

can anybody help me?

Regards

Giri

Read only

0 Likes
828

You need to find out which programs update this table and then find exits or BADIS where you can add the logic to do this. I don't think events will help you.

Rob