cancel
Showing results for 
Search instead for 
Did you mean: 

Capturing weight into sap from different software

Former Member
0 Kudos

Dear Gurus,

We need to capture weight of "Empty vehicle" into sap.For caluculating weight Client uses XXXX machine(software).The vehicle comes for weighing bridge and weight is caluculated and XXXX machine(software) shows the weight and current system saves the weight to a text file and is overwritten everytime other vehicle comes in.Basically text file contains weight.

Now my requirement is that we need to capture/extract the text file into sap.

How can this requirment be met and fulfilled.

Your solutions will be rewarded and appreciated.

Thanks in advance

sameer

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188076
Active Contributor
0 Kudos

Hi Sameer

It is possible through Z-programme.

We have created an entire Z-Programme for such requirement in our organisation, and it is perfectly working. The process ia that when a vehicle came we capture its details like Vehicle no., transporter name etc. and save that in a table. The system will generate a Check-In no. This no. will be assigned to Delivery Doc (before PGI). Then through a Z-Programme we capture the weight of empty vehicle and then the vehicle loaded, after that again we take the weight of loaded truck , the difference of first weight and second weight will be updated to Delivery Quantity. After that we do the PGI.

It looks very simple, however it involves lots off Z-Master Data, some Z-tables, and some Z-screen to capture and store the data. Beside this there will be some checks as per the Client requirement.

But this is possible. You can try, before that you must understand entire requirement and logic of Client.

All The Best

Regards

AA