With this function you can create a delivery for any number of calls or components groups. In the delivery, the system does not show the components groups, but the call components with the cumulated quantity above all components groups. If you deliver assemblies, you can show the call componen...
In SAP standard the description for 0004 is "shipping notification" in the screen shared by you it is "inbound delivery" are you sure that there is no change has been made by anyone in your system also the error message shared by you is warning or error ? Once the PO is having the ...
SAP ABAP 创建交货单BAPI_OUTB_DELIVERY_CREATE_SLS DATA:lv_delivery TYPE bapishpdelivnumb-deliv_numb, lv_ship_point TYPE bapidlvcreateheader-ship_point, lv_due_date TYPE bapidlvcreateheader-due_date, lt_sales_order_items LIKE TABLE OF bapidlvreftosalesorder, ls_sales_order_items LIKE bapidlv...
I tried to make a valid draft-delivery in SBO client manually then tried to call SaveToDraft(). Still got the same error. And I confirmed the draft-delivery can be save as a delivery by clicking the "Add" button in client. After that I tried to work on PL 12. The method REALLY W...
Hi to all sap experts, some of you might already see me post before (doing a business case where a lot of stuff is messed and we need to fix it slowly). I will try to give a really detailed resume of the process and error. We are in the step to create delivery for one Standar...
功能描述:Create Delivery Information OData服务: UI5激活SAP应用: 权限角色:: 此APP对SAP支持如下: 模块:; 版本:SAP S/4HANA Required Back-End Product: APP类型:GUI(SAP GUI TRANSACTION) 数据库支持类型:HANA DB exclusive 此APP对BSP支持如下:
SAP Managed Tags: ABAP Development Hi, I need help to find a BAPI or FM which can be used to create an outbound delivery from a project similar to tcode CNS0? The following data will be used in creating the outbound delivery from a project: Project definition WBS Element Network Shippin...
才找到原因。问题就出在 SHP_DELIVERY_CREATE_FROM_STO 这个 sap的标准函数上。 再用简单的数据单独对这个函数测试。 现在要针对上面的数据,创建转储的交货单(公司间交易的交货单),测试数据如下: 1、当我所有行都作完全数量的创建时,没有问题,能够正创建. ...
SAP Managed Tags: ABAP Development Hello Experts, I want to create Delivery with reference of sales order and PGI of this Delivery. As many suggestion by experts I am using BAPI to create delivery and for PGI. Delivery is created but here is issue with Storage location. As i passed St...
gt_return.***创建交货单CALLFUNCTION'BAPI_OUTB_DELIVERY_CREATE_SLS'IMPORTINGdelivery=lv_deliveryTABLESsales_order_items=lt_sales_order_items*SERIAL_NUMBERS =*EXTENSION_IN =*DELIVERIES =*CREATED_ITEMS =*EXTENSION_OUT =return =gt_return.IFlv_deliveryISNOTINITIAL.CALLFUNCTION'BAPI_TRANSACTION_COMMIT'...