SAP Program RSDEMO01 - Copy flight table to Excel

Description
RSDEMO01 demonstrates how to copy R/3 data to Excel using OLE calls.First the system starts Excel with the statemant CREATE OBJECT. Then itopens a a new folder and fills the individual cells of the currentspreadsheet with values from an internal table. After this is finished,the system disconnects from Excel. The methods and attributes put atyou disposal by Excel can be tested interactively in the OLE ObjectBrowser (transaction SOLO). Method and attribute documentation can befound in the Visual Basic Editor in Excel (menu option: View -> Objectcatalog).