2018 Jul 06 1:48 PM
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
2018 Jul 06 3:43 PM
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.
2018 Jul 06 4:54 PM
2018 Jul 07 10:22 AM
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.
2018 Jul 09 3:51 AM