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

SM30

Former Member
0 Likes
533

Hello all,

I am having a requirement here. I am maintaining some entries in a table using sm30 transaction code. I had written some code in order to populate the created by, changed by, date and time fields when ever an entry is made or changed.

But when I am copying an existing entry into a new one..then change the values...the created by, time and date fields and having the values of the original records and only the changed by, date and time fields are been populated.

I want to populate the created by, date and time fields even when a record is copied.

'action-status' code is same though when a record is changed or copied. Please suggest.

Thanks,

3 REPLIES 3
Read only

Former Member
0 Likes
507

Are you using events in the table maintenance generator?

Rob

Read only

0 Likes
507

Rob,

Yes I am using events in TMG. I had written some code in an include and attached it to event 01.

Read only

0 Likes
507

See if you can use event 05 just for this and 01 for the rest.