cancel
Showing results for 
Search instead for 
Did you mean: 

Passing value to RFC

Former Member
0 Kudos

Hi Friends

I have a requirement where I have to pass few values from Adapter Module to RFC which will update the database table.

Example: I have to pass filename and filesize to RFC which will update the table X

Could someone provide me the snippet of the code.

Thanks

Abhishek Mahajan

Accepted Solutions (0)

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

adapter modules should not be used for that

you can easily do it with normal RFC adapter inside XI's flow

since we don't want to promote bad approaches...

try a workround that will work

Regards,

Michal Krawczyk

http://mypigenie.com XI/PI FAQ

Former Member
0 Kudos

Hi Abhisek,

Through UDF, you can access the Adapter Specific Attributes like File Name and pass the same to RFC.

Pls go through

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70c89607-e4d9-2910-7280-f6746e96...

Hope this will resolve.The code snippete is written there.

Regards,

Subhendu