cancel
Showing results for 
Search instead for 
Did you mean: 

Downloading data into excel in webdynpro

Former Member
0 Kudos

Hi,

I have a requirement of downloading data into excel in webdynpro. Please help me.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for your replies

former_member184578
Active Contributor
0 Kudos

Hi.,

Check this Wiki., [Download Data into Excel File in Web Dynpro ABAP|http://wiki.sdn.sap.com/wiki/display/WDABAP/Downloadafileintoexcel+sheet]

also ., [Download Data into Excel with coloumn order in Web Dynpro ABAP|http://wiki.sdn.sap.com/wiki/display/WDABAP/Downloadfileintoexcelsheetwithflexiblecolumnorder]

hope this helps u.,

Thanks & Regards

Kiran

Former Member
0 Kudos

Hello,

Thanks for replying, but the links which you have sent , i have already gone through them, but they did little to help.

The requirement is basically like , I have to call a Report in WDA, which(the report) in turn would have the fuctionality to

transfer the data in XLS format in the specified path.

My report is running fine ,but when i am implementing it in Webdynpro using the 'ABAP4_CALL_TRANSACTION' FM,

it is throwing an error of " Access via 'NULL' object reference not possible. " & it says :"The termination type was: RABAX_STATE ".

Could you please help me out with this?!

Thanks & regards.

former_member184578
Active Contributor
0 Kudos

Hi.,

Goto ST22 Transaction., and check the source code., Find the error causing line., It might be the reference is not created. or when you try to access the empty srtucture...!! check that.,

hope this helps u.,

Thanks & Regards,

Kiran

Former Member
0 Kudos

Hi ,

if your report is R/3 report and it is using functions like gui_download then it wont work in webdynpro environment.

link updated by kiran are quite right to donwload excel file using webdynpro

Former Member
0 Kudos

Thanks all of you for your replies.