cancel
Showing results for 
Search instead for 
Did you mean: 

File Upload/Download storing in ECC

Former Member
0 Kudos

hi Guys,

Using webdynpro abap application I am uploading a file.I want to store this file in the backend database(R/3). I am not able to stroe the Xstring value to the table.

So I have made my table with field with data type as string.

Is there an standard function module to convert Xstring to String.

Because in another webdynpro application I want to download the file which was uploaded so we require a function module to convert string to xstring again.

Tell me how to store the Xstring data of the file to database tabel and agian download it.

Regards,

Shamila.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Chek this standard document

http://help.sap.com/saphelp_nw70/helpdata/EN/b3/be7941601b1d09e10000000a155106/frameset.htm

Also check these forum threads

for file upload control you can look at WDR_TEST_EVENTS component

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>I am not able to stroe the Xstring value to the table.

Why can you not store the xstring in the database table? This should work just fine. If you must convert, consider using the function modules in the SCMS_CONV function group.