Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Weighbridge integration in SAP

former_member593648
Active Participant
0 Kudos

Hi,

I need to know how to integrate a 3rd party weightbridge with SAP through ABAP.The customer does not want the data to be downloaded into a flat file and thereby updated to SAP through BDC,they want this process to be realtime update to a Z-table.Went though different SDN threads about the same, a remote FM - HU_GET_RFC_DATA seems to be mentioned a lot,would like to know how exactly to use it.Remember the aim is to get realtime data from the weightbridge into a zed table.Code Snippets for the same will be highly appreciated.

Regards,

P.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can also use below example.

http://www.sapnet.ru/viewtopic.php?t=578

3 REPLIES 3

former_member233090
Active Contributor
0 Kudos

Hi,

I have gone through some forums and find this was bit helpful,

[Example|http://www.en.pocketprograms.com/support/abapsamples.aspx]

Hope it helps you,

Bhavana

Former Member
0 Kudos

You can also use below example.

http://www.sapnet.ru/viewtopic.php?t=578

sreehari_vpillai
Active Contributor
0 Kudos

Direct way is to use OLE to read data through MSCOMM.. There will be an OCX file in system 32 folder which is an activex component. You can access through it. By the way, are you using any third party components like hyperterminal ? Are you getting any meaningful data in that ?