http://scn.sap.com/docs/DOC-45570
이게 기본 방식이지만...
서버 담당자라면... 위 주소를 실제 서버의 폴더를 찾아 가서 카피하면 됩니다...
기타 서버 담당자가 아니라면...
이 문서에 있는 프로그램을 직접 개발해서 업로드 다운로드를 하면 된다고 합니다. 물론 전 안해봤습니다..^^
BW에는 위 프로그램에 포함된 펑션이 없어서 만들고나서 의미가 없더라구요.....저는 그냥 서버에서 카피했습니다.^^
기타 펑션을 통해서 다운로드를 받을 수가 있다고도 하는데 BW에는 없는것들이 많아서..
R3에만 있습니다..
위 링크 내용은 하단에 붙여넣겠습니다.
How to download / upload transport request from / to a server
1. Objective
As a functional consultant having information about ABAP and BASIS issues will be very helpful sometimes for you. In this document I would make a small note of steps you need to download / upload transport request from / to a server. You can use this method to make a backup of your customizing to transferring them into another system which in no connected to your customizing system
2. Name conversion
If you have a look your request names thru SE01 you will see the names are in AAABCCCCCC format which AAA is System ID, B is K and CCCCCC is a number which increase sequential.
System keeps the request in format XCCCCCC.AAA that X can be K for header of request and R for body of your request. The rest are the same as above.
3. How to download a request
To download a request go thru AL11.Find "DIR_TRANS" and double click on it. Here you will find "cofiles" and "data" in column "File Name" which system keep hear of requests and body into them respectively.
Double click on cofiles row and go into. Find a request of yours which starts with K(as a header) by Ctrl+F and double click on it. Take the name of directory. You will need this path as source of request to download.
Open a new session and run CG3Y tcode to download your request. In opened window put you source path which you took above + "\" + your request name as "source of file on application server". In target section put a directory path on your computer and the same name as your request's name for file name.
If you have lots of requests this procedure can be time consume so I recommend to make a list of your requests' name and do it one by one as quick as possible. Meanwhile there is function module you can develop your own program to speed up procedure in case you need. The function module is ARCHIVFILE_SERVER_TO_CLIENT.
Up to know you have downloaded the header files of request and you must do the name for bodys. The differences are just going into "data" row of "DIR_TRANS" and the prefix of the names is "R". Do the same and download body of requests too.
4. How to upload a request in a new system
To upload the request into target system you will use CG3Z tcode. in the same method simply upload the requests into new system. I mean specify your local path as source of upload and to take a exact path of target file on application server you can use al11 on new system to see in.
4.1 Import uploaded request into transport request queue on new system
Yes by uploading the request into new system the task is not finished. You must add the requests into queue also. For this issue run STMS and go into your transport request queue. Select "Extras > Other requests > Add".
Specify "transport request" from list which shows your uploaded requests and select your client as "Target Client".
Just this
Omid
'ERP-SAP > BC' 카테고리의 다른 글
SAP NOTE 1604131 - Parallel Valuation for Impairment, ISSUE 처리 (0) | 2023.09.14 |
---|---|
zapgui generator (0) | 2023.09.13 |
sap brtools 를 활용한 Table space 확장 (oracle space) (0) | 2015.02.02 |
릴리즈된 cts를 복구하는 방법 (0) | 2014.11.11 |
<ABAP> Jco 사용 방법 (0) | 2014.10.21 |