You create a purchase order with BAPI_PO_CREATE1. The system shoulddetermine the conditions for item 10 automatically. In addition, however, you want to calculate 3 % freight costs. You use condition type FRA1 for the freight costs. Then tables POCOND and POCONDX must be filled with the ...
You create a purchase order with BAPI_PO_CREATE1. The system shoulddetermine the conditions for item 10 automatically. In addition, however, you want to calculate 3 % freight costs. You use condition type FRA1 for the freight costs. Then tables POCOND and POCONDX must be filled with the ...
APPEND LS_POITEMX TO LT_POITEMX. CLEAR LT_POCOND[]. CLEAR LT_POCONDX[]. CLEAR LS_POCOND. LS_POCOND-ITM_NUMBER = '10'. * ls_pocond-cond_st_no = lv_cond_st_no. * ls_pocond-cond_count = lv_cond_count. LS_POCOND-COND_TYPE = P_KSCHA. "定价条件 LS_POCOND-COND_VALUE ...
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...
BAPI_PO_CREATE1 1.报错:客户xx不在工厂xx中 原因:填错了抬头中的 供应商、供应工厂,项目中的供应库存地点 报错:06 218,净价格必须大于0 et price must be greater than 0 原因: 1.没有自动带出净价(维护供应商条件价格),或者带出的采购信息记录价格不大于0 ...
• BAPI_PO_CREATE1 创建PO(采购单) • BAPI_SALESORDER_CREATEFROMDAT2 创建销售订单 • BAPI_OUTB_DELIVERY_CREATE_SLS 根据销售订单创建交货单 • BAPI_BILLINGDOC_CREATEMULTIPLE 创建发票 • BAPI_ACC_DOCUMENT_POST 创建会计凭证 • SD_VBAP_READ_WITH_VBELN 根据销售订单读取表vbap中的信息 ...
今天测试发现用BAPI_PO_CREATE1 创建采购订单,虽然能成功创建采购订单,但是行项目的净价总是和自己导入...
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
Hi, I'm using BAPI_PO_CREATE1 within a loop to create a PO with multiple items - grouped by vendor, plant and delivery date. After each BAPI call I use