cancel
Showing results for 
Search instead for 
Did you mean: 

Downloading file from WorkFlow(Its interesting check this out)

former_member185879
Active Contributor
0 Kudos

HI All,

Can U Solve My Problem..

I had a webdynpro ABAP application.

By using this application i'm triggering workflow.

What i'm trying to do is., i'm uploading a file to workflow through ABAP.

The file i have uploaded is in the workflow.

But when i try to open that file it is not opening...Only text file is opening...

1. What will be the reason???

At the mean time the attached file can be viewed in UWL also.

There i can see the file name but there also i'm not able to open the file(even text file also)...

even i tried to save in my pc and opened that one...but it is not opening(it is saying that the file is corruped)..

2. I'm using XSTRING as its data type??can i use the same or i have to change any other data type??

3. If it is working in Workflow(atleast text file) then why it is not working in UWL..

Please give me answer experts..

Experts dont let me fail....

Thanks in Advance.

Regards

SM Nizamudeen.

Accepted Solutions (0)

Answers (1)

Answers (1)

imthiaz_ahmed
Active Contributor
0 Kudos

I don't know what way you are adding the attachment. But in generic, Take a look at this structure SOLI. Plus check the BO SOFM's method "DisplayAttachment". And make sure you pass this value objhead = '&SO_FORMAT=ASC'.

Regards, IA

former_member185879
Active Contributor
0 Kudos

Hi

By Using UI-Element (FILEUPLOAD) i'm uploading an file....

i had two attributes in that node..

One is file_name it is binded to fileName property

and another one is file_content it is binded to data property of Fileupload UI...

help me to solve this problem...