点击此处---> 群内免费提供SAP练习系统(在群公告中)
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
OOB类中有两种方法" DiscountValue"。
1.getValue 2.getAppliedValue我通过以下代码获取" DiscountValue"类对象。
最终列表globalDiscounts = ao.getGlobalDiscountValues(); 如果(globalDiscounts!= null && globalDiscounts.size()> 0){BigDecimal totalGlobalDiscount = BigDecimal.ZERO; for(最终DiscountValue值:globalDiscounts){totalGlobalDiscount = totalGlobalDiscount.add(new BigDecimal(String.valueOf(value.getAppliedValue()))); } return totalGlobalDiscount; }
1。两种方法有什么区别? 2.另外,将填充什么方案value.getAppliedValue(),并填充方案value.getValue()。
如果有任何指向的指针,那就太好了。
如果有人能回答这个问题,那就太好了...
getValue将给出该折扣的值,例如,如果产品a的10%的成本为200卢比,getvalue会给 10,得到的应用价值将是20的数量。
类似地,对于固定折扣,getValue将为您提供您想提供的折扣,而getAppliedValue将为您提供该条目或购物车价格的实际应用折扣值
一周热门 更多>