cancel
Showing results for 
Search instead for 
Did you mean: 

Pick up the weight from a weighing machine to SAP

Former Member
0 Kudos

I want to pick up the weight of Materials from a weighing machine in a store to SAP. Weighing machine is giving the weight of the loaded truck. I have to take that weight from there into a customized table of SAP system and them do some calculations.

Can anybody please tell me what will be my approach? or Is there any function module through which I can pick the data from the weighing machine?

Regards,

Subhasish

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

from where r u getting the weight.

u would have collected the weight for a material & kept in a flat file.

create a ztable based on the fields in flat file.

in ur program create a internal table for the ztable &

use gui_upload FM to get the values from flat file.

Then use database access insert syntax.

insert <basetable> from table <it>

Former Member
0 Kudos

No. The weight will be taken from weighing machine. There it will be shown in the display board. So, question of taking data in a flat file does not arise.

Regards,

Subhasish