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: 

download excel file to pc from sap

Former Member
0 Kudos
258

Hi Experts,

My requirement is After running the load program, if there are any errors with any of the records in Excel file, create an error file in Excel format and download to the selected file location. Give an information message to the user if the load was successful or any error file was generated. A output of the report should show how many records were created and a kick out list of those with error.

Thanks in Advance.

Moderator message : Spec dumping is not allowed, search for available information. Thread locked.

Edited by: Vinod Kumar on Sep 19, 2011 9:25 AM

1 REPLY 1

Former Member
0 Kudos
77

Hi,

get error records into an internal table and pass that internal table to function module

CALL FUNCTION 'GUI_DOWNLOAD'