Hi All,
I have requirement to update user info and date & time in custom table whoever using Table Maintenance.
ie.
My requirement is if any user updating any table [SAP standard or Custom table] using table maintenance, then
i need to update the user name, date and time into custom table.
Can anbody suggest a solution for this.
Thanks
aRS
Hi,
Try this solution...This might work for custom tables..
Create a new report program..
Take the table name as a parameter..
Then get all the contents from the table and store it in a internal table..
Then call the transaction SM30 with the table name..
Once they update the table and save..The control will come back to the report program...
Then again get the values from the custom table..
Compare the values..If there is any change...Then update your custom table with the user info..
Thanks,
Naren
Message was edited by: Narendran Muthukumaran
Hi folks,
Can you please give more details about this event 01 , Rob had suggested.
Thanks
aRs
Hi Naren,
I am looking for is any userexit i can use for it, ie after updating using SM30 [Table maintenance]
Thanks
aRs
Hi Rob,
Thanks your reply.
I have 6980 custom tables with table maintenance. by adding code to each table maintenance is difficult from the programming point of view. I am looking for common
trigger event before or after save OR user exit before or after save.
Thanks
aRs
Add a comment