点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)专家们, 1,在PDI...
点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)专家们, 1,在PDI...
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
专家们,
var aa = GoodsTagGenerator.Create();
if(aa.GoodsTagSpecification.Count()> 0)
{
foreach(aa.GoodsTagSpecification中的var goodtags)
{
goodtags.GoodsTagTypeCode =" 3";
goodtags.Text = ins_this.ProductDescription;
goodtags.MaterialKey.ProductID.content = ins_this.Product.content;
goodtags.GoodsTagMaterialQuantity.content = 1;
goodtags.GoodsTagMaterialQuantity.unitCode =" EA";
goodtags.IdentifiedStockKey.ID.content = ins_this.BatchCode.content;
goodtags.NextExternalSerialID =" abcdef";
}
}
其他
{
var goodtags = aa.GoodsTagSpecification.Create();
if(goodtags.IsSet())
{
goodtags.GoodsTagTypeCode =" 3";
goodtags.Text = ins_this.ProductDescription;
goodtags.MaterialKey.ProductID.content = ins_this.Product.content;
goodtags.GoodsTagMaterialQuantity.content = 1;
goodtags.GoodsTagMaterialQuantity.unitCode =" EA";
goodtags.IdentifiedStockKey.ID.content = ins_this.BatchCode.content;
goodtags.NextExternalSerialID =" abcdef";
//可疑代码
//goodtags.CreateIndividualMaterials();
//
//foreach(goodtags.GoodsTagSpecificationIndividualDetails.IndividualMaterial中的var ser)
//{
//ser.ServiceProcessInformation.SerialID =" 12345";
//}
//var ser = goodtags.GoodsTagSpecificationIndividualDetails.Create();
//if(ser.IsSet())
//{
//ser.IndividualMaterial.ParentIndividualProduct。 =" 12345";
//}
}
}
aa.GenerateGoodsTags();
非常感谢。
Benny Huang
(68.6 kB)
你好Benny,
适用于不同用例(外向交货)的附加代码。 您需要根据需要进行更改。
BR
Rahul
一周热门 更多>