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

values in the table

Former Member
0 Likes
847

Dear experts,

I had created a table in development client and inserted the values when we transport the table to the production system ,wheather the table along with values are be trasported or it will transport only table without values

thanks in advance

karthik

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
810

hi,

while transporting ony if you include object of type R3TR TABU <table name> and then u need to provide '*' value for primnary keys. then only contents will also be transferred to the production.

regards,

Navneeth.K

hi,

while transporting ony if you include object of type R3TR TABU <table name> and then u need to provide '*' value for primnary keys. then only contents will also be transferred to the production.

regards,

Navneeth.K

6 REPLIES 6
Read only

amit_khare
Active Contributor
0 Likes
810

It depends on the Delivery type selected in Delivery & Maintainance tab while creating.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
811

hi,

while transporting ony if you include object of type R3TR TABU <table name> and then u need to provide '*' value for primnary keys. then only contents will also be transferred to the production.

regards,

Navneeth.K

Read only

Former Member
0 Likes
810

In case you have just created the table and included that in a transport request, then it will only transport table definition WITHOUT data.

Read only

Former Member
0 Likes
810

no it wont transport values in the table ......

like the values are in the instance .... so only the objects can be transported ....

the tables are object in the sap ...... wherein data is not an object ....

Reward points if you understand ...

Girish

Read only

Former Member
0 Likes
810

hi karthik,

if u trnasfer your created table id then table alone can transfer from dev to produntion, but u can't transfer records from one client to another client.

here u can remember one thing,

records are client dependent,

tables are client independent.

regards,

seshu.

Read only

Former Member
0 Likes
810

Hi,

You can transport the table contents only from customizing client but not from development client. After creating a table

Go to customization client --> use T-Code SM30 (Table maintenance), enter table name --> create new entries there --> save the records --> system will ask you for a new CR --> Create a new CR for table contents then an object with Program ID R3T3 and Object type TABU and table name will be added automatically in your CR. This will not work in case of development client.

Note: maintenance generator should be created choosing Recording routine as Standard recording routine.

While transporting, table should be transported from development client then the table contents should be transported from customizing client.

Cheers,

Venkat.