Application Development and Automation 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: 
Read only

Interface

Former Member
0 Likes
669

Hi Gurus!!!

I have a requirement like my client is using third party software to capture vehicle weights on a weigh bridge. How can i fetch this data into SAP ?

Regards,

Nishant Gupta

5 REPLIES 5
Read only

Former Member
0 Likes
623

HI

try getting your values into an excel sheet from yout software, and then upload that excel sheet into your ABAP program.

or

create a transaction with the reqd fields and then using BDC you can upload your excel sheet data into the Database or wherever youu like.

LSMW will also work.

Regards

Winnie

Read only

0 Likes
623

Hi Winnie,

Thanks for your reply but this is not one time activity. Daily lots of vehicles will be coming to the Weigh Bridge (For Sales and Purchase. The third party software will be updating the weights in mysql database (Legacy system). Is there any way to extract data from there.

Regards,

Nishant

Read only

kiran_k8
Active Contributor
0 Likes
623

Nishant,

Just check this Standard program RSFTP007 which uses

CALL FUNCTION 'FTP_CONNECT' to connect to their server and download the data to the application server from where you can read the data again into the internal table which can be used for further processing.

K.Kiran.

Read only

Former Member
0 Likes
623

Hi Kiran,

Can you please explain in detail, how to use this program.

What RFC destination i have to use? which username and password.

Read only

Former Member
0 Likes
623

Hi Gupta,

Client's 3rd party software stores the result in which format file or DB?

Think whether IDOCs can be used for this.

Regards,

Salini.