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: 

interview question: on Data dictionary

Former Member
0 Kudos

You have 10 records in your custom table. in the DEVELOPMENT SERVER..

these records and the custom table both..

want to move to the PRODUCTION SERVER..

What will you do? Explain...

ANYBODY PLZ GIVE THE PROPER ANSWER..BCOZ I AM  TRAILS ON SAP ABAP...

1 ACCEPTED SOLUTION

marvelmurugan
Explorer
0 Kudos

Hi Raju,

Go to Se16,

View your table and select the records you want to transport.

then click on the Table entry Menu and select the Transport entries.

It will ask for the transport to save it.

Regards,

Vel

4 REPLIES 4

prakashjasti
Contributor
0 Kudos

Hi,

We need to include the records of the custom table also in TR and move it to production server.

Regards,

Prakash.

Prakash J

aferngas
Active Participant
0 Kudos

Hi Raju,

If you don't have a SE16N/SM30 view properly enabled to transport entries, you can manually edit a transport request to include it. Go to your workbench transport request (SE01/SE09) and add a new entry with "R3TR" in program ID, "TABU" in object type and the name of your table object name. Then press the button enabled to insert the corresponding keys for desired table entries.

There are many post asking for this issue. The a look to searching in SCN.

Regards,

Alex

marvelmurugan
Explorer
0 Kudos

Hi Raju,

Go to Se16,

View your table and select the records you want to transport.

then click on the Table entry Menu and select the Transport entries.

It will ask for the transport to save it.

Regards,

Vel

Former Member
0 Kudos

Hello Raju,

Transporting of data from one Server to other Server usually perform with the Help of RFC. So i will suggest you to create a RFC enabled FM and using that Update the data in Production from Development, so that RFC you can using in Future also.


Here you can find details regarding RFC.. RFC Programming in ABAP (SAP Library)