cancel
Showing results for 
Search instead for 
Did you mean: 

File as an attachment from ECC to PI then to third party

former_member228109
Participant
0 Kudos

Hi Experts,

We are having resume parsing functionality in SAP e-Recruitment. The users are uploading their resumes on SAP Enterprise Portal. We want to transfer resume files in .pdf or .doc format from ECC to Parser server (third party) through PI. This file will be sent as an attachment to the receiver Webservice or HTTP User link.

So what configurations should be done in ECC and PI both? What adapters should be used at sender and receiver both ends. Kindly help.


Regards,

Nikhil Save

Accepted Solutions (0)

Answers (2)

Answers (2)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Nikhil,

This is assuming that you'll be using the standard SAP content for e-recruitment.

1. Install e-recruitment software component in ECC

2. Install e-recruitment XI content in XI

3. Create a new SWCV and use SWCV in step 2 as basis object.

4. Develop mappings/OM in new SWCV

5. Configure third-party connection in ID.

6. In your proxy code, use abap proxies with attachments (see post above).

Regards,

Mark

Former Member
0 Kudos

Hi Nikhil,

First of all you need to decide how you would be sending the File from ECC to PI.

You can send it via

  1. SFTP/FTP(basically using File Adapter) or
  2. you can use a Proxy and send the File as Attachment

You can go with Option 1 if you have no other data that needs to be transmitted along with the file. Please read the following:

For the Option 2 you can read the following Options:

Please let me know if you need any other help.

Thanks & Regards,

Tejas Bisen