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

Creating transpport request for Table maintenance generator

Former Member
0 Likes
4,926

Hi all,

I've transported maintenance views to quality system.But tmgs are not transported.

Now I want transport the tmgs of those views. I can not delete those tmgs in development system.

Please suggest me how to do?

Thanks and regards,

Ravivarma Indukuri.

18 REPLIES 18
Read only

vinoth_aruldass
Contributor
0 Likes
3,795

hi,

goto se11 - utilities -tmg and press source code and take out your z program .. and search for request

then save the program in a request and transport it.

or change TMG to save it in a request .

hope it helps,

Vinoth

Read only

gouravkumar64
Active Contributor
0 Likes
3,795

Hi,

What we generally do with Table main. transport like this way

In se93>create tcode> transaction with parameters(last option)

Then like this image we do.Then transport that tcode.

If U have further query on This.

Please check this nice thread

http://scn.sap.com/thread/1650833

Hope this information helps

Thanks

Gourav.

Read only

0 Likes
3,795

Hi kumar,

I already transported the tcode. When I am executing that tcode it is saying like tmg doest exist or inconsistent.

Regards,

Ravivarma

Read only

0 Likes
3,795

Hi,

Check function group activated or not!!!!

Check DISK SPACE free or enough not.

Lastly try with SE54>utilities>total transport.

This option also good.

check sap help also

http://help.sap.com/saphelp_bw/helpdata/en/a1/e4521aa2f511d1a5630000e82deaaa/content.htm

Thanks

Gourav.

Read only

kumud
Active Contributor
0 Likes
3,795

Hi,

Have you written any custom coding in your TMG?

To transport the TMG again, you could go to Table Maintenance generator screen and just try changing something and put in a TR and then put the change back. You would have to make sure that you activate the changes. Also, I hope you have checked database utility to make sure it is consistent.

You could also check the below setting in TMG. Thanks.

Regards,

Kumud

Read only

0 Likes
3,795

Hi,

I changed one field in tmg and saved in a request and imported.

But still I didnt get the tmgs in quality.

Regards,

Ravivarma

Read only

kumud
Active Contributor
0 Likes
3,795

Could you please share the screen of TMG and also the screen which displays the maintenance objects?

There could be two ways to solve this - either you generate the TMG all over again or you find the reason behind not being able to transport the TMG. But if there is an issue while generating the TMG and if you repeat the same cause, you would not be able to transport it even then. Is the TMG working fine in Development client? Thanks.

Regards,

Kumud

Read only

0 Likes
3,795

Hi kumud,

Tmg is working fine in development server.

Regards,

Ravivarma Indukuri

Read only

Former Member
0 Likes
3,795

Hi Ravi,

Create a new transport request and save all ur changes including TMG.

Check in the development system  wether TMG is working or not.

Later IMPORT the request in quality

Read only

0 Likes
3,795

Hi venkat,

I already did the same.Tmg is working in development server.But it is not showing in the Quality.

Regards,

Ravivarma

Read only

0 Likes
3,795

Ravi,

Refer to this link below.

http://scn.sap.com/thread/1650833

Read only

0 Likes
3,795

Hi,

I tried like mentioned in link.

But it is giving error like

Object R3TR TOBJ /TRICON/V_ADNL requires a directory entry

Regards,

Ravivarma.

Read only

0 Likes
3,795

Is the content in the link leading u in good direction?

Read only

0 Likes
3,795

Hi Venkat,

I tried the below code that mentioned in the link.

The system should have required a transport request when the dialog was generated, check in object directory/transport request for the following objects :

- R3TR VIEW <view name> " View (or table TABL if no maintenance view in use)

- R3TR TOBJ <view name>V " Definition of a maintenance and transport object

<= This one is missing

- R3TR FUGR <function group name> " Function group <= when new FM are generated FUGR is transported, then only LIMU FUNC may be transported

While doing this I am getting error like

Object R3TR TOBJ /TRICON/V_ADNL requires a directory entry

Regards,

Ravivarma

Read only

0 Likes
3,795

Maintain some entry in your table and check

Read only

0 Likes
3,795

Hi Venkat,

Table is already containing entries.

Regards,

Ravivarma.

Read only

0 Likes
3,795

Hi Ravi,

Have you tested in t the below which was mentioned in the link.

insert 4 objects in request:

- R3TR  |  FUGR  |  XXX -> name of function group

- R3TR  |  TOBJ  |  ZZZS -> name of table with "S". This is definition of maintenance

- R3TR  |  TABU  |  TVDIR -> add key of table here

- R3TR  |  TABU  |  TDDAT -> add key of table here

Read only

0 Likes
3,795

Hi Ravi,

Please check in your request where you saved TMG contains the Table-contents TDDAT and TVDIR.

Because these tables are responsible for below infn.

TDDAT - MAINTAINS THE  table maintenance entry

Tvdir  -  maintains details  when it was created  

If these are not present in your request add to your request and transport.