‎2012 Sep 21 6:18 AM
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
‎2012 Sep 21 6:29 AM
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
‎2012 Sep 21 6:32 AM
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
‎2012 Sep 21 7:08 AM
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
‎2012 Sep 21 7:25 AM
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
‎2012 Sep 23 9:27 PM
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.