Application Development and Automation 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: 
Read only

F1 help

Former Member
0 Likes
378

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

2 REPLIES 2
Read only

Former Member
0 Likes
350

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...

Read only

Former Member
0 Likes
350

hi,

try this

process on help-request.

field field1 module HELP.

Module HELP.

use FM RH_START_EXCEL_WITH_DATA

Endmodule