前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >ABAP BAPI_PO_CREATE1 PO净价从信息记录获取问题解决

ABAP BAPI_PO_CREATE1 PO净价从信息记录获取问题解决

作者头像
matinal
发布2020-11-30 10:02:03
1K0
发布2020-11-30 10:02:03
举报
文章被收录于专栏:SAP TechnicalSAP Technical

about bapi_po_create1

using BAPI_PO_CREATE1 to create POs meanwhile passing the netprice instead of price from inforrecords.

From 580225:

  1. 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 and quotations. The system still copies conditions from the information record. The field can only be filled at header level. It is valid for all items. Prerequisite You must implement Note 552189 in your system to use the NO_PRICE_FROM_PO field.

  1. 2. POITEM-PO_PRICE

You can use the PO_PRICE field to control, at item level, if the value should be copied from the POITEM-NET_PRICE field to the conditions. PO_PRICE can have the values ' ', '1' or '2' with the following meaning:

  • 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 specified as base price in the calculation schema. In the SAP Standard System, these are condition types PB00 or PBXX. All other condition types remain unchanged. No conditions are copied from the last document.
  • PO_PRICE = '2': The value transferred in field NET_PRICE is copied as a net price that is, it is set with the condition type specified as base price in the calculation procedure. All other condition types are deleted.

Keyword: NO_PRICE_FROM_PO = X Poitem-po_price = '2'

Alternative: BBP_PO_INBOUND_BADI

reference:http://archive.cnblogs.com/a/1839235/

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2020-10-14 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • about bapi_po_create1
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档