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 maintentance Generator

Former Member
0 Likes
826

Hi

I created ztable with table maintentance generator and transport to application server. and later i created entries for ztable via sm30 and also transported the request to application server but In my Application server i found no data in that ztable after the request transport. What is Problem behind it.

with regards

Anand Kumar

Hi

I created ztable with table maintentance generator and transport to application server. and later i created entries for ztable via sm30 and also transported the request to application server but In my Application server i found no data in that ztable after the request transport. What is Problem behind it.

with regards

Anand Kumar

5 REPLIES 5
Read only

alex_cook
Active Participant
0 Likes
788

Hi,

If your Z-table is a customizing table, when you create the data in SM30 a transport should be created automatically.

However if your Z-table is an application table then you have to manually add the data to the transport via SE01 and modifying the transport.

Cheers

Alex

Read only

venkat_o
Active Contributor
0 Likes
788

<li>How are you transporting to Application server? Are you transporting to Test system or application server ? Can you double check the question asked ? Regards Venkat.O

Read only

Former Member
0 Likes
788

Mate

This is first time i am trying to implement Table maintentance Generator. My objective was to transport data to Ztable from Development server to Application Server.

what should be done

with regards

Anand Kumar . R

Read only

Former Member
0 Likes
788

Hi Anand,

As per my understanding you need to transport from developmet to Quality or production server.

For this you need to attach the records entered in table to the transport request.

Below link will help you.

http://help.sap.com/saphelp_sm32/helpdata/en/67/86b298415811d1893d0000e8323c4f/content.htm

Hope this helps you.

Read only

Former Member
0 Likes
788

Check that you have ticked "Standard Recording Routine" radio button in your Table Maintainance Generator..This will ensure that system will ask you for Transport Request every time you create new data...

If you tick above radio button, data entered henceforth will get recorded in your Transport Request. In case you want to Transport current data follow below steps

1. Create Customizing Request in SE09.

2. Double click the Request and goto Transport Tab.

3. Create an entry with PROGRAM ID = 'R3TR', Object Type = 'TDAT', Object Name = <You Table Name>..

4. In Function, specify KEY for records you want to Transport. For Example - You want to Transport all entries for your Table ZTEST from Client 100, you specify 100* in your Function.

Regards,

Mohaiyuddin