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

Database table entries

Former Member
0 Likes
1,017

How to transport the entries of a table ?

7 REPLIES 7
Read only

Former Member
0 Likes
821

Hi Shiva,

See this..

http://help.sap.com/saphelp_erp2005/helpdata/en/67/86b298415811d1893d0000e8323c4f/frameset.htm

cheers,

Prashanth

P.S Please mark helpful answers

Read only

Former Member
0 Likes
821

hi shiva,

try to transport with SE16 or SE16N

after marking your entries -> table entry - transport

or

if you have a table maintenance dialog generated for that table you can also goto sm30, click on transport and than you'll be able to select the rows you want to transport.

oor

The delivery class of your table needs to be "C". Then the table entries will be transported along with the table definition.

In your case, that table is of delivery class "A". Your data is not transportable.

if you have generated a table maintenance program for this table, then you are gonna have to do some cut/paste.

If u find it useful mark the points on left side

Regards,

Naveen

Read only

Laxmana_Appana_
Active Contributor
0 Likes
821

Hi,

Check this :

Create a workbench transport request in se09 and double click on it, system opens request/task screen , go to objects tab add program id as 'R3TR' object type as 'TABU' object name as table name (ex: ZTABLE) and click on the function button , put '*' in table keys and save the request.

now transport this request , table entries will be transported to respective systems .

Regards

Appana

Read only

Former Member
0 Likes
821

hi,

when you save the table in a package,

then it will ask for the request id,

using that request id you can transport the database tabele from development server to qa server or to production server,

best of luck,

regards,

kcc

Read only

0 Likes
821

Go to SE10.

Click on the 'Create' icon.

Select 'Workbench Request'(assuming your table is not customizing table).

Enter description and click 'Save'.

Put cursor on the task (lower number of the two) and in menu, 'Request/task>Change Type>Development/correction'.

With cursor on the task(lower number), click 'Object List' icon on the toolbar.

Once in, you need to toggle to 'Change' mode using the pencil icon.

Then click on 'New Entries'. Now add the R3TR, TABU, <ZTAB> in the first row.

Again in the menu, select 'Extras>Change object function>Key according to key list'.

Now go to the menu, 'Goto-->Key list'. In the subsequent screen, click on 'Insert line' icon(with a + sign).

Click on 'Key fields' button and it will now allow you to enter the values for each key field.

Read only

0 Likes
821

Hi,

Not transporting the table..i wnt to transport the entries of a table..

Read only

0 Likes
821

The first reply to your thread (by Prashanth Azharuddin), tells you how to transport table entries.

Sudha

Message was edited by: Sudha Mohan