点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)大家好,我正在尝试进行销售订单模...
点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)大家好,我正在尝试进行销售订单模...
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
{ " SalesOrderType":" OR", " SalesOrganization":" 2410", " DistributionChannel":" 10", " OrganizationDivision":" 00", " SoldToParty":" 24100003", " PurchaseOrderByCustomer":" SalesOrder Simulation", " to_Pricing":{}, " to_PricingElement":[], " to_Item":[ {" SalesOrderItem":" 10", " Material":" SOMEMATERIAL", " RequestedQuantity":" 1" }] }但是使用我的代码,实例化那些空的定价元素不会给我提供任何定价信息:
/*新销售订单*/ SalesOrderSimulation oSimulationInput = new SalesOrderSimulation(); oSimulationInput.setSalesOrganization(" 2410"); oSimulationInput.setSalesOrderType(" O"); oSimulationInput.setDistributionChannel(" 10"); oSimulationInput.setOrganizationDivision(" 00"); oSimulationInput.setSoldToParty(" 24100003"); oSimulationInput.setPurchaseOrderByCustomer(" 2000000"); oSimulationInput.setPricingElement(new ArrayList我要监督什么? 是序列化的问题吗? 我正在为项目使用Springboot 1.41。()); SalesOrderPricingSimulation orderPricing = new SalesOrderPricingSimulation(); oSimulationInput.setPricing(orderPricing); /* 新增项目 */ SalesOrderItemSimulation oItem = new SalesOrderItemSimulation(); oItem.setSalesOrderItem(" 10"); oItem.setMaterial(" SOMEMATERIAL"); BigDecimalRequestedQuantity = new BigDecimal(" 1"); oItem.setRequestedQuantity(requestedQuantity); oSimulationInput.addItem(oItem); SalesOrderSimulation oSimulation = oService._mSimulate(oSimulationInput);
谢谢您的时间!
嗨Germán,
我没有S/4HANA系统来测试以下代码。 因此,您可以对其进行测试,看看它是否对您有用:
最好的问候,
伊万
一周热门 更多>