cancel
Showing results for 
Search instead for 
Did you mean: 

HOw to upload test files in XI directory

Former Member
0 Kudos

Hi all,

I want to upload test file from my local system to XI directory. how can i do this. There is one customized transaction cg3z for this . but consider that this is not available in my case. Is there any alternative way to upload the file in to XI directory.

Thanks and Regards

Sachin Sharma

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

if client and server are in same network the u can configure your file adapter using NFS protocal.

if they are in different network the you can upload using SXDA_TOOLS tcode.

The porcedure to put a file on server is as shown below:

1. Save your file in your local machine.

2. In XI server, enter the tranaction code "SXDA_TOOLS".

3. In the input screen, enter:

i) Object Type "DXPROJECT".

ii) Program Type "BAPI".

iii) Program "CREATE".

4. Press Copy (Ctrl+F5) button.

5. Now, you will get another screen in which you will see 3 blocks called as "Source", "Target" and "Copy with/without conversion".

6. In Source block, choose the radio button "Presentation Server" and then take F4 help to select your source file. (file which you have saved on your local machine)

7. In TARGET block select the radio button "Application Server", check the box "Remote server" and take F4 help to select your application server.

8. In the same block under "File Type" select "P physical file name" and under "File Name" write the path/directory name which you have mentioned in your communication channel along with the file name.

Example: suppose file name in your Comm Chanel is "demo.xml" and directory path is "/abc/testfiles/XML/", then in step 8 write "/abc/testfiles/XML/demo.xml".

Note: need not to do any thing in 3rd block.

Regards,

pradeep A.

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

Configure a scenario with file protocol NFS

Regards,

Prateek

Former Member
0 Kudos

I have to pick the file from Xi directory. Initially directory is empty . First i have to put the test file from my local system to XI directory ( which we can see by Al11 transaction). Then i need to poll the file. And have to put into other directory.

any suggestion on that.

Thanks

Sachin

Former Member
0 Kudos

Hi,

1) goto SXDA_TOOLS Transaction code

2) Provide the Following details

Object Type : EQUI

Program Type: BINP

Program/Method: RIIBIP00

3) Click on Copy Button

4) Select the Source as Presentation Server

a) Select the File where you saved in your Local machine

5) Select the Target as Application server

a) Check the check box Remote Server

b) Select the File type as Physical

c) In File name give /usr/sap/SSD/DVEBMGS00/work\Your file name (This the Server path

Where the file is going to save)

6) Click on Continue

Go to AL11 and check whether the File has been create in the following path /usr/sap/SSD/DVEBMGS00/work

Provide this path in the Communication channel path when you select the Transport Protocol as NFS and you place the file in AL11 directory.

Regards

Seshagiri