Application Development 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: 

table even's got deleted when new TMG is created

Balu483
Participant
0 Kudos

hi gurus,

i am facing a problem that

i have one custom table , and their is already some table events implemented for this table ,

now i got a requirement to add one extra field to this custom table .

when i did this newly added field is not getting reflected in TMG.

so  i deleted the existing TMG, and again created the new  TMG with same Name as previous TMG.

now newly created filed getting reflected in new TMG.

now the problem is the table events which are implemented for older one is not reflecting the newly created TMG.

why ?

how to make same table events to reflect for newTMG?

please help me.......

thanking you in advance ........

8 REPLIES 8

0 Kudos

Hi Chandu,

While deleting existing TMG had you deleted the function group also?

and before deleting it will ask you that control events exists for this TMG and do you want to delete?

if you had selected yes and I dont think there is nay way get it back.

Regards,

Menka

0 Kudos

i tried this way also ,

before deleting the older TMG i unchecked the event time catlog entries ,

even tho   the events implementations are deleted.

0 Kudos

have you deleted the Function group.If not then that include will be in the FG.

else copy it from quality.

pavanm592
Contributor
0 Kudos

Hi,

you can check the events in quality and re define in the new TMG events.

Or

Once check in your function group includes whether you can find the includes.

Regards,

Pavan

former_member196331
Active Contributor
0 Kudos

Check it from Quality or production Implement the Same.

BhuvaneshRaju
Explorer
0 Kudos

In general, on addition of a new field you should navigate as se11->change mode->TMG->click on change->then you will get pop up where you can regenerate the elements based on the change.Here you will be retaining existing events and can add new events as well.

In Order to get the deleted one, either recreate comparing Q/P or copy the function group from Q/P into a transport and import it to Dev to sync it.

Or best option is function group will be already in a transport, retrieve the old transport into action version will solve the problem

Former Member
0 Kudos

Rather than trying to import from QA, you might try using version management to retrieve the events and FM. I haven't tried this, but it has to be a lot simpler.

Rob

Chintu6august
Contributor
0 Kudos

Hi,

In the function group you can find includes, function module. You can get back the former version which was generated before the modifications made by you.

thanks!!