点击此处---> 群内免费提供SAP练习系统(在群公告中)
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
大家好,
实际上,我知道如何使用SDK在SAP B1中添加营销文档,我尝试添加具有序列号的AR发票,但失败了。 以下是我尝试编写的代码
昏暗发票作为SAPbobsCOM.Documents oInvoice = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoices) oInvoice.DocDate = Date.Now oInvoice.CardCode =" NGMA460258" oInvoice.BPL_IDAssignedToInvoice = 4 'Line1 oInvoice.Lines.ItemCode =" T001" oInvoice.Lines.Quantity = 10 oInvoice.Lines.VatGroup =" A" oInvoice.Lines.SetCurrentLine(0) oInvoice.Lines.SerialNumbers.SystemSerialNumber = 1 oInvoice.Lines.SerialNumbers.InternalSerialNumber =" 1" oInvoice.Lines.SerialNumbers.ManufacturerSerialNumber =" 1" oInvoice.Lines.SerialNumbers.Add() oInvoice.Lines.Add() 如果oInvoice.Add <> 0然后 SBO_Application.Show("错误:"&oCompany.GetLastErrorDescription) 如果结束
如何在SAP B1 SDK中添加具有序列号的AR发票?
请任何人都可以帮助我
(126.3 kB)
您好 Rurangwa Schadrack ,
尝试使用 SetCurrentLine( )方法,然后为序列号设置数据并共享它是否有帮助?
还请参阅以下线程:
https://archive.sap.com/discussions/thread/3938598
https://archive.sap.com/discussions/thread/2138825
希望它会有所帮助!
亲切的问候
ANKIT CHAUHAN
SAP Business One支持
# p#非常感谢ANKIT,
工作正常
一周热门 更多>