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: 

transfering objects from Prod to Dev

former_member699400
Active Participant
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

Girish,

could you please explain it in more details...

BR, M.

Former Member
0 Kudos

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

0 Kudos

Hi Chekuri,

no transport requests...

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

BR, M.

0 Kudos

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.

Former Member
0 Kudos

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

0 Kudos

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.

Former Member
0 Kudos

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

0 Kudos

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.