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

Request prompt on Data Saving

Former Member
0 Likes
890

Hi all

I have created a Z table and its maintainence .

Now , this table has say 100 records. I want to transport these 100 records to the next level say the test server.

How is this possible ?

I have seen situations where in SM30 , we try to maintain new values , it asks for a request.

How can we attain this ?

What is the significance of TRANSPORT button on SM30 screen.

Please help .

Thanks

Supriya

7 REPLIES 7
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
843

transport is used to add the selected records to a transport request and then you may use this TR to import the records in another system.

Read only

Former Member
0 Likes
843

Hi,

While saving & activating the program, it'll ask for the transport request. Create a new one and save it.

Go to SE09. Give the UserId with which u created & click display.

Ur TR in which u saved the table will be there.

Keep ur cursor in that line & press F9. Release the task first & den the TR.

If u have saved it in the local object, u cannot transport.

Go to SE 11- > Table name -> Attributes tab -> Edit $tmp, give TR & save again. Then transport it

Only using TR's u can move through different servers. So v have to attach all the changes to a TR.

Hope its useful.

Edited by: Jk on Nov 12, 2009 9:54 AM

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
843

Make it as a customizing table it will ask for TR.change the type of table from A to C.

Regards,

Nabheet

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
843

Hi,

Just go through concept delivery classes

Read only

Former Member
0 Likes
843

Hi,

Use a customizing request instead of a workbench request.

It will contain the table structure as well as the contents.

-kshitija

Read only

Former Member
0 Likes
843

Hi ,

There are 2 options for this -

i) Change the delivery class to "C"

ii) While generating the table maintainence genrator , select the "Standard recording routine" option.

Both these options prompt for a request and enablyou to transport table contents.

Regards,

Deepthi

Edited by: Deepthi Upadhyaya on Nov 18, 2009 8:06 AM

Read only

0 Likes
843

Hi Friend ,

If you want to Transport all your 100 entries . go to se11 execute your Z table , after the Output is displayed select all the entires using the checkbox , in the meu path there will Transport entries , using that your can add all the 100 entries in a Transport Request .

if your reuirement is Fequenty transporting entries from system to system , you should can your Z table delivery class as 'C'. which means your Z table should be a Customizing table so that when ever you had an entries in the table it will ask a Transport Request for that change to the table .

so that you transport the same to other systems .

Regards,