4.供货工厂是根据供应商取的,如果供货工厂不对会报错“净价计算错误” 5.Numerical entry is not supported for extrnal item(外部条目标识不支持编号条目),行项目号问题,比如项目号传重复了 6.UB转出单报错:06 215 请输入净价格。 原因:item传了GT_ID IR_ID 7.no_price_from_po = 'X'不带用户的价格过...
using BAPI_PO_CREATE1 to create POs meanwhile passing the netprice instead of price from inforrecords. From 580225: 1.NO_PRICE_FROM_PO If you transfer the value 'X' in this field, no conditions are copied from the last document. This includes purchase orders, scheduling agreements, contracts...
DATA WA_POHEADERX TYPE BAPIMEPOHEADERX. "针对要增加的内容做一个标记,其实标记过了才可以被修改的 data: EXPPURCHASEORDER TYPE BAPIMEPOHEADER-PO_NUMBER. data: EXPHEADER LIKE BAPIMEPOHEADER. data: wa_poitem like BAPIMEPOITEM . DATA ITAB_POITEM LIKE TABLE OF WA_POITEM. " po中item的内容 DA...
今天测试发现用BAPI_PO_CREATE1 创建采购订单,虽然能成功创建采购订单,但是行项目的净价总是和自己导入...
When try to create Purchase Order (PO) by BAPI_PO_CREATE1, the number entered in POITEM-PO_ITEM is not taken into the created PO. 创建采购订单行项目需要按照自定义参数设置的需求 Steps Run T-code SE37 and input Function Module BAPI_PO_CREATE1. ...
DATA WA_POHEADERX TYPE BAPIMEPOHEADERX. "针对要增加的内容做一个标记,其实标记过了才可以被修改的 data: EXPPURCHASEORDER TYPE BAPIMEPOHEADER-PO_NUMBER. data: EXPHEADER LIKE BAPIMEPOHEADER. data: wa_poitem like BAPIMEPOITEM . DATA ITAB_POITEM LIKE TABLE OF WA_POITEM. " po中item的内容 ...
I want to create a order . All works well Only the netprice changes to 1 Euro even if there is an value of 300. In the Poitem before Bapi there is the right value after bapi the order is filled with 1 and also the table poitem. Why? How can i solve this Problem? I also debu...
All, I use BAPI_PO_CREATE1 to load POs from a file. The POS are created with standard 10, 20 and 30.. item numbers (EBELP) and not with the ones which are provided in
抱歉~那是测试用的,拿掉*还是一样的状况 按照楼上说的,看一下return那个表中返回什么数据,然后找错误
回答:怎么解决的价格问题,我也遇到这样的问题,请给说下