‎2008 Mar 13 10:56 AM
Hi Friends,
I need display Excell sheet when we press F1 button on the newely added field on the screen .
This is for the Tcode Ko01 , second screen a new field aadded ,
on F1 button it has to display the excell sheet with values.
Please suggest on the same .
Thanks in advance
Praveen
‎2008 Mar 13 10:59 AM
Using F1 functionality, how can one open an excel sheet. To open an excel sheet u need to use OLE concepts and normally using F1 values stored in an internal table are been shown...
‎2008 Mar 13 11:13 AM
hi,
try this
process on help-request.
field field1 module HELP.
Module HELP.
use FM RH_START_EXCEL_WITH_DATA
Endmodule