cancel
Showing results for 
Search instead for 
Did you mean: 

Uploading a file into XI server

Former Member
0 Kudos

Hi,

I am using SXDA_TOOLS transaction code in XI ABAP Stack to upload the file into AL11 directory....

there it is asking so many things .

what are the necessary inputs we need to provide there to upload the file into AL11 dir

Regards

Suman

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Suman,

The below parameters are mandatory in SXDA_TOOLS

e.g.

Choose Object Type : EQUI

(Business objects are identified in the BOR by their object type)

Program Type: BINP

(program type describes the technology underlying a task and determines how the associated program)

Program/Method: RIIBIP00

(Program name)

You will have to generate a flat file in a format that is understood by RIIBIP00 program.

Then the Fiel details.

Thanks

Swarup

Former Member
0 Kudos

Hi Swarup,

Q1) All the details which provided for are the Standard??? do we need to follow as it is???

Object Type : EQUI

Program Type: BINP

Program/Method: RIIBIP00

Q2) Here it is asking the file type. what i need to select ??

Q3) It is asking the Input file name . what i have to give the name and where i need to store the input file before it to upload inti AL11

Regards

Suman

Former Member
0 Kudos

Hi,

Any Inputs from Others

Regards

Suman

Former Member
0 Kudos

Hi Swarup,

Please clarify my doubts

Regards

Suman

Former Member
0 Kudos

hi

1Here it is asking the file type. what i need to select ??

2It is asking the Input file name . what i have to give the name and where i need to store the input file before it to upload inti AL11

after you fill your obj type, program type, program click on the copy tap.

a screen will pop up

in source select the presentation option.

file name --> browse the file where u have.

next in target

select Application option

file type----> physical

filename---> the full path of AL11 dir whre u want to place .for eg if u want to place your file in AL11--> DIR_HOME diectory then give the path

G:\usr\sap\XI1\DVEBMGS00\work

Rewards if found helpful

BR

Kasturika

Former Member
0 Kudos

Hi Suman

Go to SXDA_TOOLS and Put these details

object type -> DXPROJECT

program type ->BAPI

program -> CREATE

then click COPY tab.

select source as your presentation server (from where you will pick the file,means your dektop.)

select target as the Application server

check "remote server"

file type -> physical file name

and for file name choose the path to the directory (in tcode AL11 ) whre u want to place .for eg if u want to place your file in AL11----> DIR_HOME diectory then give the path

G:\usr\sap\XI1\DVEBMGS00\work\*yourfilename*

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

go to sxda_tools transaction

give object type as DXPROJECT

Program Type as BAPI

Program as Create

then clicjk on COPY button

in the source column

select the presentation server radio button and give the file name by selecting the help button.

in this u will take the file name form ur desktop.

in the target column select the application server raio button

click on ther remote server check box and selecvt the remote server by pressing F4(this will be ur XI server)

select the file type as P Physical File Name

file name fiels value willbr ur directory name that u havedefine in the sender soap adapter + ur file name that u also define in ur file sender adapter.

for example:

directory/urfilename

if u still face the problem please reply me back.

Thanks

Rinku