BAPI structure not matching with the VB structure
Posted: Sep 12, 2007 9:01 AM Reply E-mail this post
Hi there,
I am using BAPI to post a document from VB to SAP. The problem is that in SAP structure I added 3 new fields to the line item structure. but the corresponding VB structure is not updating its structure with the one given in SAP.
VB code:
Set oDocLines = oFunction.Tables("I_DOC_LINE")
// Doclines (vb structure with 16 fields), I_DOC_LINE (sap structure with 19 fields, 3 new fields added, but not reflecting with the above step. Am I missing some step?
Thanks for your assistance.
Regards,