Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Read the file on application server and Z table as Link in ALV report.

Former Member
0 Kudos

Hi ,

I need some suggession on following requirement.

I need to develop an ALV report where, I have to display 6 column. Four rows are kind of data which i am getting from some tables. But other two column are link to Excel files. So following are the two cases

Case 1: One of these column has a link, and when you select this link , an Excel file gets open and this Excel file is stored in Application server.

Case 2: The other column, will have a link and after selecting the link, an Excel file gets open but this time the Excel file is coming from a Z table( Stored as File name..file type and File content).

Please give some light on these two cases.

Regards

PG

1 REPLY 1

Former Member
0 Kudos

Hi PG,

If I understood you have to handle some different links.

Well,

you can try to do this:

1- when you fill the fieldcat structure you have to add --> fieldcat-hotspot = 'X', for each column you want to handle like hotspot.

2- manage the method hotspot_click of class cl_event_receiver where you can handle your different excel files.

Let me know,

bye

Alessandro