PO_PRICE = ' ': The conditions are determined automatically, the value from the NET_PRICE field is only copied if the system cannot determine a condition. PO_PRICE = '1': The value transferred in field NET_PRICE is copied as a gross price that is, it is set with the condition type ...
情况下,如果在SRM端去除了IR标识,传到ECC的PO就会变成netprice= 0 (因为ECC的IR标识也没有勾上)如果要改变这种情况,需要将POITEM-CALCTYPE= B..可以通过... callsBAPI_PO_CREATE1/CHANGE in ECC. 所以需使用report FBGENDAT将测试数据放入BAPI_PO_CHANGE(具体方法见这里)一些数据检查: 参考此 BAPI 含增强字...
poitemx-po_unit= con ."采购订单的计量单位 poitemx-net_price= con."净价 poitemx-matl_group= con."物料组 poitemx-plant= con."工厂 poitemx-trackingno= con."需求跟踪号 poitemx-preq_name= con."需求者/请求者姓名 poitemx-tax_code= con."销售税代码 poitemx-conf_ctrl= con."确认控制...
P_QUANTILIKE BAPIMEPOITEM-QUANTITY , P_NETPRILIKE BAPIMEPOITEM-NET_PRICE, P_PRICEULIKE BAPIMEPOITEM-PRICE_UNIT, P_RENAMELIKE BAPIMEPOITEM-PREQ_NAME DEFAULT SY-UNAME, P_PRDATELIKE BAPIMEPOITEM-PERIOD_IND_EXPIRATION_DATE DEFAULT 'D'. *herader data wa_poheader-po_number= P_NUMBER . wa_po...
poitemx-net_price = con. "净价 poitemx-matl_group = con. "物料组 poitemx-plant = con. "工厂 poitemx-trackingno = con. "需求跟踪号 poitemx-preq_name = con. "需求者/请求者姓名 poitemx-tax_code = con. "销售税代码 poitemx-conf_ctrl = con. "确认控制代码 ...
This Check will be done in pricing routines for each item, where we check the value of the net price at item level. Put a break point in the routine and check the net price. Generally this error comes when the Net price is very less even it is greater than 0 also.like 0.07. Try ...
poitem-net_price = netpr."净价 poitem-matl_group = gt_data-matkl."物料组 poitem-plant = gt_data-werks. "工厂 poitem-trackingno = gt_data-bednr."需求跟踪号 poitem-preq_name = gt_data-afnam."需求者/请求者姓名 poitem-tax_code = gt_data-mwskz."销售税代码 poitem-conf_ctrl = ...
Hi Experts, Using BAPI_PO_CREATE1, I try to create a PO with net price $10. This line item is referencing to a Contract item with price $12. After executing the FM, PO
P_NETPRI LIKE BAPIMEPOITEM-NET_PRICE, P_PRICEU LIKE BAPIMEPOITEM-PRICE_UNIT, P_RENAME LIKE BAPIMEPOITEM-PREQ_NAME DEFAULT SY-UNAME, P_PRDATE LIKE BAPIMEPOITEM-PERIOD_IND_EXPIRATION_DATE DEFAULT 'D'. *herader data wa_poheader-po_number = P_NUMBER . ...
ITEMX-NET_PRICE = 'X'. ITEMX-PLANT = 'X'. ITEMX-QUANTITY = 'X'. itemX-quantity = 'X'. itemX-stge_loc = 'X'. APPEND ITEMX. sche-PO_ITEM = '10'. sche-SCHED_LINE = '10'. sche-DELIVERY_DATE = EEIND. sche-GI_DATE = EEIND. sche-QUANTITY = MENGE. APPEND sche. scheX-...