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

sap-weighbridge interface

Former Member
0 Likes
342

dear experts

i am trying to interace weighbridge with sap but torovide flow for the quick creation of Production Orders to Goods Receipt Documents and Invoice Verification on Weighbridge but i am encountering errors on invoice verification. the layout of the file from weibridge system is:weighno(10),

vendorno(10),

v_name(35),

v_id(10),

truckno(10),

matno(10),

batch(10),

m_desc(30),

mass(16),

bag_no(6),

bag_type(10),

tdate(10).

i'm usinf transactioncode ME21 for production orders, mb01 for goods receipt and MIRO for invoice verification.

can somebody help me out

1 REPLY 1
Read only

Former Member
0 Likes
293

get the data from weighbridge into internal table and then assign the data properly to all fields and use BDC to post the data.