‎2006 Nov 16 4:49 PM
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
‎2006 Nov 16 4:57 PM
get the data from weighbridge into internal table and then assign the data properly to all fields and use BDC to post the data.