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

Table maintenance generator- Issue while modifying records

Former Member
0 Likes
1,620

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...

12 REPLIES 12
Read only

ChandrashekharMahajan
Active Contributor
0 Likes
1,566

Hi,

try to delete and regenrate the TMG. have u modified the table by adding extra fields?

Thanks,

Chandra

Read only

0 Likes
1,566

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..

Read only

Former Member
0 Likes
1,566

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

Read only

0 Likes
1,566

Hey Mann..I have already done this ....its not working...

Read only

Former Member
0 Likes
1,566

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.

Read only

0 Likes
1,566

HI Srini,

I am using statadrd datelement only for primary key and for the rest of the fields i am using z data element.

Read only

0 Likes
1,566

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.

Read only

0 Likes
1,566

Hi Srini thanks..

I am using below standard dataelements :

MANDT DATUM UZEIT and in thsi no conversion exit is using...

Read only

0 Likes
1,566

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.

Read only

0 Likes
1,566

yes....I am not able

Read only

0 Likes
1,566

after making changes to table. delete all entries from ur table and run your report again

Read only

Former Member
0 Likes
1,566

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.