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

Importing Program to other Client

Former Member
0 Likes
795

Hi experts,

Good Day !!!

I would like know how can I import a program from 1 client to another (eg. Client 100 ro client 150). I know it can be done via transport but someone told me that there's a program that can import program instantly. Kindly advice on this. Thanks in advance.

Best regards,

Marshanlou

5 REPLIES 5
Read only

Former Member
0 Likes
742

Hi Marshanlou,

You can use transaction SCC1 to make copy to other client. You just have to enter transport request and destination client no which will copy all content from source to destination client from that request.

Thanks,

Nilima

Read only

Former Member
0 Likes
742

Maybe you are talking about SAPLINK.

Also check out the User documentation.

https://wiki.sdn.sap.com/wiki/display/ABAP/SAPlink+User+Documentation

Thanks,

Shambu

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
742

Hello Marshanlou,

I would like know how can I import a program from 1 client to another (eg. Client 100 ro client 150)

Programs are client independent, you do not need to import them from one client to another of the same system.

Are you trying to import from one system to another?

BR,

Suhas

Read only

Former Member
0 Likes
742

Hi Marshanlou,


Once you have a released transport request (<SID>K######) of that program.

Copy the data and cofile from the source system (located in \usr\sap\trans) then Paste them to the target system.

Once the data and cofile are copied, go to the command line:

1. go to the directory \usr\sap\trans\bin

2. tp addtobuffer <SID>K9#####  u1 client=150 pf=TP_DOMAIN_<SID>.PFL

    *everything should be ok*

3. tp import <SID>K9##### <SID> u1268 client=150 pf=TP_DOMAIN_<SID>.PFL

    *everything should be ok*

Check the program,which should be in the new client.

Cheers,

Rod

Read only

Former Member
0 Likes
742

If they are in the same system but different clients , you can view the program in both the clients as programs are client-independent.

To transport the program from one client to other if they are in different systems, use the tcode STMS for transporting the program by using the workbench request from one client to other.