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

transfering objects from Prod to Dev

Former Member
0 Likes
1,273

H all!

I have to transfer objects from Production to Developement enviroment.

No transport requests are possible...

These are the types of objects:

<b>Report

Interface

Update

Abap-pgm

Form</b>

A good way to transfer<b> forms</b> is to use RSTXSCRP program.

How to transfer other types?

Award points are waiting!

BR, M.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,231

Hi

2 things related to your question?

What is this transfer from PRODUCTION to DEVLOPMENT?

generally we develop the objects in DEV and transport them to PRODUCTION.

SO this won't occur in rela situation.

COming to transports there is no other way that TRANSPORT request is a must to transfer objects like programs/fun modules etc to PRD from Devlopment.

Only certain things like STD texts, Scripts, smartforms are transported using some other program/methods , But Transport request is a must to transfer from One system to other.

Reward points if useful

Regards

Anji

9 REPLIES 9
Read only

Former Member
0 Likes
1,231

then ,

the best way is to copy the production system to Development system .in database level

this can be easily done by any basis people . has i did many times

Girish

Read only

0 Likes
1,231

Girish,

could you please explain it in more details...

BR, M.

Read only

Former Member
0 Likes
1,231

Hi,

One way u can do..

Check with ur basis team that if u can get a CAR file(unix level file for ur transport request)...

And u can upload that CAR file into development system...

Cheers,

Ravi

Read only

0 Likes
1,231

Hi Chekuri,

no transport requests...

I have to trasfer them one by one, just was thinking how to do it smart..

BR, M.

Read only

0 Likes
1,231

friends,

for example need to transfer a Report and here is what we have:

"Object File Name " let's say Y_P01_00000001

"Object Description" let's say ZMRFL001

"Short Func. Description" Report for price calc

how would you transfer it to dev system?

BR, M.

Read only

Former Member
0 Likes
1,232

Hi

2 things related to your question?

What is this transfer from PRODUCTION to DEVLOPMENT?

generally we develop the objects in DEV and transport them to PRODUCTION.

SO this won't occur in rela situation.

COming to transports there is no other way that TRANSPORT request is a must to transfer objects like programs/fun modules etc to PRD from Devlopment.

Only certain things like STD texts, Scripts, smartforms are transported using some other program/methods , But Transport request is a must to transfer from One system to other.

Reward points if useful

Regards

Anji

Read only

0 Likes
1,231

Anji,

cars usually go forward, but sometimes they go backward as well

it is a special case to transfer from prod to dev...

BR, M.

Read only

Former Member
0 Likes
1,231

it happens like what you said ,

ok ,

use transcation code client copy export scc7 or scc8 ,

there use just give the basic data's like system ,etc it will take some time to flow the data .

before doing this take backup of your development server

Girish

Read only

0 Likes
1,231

Maybe in this case it is better to copy/paste them one by one?

I mean to search in <b>SE38</b> for <b>ZMRFL001</b> and copy the code manually?

The only thing I do not understand here is how to find <b>Y_P01_00000001</b> in SAP?

Y_P01_00000001 - "Object File Name "

ZMRFL001 - "Object Description"

BR, M.