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

Copy module pool from Test server to Development Server

Former Member
0 Likes
857

Hi,

There is a certain requirement where we need to copy module pool program RFICRC00 from Test server to development server. all objects should be copied.

Also need to create Z program which is same as RFICRC00

1. is it possible ?

2. If yes the what is the way out ?

*points will be rewarded to appropriate answers.

Message was edited by:

Palak Limbachiya

1 ACCEPTED SOLUTION
Read only

gopi_narendra
Active Contributor
0 Likes
813

U can ask ur basis guy to import the changes to the Dev server

or

Find the request number in Test Server and now in Dev Server. goto

Utilities -> Versions -> Version Management and now chekc the version being transported to the Test Server

Regards

- Gopi

8 REPLIES 8
Read only

gopi_narendra
Active Contributor
0 Likes
814

U can ask ur basis guy to import the changes to the Dev server

or

Find the request number in Test Server and now in Dev Server. goto

Utilities -> Versions -> Version Management and now chekc the version being transported to the Test Server

Regards

- Gopi

Read only

Former Member
0 Likes
813

Hi Palak

Please check if you are using the right program: RFICRC00.

1. Program: RFICRC00 is report program and not a module pool program.

2. If there are any modifications done and sent to Test Server from development and revert back the changes, maybe you can try by retreiving earlier version using Version Management.

Kind Regards

Eswar

Read only

Former Member
0 Likes
813

Thanks Gopi and Eshwar for prompt response.

Actually This program RFICRC00 does not exist in D server.

We need to copy the same from T server to D server. Hence Z program is supposed to be created.

Hope this shall give more clarification.

Read only

0 Likes
813

Hi Palak

make a Copy program in your T server.

when new copy is created a new transport request will get created.

add all the includes and other objects to this transport request.

Now when you release this request then it will go to destination server (in your case D server) if there is a transportation path available.

Hope this helps.

Note: award forum points to helpful answers

Read only

0 Likes
813

As you just need one program, why not use Upload and Download functionality to create a Z - Program.

Menupath: Utilities->More Utilities->Upload/Download

Ofcourse the program internally has many includes. Is it that only main program does not exist in Development Server or even the included does not exist???

Kind Regards

Eswar

Read only

0 Likes
813

Sandeep

I think you have got wrong.

T here is Test Server - Which will definetely be non-modifiable client

D is Development Server

As T is non-modifiable client, we can not create a transport request.

Regards

Eswar

Read only

0 Likes
813

Hi Eswar,

you may be right, then in this case we can ask the basis guys to do the job. Or as you suggested download and upload will work. But then you have to manually copy a lot of code. Also this program contains arnd 12 screens.

I think there is no way to DOWNLOAD n UPLOAD those screen.

Read only

Former Member
0 Likes
813

Thanks all for your support.

I am going with upload/download functionality.

Will co ordinate with Basis on this ...

Thanks again.