‎2008 Mar 11 10:35 AM
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
‎2008 Mar 11 10:41 AM
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.
‎2008 Mar 11 10:41 AM
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.
‎2008 Mar 11 10:43 AM
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
‎2008 Mar 11 10:45 AM
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^
‎2008 Mar 11 10:50 AM
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