cancel
Showing results for 
Search instead for 
Did you mean: 

Communicate Infotypes and Tables

Former Member
0 Kudos

Hi All,

Is it possible to pull the data from SAP Tables(ECC6.0) and Infotypes(SAP HCM) through PI?

How to do ?

We are planing to pull the data from both systems . which one is better way to communicate infotypes/tables through IDOC/BAPI/Proxies?

Ofcourse these interfaces are asynchorous process and data not huge, hoping that IDOC is better way to use , but how to find standard IDOC which will hold all info type and field details?

If we go for proxies , is it possible for directly communicate table fields and infotyes?

sorry guyz, I am not a abaper, but try to do some ABAP developement here. But bit confused about how to handle here?

What is the best and faster way to develop ABAP side? Any links and weblogs and searching tips would help ....

Thanks for your time.

- Shankar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Shankar,

If it seems you need only to extract the data maintained in ECC tables and HCM then you can create the proxies for the same. Create the datatype for the fields you require to pull and then create the proxy in sproxy and then select the data from those tables and send to proxy. It should be very straight forward.

See some examples here:

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

/people/sap.user72/blog/2005/12/08/integration-builders-through-proxy-server-part--1

/people/sap.user72/blog/2005/12/13/integration-builders-through-proxy-server-part--2

Also to create proxies you need to do few settings. Check this blog for this:

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

Regards,

---Satish

Former Member
0 Kudos

yes we are extracting the data and pushing into mdm..thats all most of the interfaces..

what about infotypes? is infotypes are similar to tables?

Former Member
0 Kudos

Hi Shankar,

Infotypes store the data in strcutrues. Please see this help:

http://help.sap.com/printdocu/core/print46b/en/data/en/pdf/HRINF.pdf

http://saphruser.com/category/sap-hr-infotypes/

If this doesnot help then please try posting the same in SAP ECC HCM (HR) forums also:

Regards,

---Satish

Answers (1)

Answers (1)

former_member732072
Active Participant
0 Kudos

Hi Shankar,

Also do look at the following link which might be of help to you

/people/community.user/blog/2008/02/27/how-to-synchronize-data-from-sap-hcm-to-sap-netweaver-identity-center-using-sap-pi-part-i

Blog # 8785

Best Regards

Edited by: Prakash Bhatia on Sep 9, 2009 5:20 AM