cancel
Showing results for 
Search instead for 
Did you mean: 

how to send data from pi to functional module

Bhargavakrishna
Active Contributor
0 Kudos

below is my requirement..

i should fetch the data from the database(sql server) into pi and i have to send that to the functional module of H.R.

please give your suggestions for developing interface, as i know that this we can achieve with JDBC adapter. can we have

any other approaches, and can someone explain, how to send data to H.R functional module.  im new to this functional module.

Is pi is responsible for that?? please help me with your valuable answers..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check whether the function module is remotely enabled to receive the data from PI , if it is custom FM you can enable it to receive data remotely...

As said above search in SDN for more details..its a straight forward scenario in PI...

Good Luck

Rajesh

Former Member
0 Kudos

Hi ,

Usually FM creation stuff will be taken care by ABAP team (Varies from project to project).

From PI end we need to simple download the RFC created in ECC(HR) system to PI (ESR).Create normal JDBC to RFC scenario.

Regards

Venkat

Bhargavakrishna
Active Contributor
0 Kudos

can you explain more brief at receiver side. or post some documents or step by step guides for JDBC to RFC scenario. so that it will be more helpful for me.

Former Member
0 Kudos

ESR:

Source:Create DT,MT,SI

Target Download RFC by connecting to ECC(HR) by right clicking on imported objects.-->RFC

Create MM :MT--RFC

Create OM:SI -- RFC

ID:

Create 1 JDBC channel,1 RFC channel

For creation of adapters go to the below sap documentation link for PI 7.1.

http://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/70d8e250-e892-2b10-ab8a-d04433cf158b

or creation of adapters go to the below sap documentation link for PI 7.31.

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/1d/756b3c0d592c7fe10000000a11405a/content.htm

Create RFC channel as below:

Create SA,RD,ID,RA

Regards

Venkat

Bhargavakrishna
Active Contributor
0 Kudos

thank you very much..

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bhargava,

Hey this is very simple one .your scenario would be jdbc to rfc .

Your  Fm will be called from PI  after just fetching data from sql server . This is the approach you should follow .

Refer link for sender jdbc and recicver rfc detail .

http://www.saptechnical.com/Tutorials/XI/XIMainPage.htm

thanks and regards,

Anup Banerjee

rajasekhar_reddy14
Active Contributor
0 Kudos

Simple.

JDBC-->PI-->RFC , search in scn..you will find many end to end scenarios.