SAP Managed Tags: PLM Enterprise Asset Management (EAM)/Plant Maintenance (PM) Dear sir, While creating Maintenance order through BAPI : BAPI_ALM_ORDER_MAINTAIN getting error 'BAPI call must have a SAVE or DIALOG method'. Please help me resolving the issue.Know...
Solved: Hello Freinds, I am looking for a BAPI for Delivery Creation from sales order. I want to Replace the BDC for VL01N ( deliver creation ) with the New BAPI.
* BAPI Logic for sales order creation*---* Header data PERFORM FILL_ORDER_HEADER_CHANGE USING ORDER_HEADER_IN ORDER_HEADER_INX LS_SORDER.* Partner PERFORM FILL_PARTNER_CHANGE TABLES PARTNERCHANGES PT_ITEMS USING LS_SORDER.* Items PERFORM FILL_ORDER_ITEM_CHANGE TABLES ORDER_ITEMS_IN ORDER...
*& Creation of planned order IDOCs to a given selection * *& This program selects to an input given via the selection screen the * *& corresponding planned orders from the database. Then the function * *& module for creation of planned order idocs is called. * *& In general this re...
For order creation, order no (VBELN) is not required. Reply Former Member In response to tushar_shukla 2010 Dec 19 9:48 AM 0 Kudos 852 SAP Managed Tags: ABAP Development hi Tushara, thank you for the reply... i have worked various ways but none of them seems to be wo...
Hi, I would like to explain about creation of the sales order using BAPI by step by step procedure.This blog is mainly usefull for beginners. About OData: This service
BAPI_REQUISITION_CREATE can import this cost center. What is the correct format for entering this cost center if the cost center is only numeric?11.What must I take into account when I use the BAPI BAPI_REQUISITION_CHANGE to change or delete texts?12.Can the BAPI_PR_CREATE or BAPI_PR_...
For Prod. Order Creation we have BAPI_PRODORD_CREATE Now, to simulate BAPI you can double click on BAPI_PRODORD_CREATE and then press F8. Or open Tcode: SE37 (Functional Builder: Initial Screen) Copy the BAPI under Functional Module & Press function F8 or After executing you`ll get the...
converted into a purchase order. For more information, read Notes 182787 and 102595. As of SAP ERP 6.0, it is possible to trigger the BOM explosion for a subcontracting item. ---3. Question: If the function module BAPI_REQUISITION_CREATE is used and the field ITEM_CAT (item category) ...
Check this following link for creation of sales order using bapi: http://www.sap-img.com/fu036.htm Have a look at these links also: http://abaplovers.blogspot.com/2008/02/bap-sales-order-create.html http://abaplovers.blogspot.com/2008/02/bapi-sales-order-create-code.html Hope this he...