cancel
Showing results for 
Search instead for 
Did you mean: 

Input feed to HRP SAPR/3

Former Member
0 Kudos

Hi,

Can you suggest me XI/PI best practices for following scenarios:

1. Input feed to HRP SAPR/3 application will utilize and XI middleware and RFC or IDOC to

validate and load into the database.

Input is : CSV file.

File size expected to be less than 10,000 rows and typically less than 5,000 rows

SAPR/3 would use either RFC or IDOC to process input file

--> Still we need to find standard IDOC or RFC for feed this input.if we do not find IDOC

or RFC then what is other methodology to feed this data into HRPSAPR/3? and how do we find

standard IDOC or RFC for HR employee details?

2. Output feed to Customized application (SF) will utilize extracted data from HRP SAP

R/3. The file will be sent to a secure FTP location to be processed by SF.

---> Does XI/PI supports secure FTP? then how do we achieve this SFTP?

Thanks in Advance.

PIleran

Accepted Solutions (1)

Accepted Solutions (1)

prabhu_s2
Active Contributor
0 Kudos

check with HR_MAINTAIN_MASTERDATA or BAPI_HRMASTER_SAVE_REPL_MULT. Also check with idoc HRMD_A01, HRMD_A02, HRMD_A03, HRMD_A04, HRMD_A05, HRMD_A06 or HRMD_A07

Answers (3)

Answers (3)

justin_santhanam
Active Contributor
0 Kudos

Hi,

For your sec question. XI will not support SFTP. Probably u can temporarily write to folder and using scripts u can push into SFTP, but I haven't worked on this.

Best regards,

raj.

prabhu_s2
Active Contributor
0 Kudos

also u may look into /people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

if ur load of data is more then u can go 4 proxies.

prabhu_s2
Active Contributor
0 Kudos

if u are not able to find the idoc make use of proxies and inside the method implemented use std f/n module that would help you to create the hr data