Question:
Hi,
We are implementing SAP HR Recruitment module, wherein, applicant's while applying for the vacancies, attached their resume in MS Word format. Requirement is to list applicant's applied for the day, and if user selects (drill-down facility) any applicant id, system should access corresponding resume stored at content server in MS Word format. When I tried using SAP function C12F_START_WORD to open a MS word file from my workstation, it ended with error. Please let me know if there is any other way to access/open MS Word file from an ABAP report. I do not intent to generate the file using CREATE OBJECT. Also, file has to be accessed from content server.
Thanks,
Vins
Answer:
Hi,
Function module WS_EXECUTE will help you.
Fill in the fields:
Commandline: Place wher the documents are saved
Program: WINWORD.EXE
You can also use this module to open pages on the internet:
CL: http://www.kpn.com
P: IEXPLORE.EXE
Good lick
J
Answer:
Hi,
I remember something. If leave the commandline field empty and you fill the value of the commandline field in the program field, than:
- If there is a window open, SAP will use this window;
- If there is no window open, SAP will open a window.
If you use both the fields, commandline and Program, SAP will open everytime a new window.
Greetz
J