We are implementing ECC 6.0. The first and foremost transaction is receiving of
material . We have a scenario where weight and quality data of a product
needs to be captured via serial port (COMM1).
In case of weight capturing, the local computer is connected to a
digital weight display device via COMM1 port, which has typical COMM
port properties like Parity Bits/Baud Rate/Stop Bits/Bits per second
etc. We need to read COMM Port data through ABAP (through some FM/Piece
of code/ service/Class, whichever is possible) without using any other
third party application.
Thanks