Skip to Content
0
Former Member
Aug 19, 2005 at 09:26 PM

Excel Inplace - Update SAP R/3 tables from Excel Data

73 Views

Hi,

I developed a report displaying using Excel inplace. After user finished editing the Excel workingsheet, I called method get_ranges_data of interface I_OI_SPREADSHEET to get data contents. But this method or almost all the methods of this interface requires user hit a enter key after edit a cell. Without hit a enter key or click different cell, this method will not be able to get any data contents.

Is there a way I can force a user click or enter event?

An example is apprieciated.