cancel
Showing results for 
Search instead for 
Did you mean: 

How to perform a client import and export at OS level?

former_member182921
Participant
0 Kudos

How to perform a client import and export at OS level?

Accepted Solutions (1)

Accepted Solutions (1)

anandkarthik_raja
Active Participant
0 Kudos

--->CLIENT Export
tp export  <TR> u18 pf=<transport profile> client=xxx -Dlsm=VECTOR -Dlanguage=DE
tp export  <TR> u18 pf=<transport profile> client=xxx -Dlsm=VECTOR -Dlanguage=ALL (For all languages)

D - Stands for German Language
E - Stands for English
ALL – All Languages

--->CLIENT Import
Order of imports
O - Customizing for complete system
T - Clent Specific Data
X - Client specific text

tp import <TR> <SID> pf=<transport profile> u89 client=xxx ------u8 - Ignore table classifications(G, C, L, A tables will be updated only in client 000)

Post processing of client import
--------------------------------
After import logon with  <user>/ddic into the imported client -> TXN SCC7 ->Request <Imported T request> schedule as background job -> Run immediately

--->Log files in SCC3

--->Read also Note 70547 - CC-TOPIC: Client transport

Answers (3)

Answers (3)

Aleksandr
Participant
0 Kudos

Hello

What do you want? Explain you purpose.

AtulKumarJain
Active Contributor
0 Kudos

Hi Abhishek,

Please check

http://scn.sap.com/thread/3210378

You can do it with both the way like generate trasnport file using R3 and import those file in target system using  os command

Best Regards,

Atul

Private_Member_12188
Active Participant
0 Kudos

There really is not a way to do this at the OS level.