销售价格创建/更改BAPI
时间: 2023-07-30 14:09:59 浏览: 260
For creating or changing sales prices in SAP using BAPIs, you can use the following:
1. BAPI_PRICES_CONDITIONS - This BAPI is used for creating or changing pricing conditions in sales. You can use this BAPI to create or change prices for materials, customers, or other pricing conditions in SAP.
2. BAPI_SALESORDER_CHANGE - This BAPI is used for changing sales orders in SAP. You can use this BAPI to change the pricing of an existing sales order.
3. BAPI_QUOTATION_CHANGE - This BAPI is used for changing quotations in SAP. You can use this BAPI to change the pricing of an existing quotation.
4. BAPI_INQUIRY_CHANGE - This BAPI is used for changing inquiries in SAP. You can use this BAPI to change the pricing of an existing inquiry.
These BAPIs can be called from your own ABAP programs or from external systems using SAP's Remote Function Call (RFC) technology.
阅读全文