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: 

Auto updating of remaing feilds in for a record in a Z table

Former Member
0 Kudos

Hi all

Plese help me in solving this,

I am maintaining the table data. when i enter a new record in the table, some fields like username , date and time should get automatically updated in the same record and get reflected when i display of that record.

Could u pls tell me the procedure for updating those field automatically .

Thanks in advance.

Siva.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hey,

First add these fields in your database table

if you are using table maintenance generator

Go to your function group and in case you dont want the user to see this make them invisible.

then make use of the following System parameters.

sy-uname = name of the login

sy-datum = data

sy-uzeit = time

push these values to your fields when eber you are inserting

Hope this helps

Regards,

Ravi

2 REPLIES 2

Former Member
0 Kudos

hi siva

if you are maintained table maintainence generator for that custom table means

Go to SE56->maintainence View name for that table -> Environment->Modification->Events

Hope it will hwlp you

regards

Deva

Former Member
0 Kudos

hey,

First add these fields in your database table

if you are using table maintenance generator

Go to your function group and in case you dont want the user to see this make them invisible.

then make use of the following System parameters.

sy-uname = name of the login

sy-datum = data

sy-uzeit = time

push these values to your fields when eber you are inserting

Hope this helps

Regards,

Ravi