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

Functional Modules

Former Member
0 Likes
592

Hi

Please provide the name of the Functional Modules used for :

1) Creating a folder in the local hard disk from the R/3 system.

2) Opening a doc/excel file stored in local hard disk from R/3

system.

Thanks and Regards,

Sayan Ghosh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
482

Hi Sayan,

For getting any docor excel from local system, you can use,

F4_FILENAME

OR FILE_get_NAME

and GUI_UPLOAD.

Regards,

Pritha.

Reward if helpful.

4 REPLIES 4
Read only

Former Member
0 Likes
483

Hi Sayan,

For getting any docor excel from local system, you can use,

F4_FILENAME

OR FILE_get_NAME

and GUI_UPLOAD.

Regards,

Pritha.

Reward if helpful.

Read only

Former Member
0 Likes
482

hi,

For the first requirement use

GUI_CREATE_DIRECTORY – Creates a directory on the presentation server

And for the second

EXECUTE_WINWORD – Opens MS Word on the PC

MS_EXCEL_OLE_STANDARD_DAT – Builds a file and automatically starts Excel

WS_EXCEL – Starts MS Excel on the PC

Hope this helps, Do reward.

Edited by: Runal Singh on Mar 11, 2008 4:14 PM

Read only

Former Member
0 Likes
482

hi

good

ISM_DM_FOLDER_CREATE_FOR_BO IS-M DM: Create Folder

DRAG_DROP_EVENT_CREATE_FOLDER Create Folder

IWB_FOLDER_IA_CREATE Create a folder - with dialog

thanks

mrutyun^

Read only

Former Member
0 Likes
482

Hi Sayan ,

To create the directory you can use the method DIRECTORY_CREATE of the class CL_GUI_FRONTEND_SERVICES.

And to open an excel file use the FM SAP_STARTS_EXCEL

Regards

Arun