cancel
Showing results for 
Search instead for 
Did you mean: 

How to Post a file(Flat File ) into Application server of the XI(AL11)?

Former Member
0 Kudos

How to Post a file(Flat File ) into Application server of the XI(AL11)?

Best Regards,

Jose

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1) goto SXDA_TOOLS Transaction code

2) Provide the Following details

Object Type : DXPROJECT

Program Type: BAPI

Program/Method: CREATE

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

Answers (3)

Answers (3)

Former Member
0 Kudos

Hey,

you need to implement file content conversion to convert a flat file into an xml format(required by XI).

here the blog for file content conversion(FCC)

/people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter

revert in case of any queries.

reward points if useful.

regards,

Milan

Former Member
0 Kudos

Hi,

Main configuration you need to do is to select NFS transport protocol in your Receiver Communication Channel.

If you want to just move your file from one location to another then follow this:

/people/william.li/blog/2006/09/08/how-to-send-any-data-even-binary-through-xi-without-using-the-integration-repository

Let me know if you have some other requirement.

Reward point for useful answer

Former Member
0 Kudos

Hi,

Do we have any Tcode to Manually post the file into Appliucation Server?. Once the file is there in the Application server, then my scenario will start picking up and do the rest.

Jose

Former Member
0 Kudos

Heyy Joseph,

If your Requirement is first to place the file on XI Server Location( AL11) and From there you want to pick the file means

Follow my above reply

Regards

Seshagiri

prateek
Active Contributor
0 Kudos

By using file sender (FCC) adapter and Idoc / RFC/ ABAp proxy receiver

Regards,

Prateek