Hello,
we are going to integrate bar code reader to SAP directly
Our thought are , Scanning the bar code and then using IDOC or directly connected to SAP - ZTables for converting the data into the SAP system..
is it possible to convert the bar code information ( such us material / batch etc..) in to SAP with an interface.
Any Input will be appreciated
Thanks for your help
JJ
Request clarification before answering.
Hi,
Merthod 1.
First of all u need to desighn ur screen( Dialog program ). The screen should contain the fields which u are providing in the barcode.
For Ex: barcode contains material number and price.
desighn a module program which contains screen containing a field which accommodates the barcode value.
suppose material number is 18 characters and price is of 21 characters. the field in screen should be of 18211 = 40.
while passing data in barcode pass data in this format concatenate matno '|' price in barcodevalue.
connect scanner device cable to ur pc by using usb port.
Now open the screen( ur application ) ensure ur that cursor is in ur field. now scan it, immediately the data gets populated in that field. now press save button. write a code to split barcodevalue into material number and price using split statement and populate or update the values where u need in sap.
method2.
In hand held screening devices. for the application developed in method1, craete ITS( Internat Transaction screvice ). call this ITS link via internet in this hand held device and scan data. It will work sames as in method 1.
Regards
Siva
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 12 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.