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

Update table field in support project

jowar_saha
Explorer
0 Likes
1,532

Hi Experts,

I am in a support project. I have a custom table , which DO NOT HAVE TMG. Table is used/modified/updated from n number of programs. I have added 3 fields in table, username , update date and update time.

Now how to update those 3 fields without touching all the programs which are updating this tables?

Note: I do not want to touch those n number of programs

I tried using TMG events , But those are working only from SM30. updating those feilds from SE38 is not working.

Is there any way provided by SAP, like autopopulate fields or something like that.

Thanks,

Jowar Saha

Hi Experts,

I am in a support project. I have a custom table , which DO NOT HAVE TMG. Table is used/modified/updated from n number of programs. I have added 3 fields in table, username , update date and update time.

Now how to update those 3 fields without touching all the programs which are updating this tables?

Note: I do not want to touch those n number of programs

I tried using TMG events , But those are working only from SM30. updating those feilds from SE38 is not working.

Is there any way provided by SAP, like autopopulate fields or something like that.

Thanks,

Jowar Saha

4 REPLIES 4
Read only

omer_sakar
Active Participant
0 Likes
1,402

Hi,

Can you update via16 "create entries" as attachment.By the way, howcome you can not update UPDATA/MODIFY table from se38. I think it is easly can be done.

Read only

retired_member
Product and Topic Expert
Product and Topic Expert
1,402

Write an n+1th program.

Read only

matt
Active Contributor
1,402

Set change logging on your table. Then using the n+1th program that you've written, update those fields by reading the change logs. Simple.

Read only

DoanManhQuynh
Active Contributor
0 Likes
1,402

This threat may have the answer you looking for:

https://archive.sap.com/discussions/thread/3964565