‎2011 Sep 27 9:47 AM
Hi ..
I am facing Issue with TMG (table maintenance generator), as I required to manipulate or modify data from TMG and data is coming on that customize table from a background program which fetchs a data using proxy and set the data in z table.
Now Issue is , I am not able to modify a data from TMG, while saving its giving a message data saved but actually its not modfying.
But if i am inserting a row or data from TMG on that z table and next time if i m modfying that record from TMG its modfying that records whihc was inserted manually from TMG.
Please help me ..and all my developemnts is customize like trigeering program and all my seetings in TMG is looking perfect to me as usually we does. like maintenance allowed and authorization grp &NC&...etc.
Thanks...
‎2011 Sep 27 10:02 AM
Hi,
try to delete and regenrate the TMG. have u modified the table by adding extra fields?
Thanks,
Chandra
‎2011 Sep 27 10:13 AM
hi..
I have deleted and regenrated TMG many times and yes i had deletd one of coloumn but even without removing that column its not working..
thanks for replying..
‎2011 Sep 27 10:23 AM
HI SanDeep !!!
Dude first try to regenerate your TMG and also try to activate your table once you come out. Then you can check the value in the T-code SM30
Regards
Zulfikhar Ali
‎2011 Sep 27 10:30 AM
‎2011 Sep 27 10:39 AM
Hi Sandeep,
In Ztable dont use the standard data elements or domains which are having conversion exits. So create custom data elements and domains without using conversion exits. After changing the table, regenerate the TMG and run your report.
thanks
Srinivas.
‎2011 Sep 27 10:51 AM
HI Srini,
I am using statadrd datelement only for primary key and for the rest of the fields i am using z data element.
‎2011 Sep 27 10:59 AM
Hi,
check that standard data element is having conversion exit. if so use custom dataelemet in place of it with out conversion exit.
even dont use standard domain having conversion exit use custom one. i faced the same problem and solved by doing this
Thanks,
Srinivas.
‎2011 Sep 27 11:31 AM
Hi Srini thanks..
I am using below standard dataelements :
MANDT DATUM UZEIT and in thsi no conversion exit is using...
‎2011 Sep 27 11:38 AM
ok u can u those.still u r not able to modify the record which is uploaded into table through report after using custom dataelements and regenerating TMG.
‎2011 Sep 27 11:41 AM
‎2011 Sep 27 11:45 AM
after making changes to table. delete all entries from ur table and run your report again
‎2011 Sep 27 10:40 AM
Hi sandeep nigam,
May be check the backgound program whether you are Modifying the existing record by checking the primary key of your table or it is just inserting as a new record!....
Cheers,
Kripa Rangachari.