‎2007 May 15 1:32 PM
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.
‎2007 May 15 1:38 PM
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
‎2007 May 15 1:36 PM
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
‎2007 May 15 1:45 PM
‎2007 May 15 1:37 PM
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
‎2007 May 15 1:44 PM
Hi Chekuri,
no transport requests...
I have to trasfer them one by one, just was thinking how to do it smart..
BR, M.
‎2007 May 15 1:53 PM
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.
‎2007 May 15 1:38 PM
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
‎2007 May 15 1:43 PM
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.
‎2007 May 15 2:11 PM
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
‎2007 May 15 2:50 PM
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.