cancel
Showing results for 
Search instead for 
Did you mean: 

Fileupload & Content Sever(Archive)

Former Member
0 Kudos

Hello SDNer.

I made a simple WD4a which has a fileupload object and save button in UI.

I programmed the save acton using STD function moudle "ARCHIVOBJECT_CREATE_TABLE" for saving some file in Content Server(Archive Server)

That FM in WD4a always write a file content in Content Server after SAP DB.

I wonder why the FM save the file's content in SAP DB not instead of save the file in Content Sever directly.

So, I made a simple ABAP progam as like the WD4a and tested it.

The ABAP program in GUI directly saved the file content in content server(Archive Server) withoug going the SAP DB.

Humm...

What is a difference between the apps?

SDN Experts... Plz.help me....

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>What is a difference between the apps?

The difference is that you have no connection to the SAPGUI. For check to the Content Server, generally the SAPFTP or SAPHTTP RFC desintation is used. These RFCs launch a program on the client machine that is part of the SAPGUI to upload the files direclty to the Content/Cache server.

Former Member
0 Kudos

Above all, Thank you for your reply.

Did you mean that the WD4A can not help writing the file's content in SAP DB before write Content Server?

Is there any some ways to solve this problem?

I wanna write only Content Sever directly using a SAP WD4A not througn SAP DB.

Could u help me one more time?

Answers (0)