cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Tables and PI

Former Member
0 Kudos

Hi experts,

is it possible for PI to send values directly from SAP tables ?

Kind regards,

Jamal

Accepted Solutions (1)

Accepted Solutions (1)

former_member307485
Active Participant
0 Kudos

Hi,

This is not possible. A direct sending is not posible.

Regards,

Divya

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

its not posiible directly(with out mapping). it can be possible by using mapplings like ABAP,ABAP XSLT or JAVA XSLT.

by creating value mapping we can pass values from ABAP tables.

please let me know any help do u need.

Thanks

Anil

former_member206760
Active Contributor
0 Kudos

I think you mean that Can PI fetch data directly from some SAP R3 dictionary table right ?

no that is not possible..

you will have to write a RFC or proxy on that R3 so that you can send that table data to PI ....in essence..PI doesnot pull the data when talking with SAP system ..the SAP system pushes the data into PI

Edited by: Tarang Shah on Mar 30, 2009 3:21 PM

Former Member
0 Kudos

Hi

You can use a UDF in your mapping to get values from a SAP table.

Follow this link: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70d90a91-3cf4-2a10-d189-bfd37d9c...

ashwin_bhat
Participant
0 Kudos

You cannot configre any such direct scenario wherein data is picked from SAP ERP Table and sent out of the ERP system. You'd need some coding/ configuring on the ERP system to trigger the data.

However it is possible to look up values directly from SAP Tables using RFC Lookup in your PI Mappings.

Former Member
0 Kudos

Can you please elaborate your question.

Former Member
0 Kudos

I think it can be done with ABAP mapping where you can fetch data from tables maintained

Rajesh