cancel
Showing results for 
Search instead for 
Did you mean: 

How to upload file to IXOS sever and download from IXOS in BSP?

Former Member
0 Kudos

How to upload file to IXOS sever and download from IXOS in BSP?

Please give detail . Urgent,thanks!

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Thank you !

former_member184111
Active Contributor
0 Kudos

Hi Rongrong / Eddy,

Were you able to achieve the desired functionality ?If yes can you please help me with the steps.

Regards,

Anubhav

Former Member
0 Kudos

Hello Eddy De Clercq ,

Thank you for your help . Upload file to IXOS using FUNCTION 'ARCHIV_CREATE_TABLE'

,do you have a standard programme for example?

eddy_declercq
Active Contributor
0 Kudos

Hi,

Check things like

Eddy

-


PS. Reward useful answers and earn points yourself

Former Member
0 Kudos

Hello,

This way is whether upload file to FTP Sever or Http Sever??Please ask me .

eddy_declercq
Active Contributor
0 Kudos

Hi,

You upload the files via the web interface you create in your BSP, thus HTTP(s).

Eddy

-


PS. Reward useful answers and earn points yourself

Former Member
0 Kudos

Thank you,

I find these FM,but don't know how to use them . As follow:

FUNCTION 'SCMS_UPLOAD'

FUNCTION 'SCMS_AO_TABLE_CREATE'

FUNCTION 'ARCHIV_CONNECTION_INSERT'

eddy_declercq
Active Contributor
0 Kudos

Hi

Check notes like 685520

Eddy

-


PS. Reward useful answers and earn points yourself

eddy_declercq
Active Contributor
0 Kudos

Hi,

You need to use

create iXOS doc:

ARCHIV_CREATE_TABLE

delete iXOS doc:

First ARCHIV_GET_CONNECTIONS and then ALINK_DELETE or better CALL METHOD CL_ALINK_CONNECTION=>DELETE_BY_KEY

It's best to create an FM for this

view iXOS doc:

ARCHIV_GET_CONNECTIONS

All these FMs are available on your iXOS system. Check doc for detailed info

Eddy

-


PS. Reward useful answers and earn points yourself