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

transporting a table with data

Former Member
0 Likes
810

Hi Experts,

I want to transport my customized z table which already contains some entries. Now, I understand that the structure of the table can be transported with a workbench request which I have already created. Now, the question is how can i transport the data contained within the table. Is it with customizing request. If yes, then how can I create the customizing request for the data which is already there in that table.

Further, I want to create a new request ( i hope customizing request and not workbench request) whenever a new entry is created in the table. So that if i need to transport only that entry, I can simply goto se10 and release the correspoding customizing request.

Any helpful entry will be rewarded.

Warm regards,

Raman.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
777

Hi,

Change the delivery class 'C' so that when ever a entry is created it will ask for a request.

regards,

santosh

6 REPLIES 6
Read only

Former Member
0 Likes
778

Hi,

Change the delivery class 'C' so that when ever a entry is created it will ask for a request.

regards,

santosh

Read only

abdulazeez12
Active Contributor
0 Likes
777

I think you can achieve this by table maintenance generator. Create table maintenance generator and check.

Read only

Former Member
0 Likes
777

Hi,

Change the delivery class for the table as 'C'. and create the table maintenance generator.

Now whatever the data you are entering will be made as the request.

Thanks

Yogesh

Read only

Former Member
0 Likes
777

First thing for transporting data of a table , it should be of customizing type 'C'.

then select the entries in display and from 'Table entry' menu option select transport entries.

Read only

Former Member
0 Likes
777

Hi,

1. Create a customize table ( C ). already done by you.

2. Create a TMG for it.

3. Create a customizing CTR .

4. Open the table maintanence, insert the data.

5. Select all the records.

6. Go to Table View--> Transport

7. Attach your customizing CTR

8. Transport it. You can copy to other client by SCC1

Regards,

Tanmay

Read only

0 Likes
777

Hi all,

I have changed the delivery class to 'c' and I am entering the data via sm30 (table maintainence). Still it does not asks any customizing request. It simply saves the data without asking any kind of request. The question is still unanswered. How can I transport the data entries which are already there in the table as well as the new entries I am creating.

Tanmay: Can you please elaborate on step 2, 3... how to create a customizing CTR . As per your step 6, the transport option is disabled.

Thanks in advance.

Warm regards,

Raman.