cancel
Showing results for 
Search instead for 
Did you mean: 

File download link not enabled

Former Member
0 Kudos

I designed one file download link. when runnning the application it shows the hyperlink for that filedownload link and when it is clicked it opens a file.

I copied the same program and done changes in some other parts. Now I checked the file download line in the second program it is not enabled. I am having both the programs with me. I compared the settings of the both the nodes both the attributes both the property settings but i cannot find out why it is not enabled in the second one ?

can any one help in this regard ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I recreated new one. Thanks to everyone.

Former Member
0 Kudos

Have you assigned an action to the link?

Regards,

Jos

Former Member
0 Kudos

Hi Jos,

where we have to assign action to the link?

I have copied the previous program where the link is enabled condition. In my new program I tried with some other option to get the download successful. I am not sure where I commited mistake so that the link was not enabled ?

Can you guess where I could missed that one ?

Former Member
0 Kudos

Hi,

Is your Link visible on the view in your editor, or is it created at runtime?

If it is visible in your editor, select the link.

Then you will see the properties in right bottom corner.

Here there is an action visible.

If you click on the "Create" button behind it you can create a new action and define your own functinality in ABAP code.

Good luck.

Jos