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: 

Problem while transporting table contents.... Cross Client Table

Former Member
0 Kudos

Hi

I got a problem while transporting the table from development to test System

all other objects should be transported except the Table contents.

How shall I handle this.

How shall I assign a user defined transaction code to maintain the Table Views.

any suggestions please

Thanks in advance

Cheers

Sailekha

7 REPLIES 7

Former Member
0 Kudos

I THINK USUALLY THIS TABLE CONTENTS WILL NOT BE TRANSPORTED TO TEST SERVER ON THE TABLE AND FIELDS WILL BE TRANSPORTED, THE CONTENTS CREATED IN DEVELOPMENT WILL BE ONLY UPTO DEVELOPMENT SERVER.

HAVE A TRY.

REGARDS.

VENKAT.

Former Member
0 Kudos

Hi

- Create a request with only the abap objects, but the system do it automatically;

- U should create an authorization group and assign it to your user in his profile. Here insert the trx code too.

MAx

0 Kudos

It shouldn't solve my problem......

the structure can be transported but the contents are not transported form the development system to Test system.

Thanks in advcance

cheers

Sailekha

0 Kudos

Hi

Excuse me I didn't understand.

After creating the request with abap object, change it inserting a new hit like this:

R3TR TABU <TABLE NAME>

Max

Former Member
0 Kudos

Hi,

1.Table containt will not move to test system from Dev.

2.Use se93 to create new tcode and assigned the calling tcode over there.

Hope it will help U !!

Cheers.

Former Member
0 Kudos

Hi

If you would like to transport the table content you actually can.

Transporting the table data to different systems with transport request

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 .

Also check the following links

and also check this too

Former Member
0 Kudos

Hi,

1) create tcode in se93 selectiong parameter

transaction

Transaction SM30 Screen 0

From module pool

Name of screen field Value

VIEWNAME ZSDCZTVIEW

UPDATE X

2) in table maintaience generator select

radio button

<b> no or user recording routine. </b>

Regards

amole