Function Module for Sale  order BOM

Hi
What is the function module to retrieve sale order BOM ?
thanks in advance
krishna

Hi, Your thread has been moved to SD Forum.

Similar Messages

  • Need function module for Sales order overall status

    Dear Team,
    Our requriement is we need to capture sales orders overall status 'compleated' in header and item datat details.
    Could you please let me know what are function modules available for to get the over all status for sales orders, (header and item)
    Thanks & Regards,
    MK.

    Hi MK,
    Use any of this FMs.
    C1CE_VBUK_READ
    SD_VBUP_READ_WITH_VBELN
    WCB_VBUK_READ
    Note that the values are in table VBUK and you can do a select statement from that table to get what you need.
    Regards,
    Peter

  • Function module for sales order VC characteristics

    Hi All,
    Is there any function module for fetching sales oder VC characteristics.
    Regards

    Please use FM: VC_I_GET_CONFIGURATION.
    Please pass "VBAP-CUOBJ"  in the exporting parameter INSTANCE and it should return you configuration in the Table parameter 'CONFIGURATION'.
    Let me know if this works.
    Thanks,
    Neeraj

  • BAPI / Function Module for Sale order updation

    Hi,
         I need to update sale order details(Reason for rejection)..Can you please tell me any of the existing BAPI's / Function modules to do the same.

    hi,
      try bapi_salesorder_change
        <b>allocate points if useful</b>
    regards,
    pavan

  • Is there any function module for purchase order change

    Hi Experts,
    Is there any function module for purchase order change or i need to do new recording in me22n.
    Thanks,
    Senthil

    Hi
    Function module <b>BAPI_PO_CHANGE</b> enables you to change purchase orders. The Change method uses the technology behind transaction ME22N.
    Regards,
    Viven

  • Function module for Process order status

    Hi techies,
    I want to know the function module for process order status , idoc type is liopro01 and message type is liopro, my requirement is that based on the different status received in IDoc SAP should update the process order status, separate user status will be defined as "MO START" and "MO end" using status profile.also it has change the process order status to "TECO" also it should check the user status for "MO Abort".
    Thanks in Advance

    Hi ross,
    Try this function module.
    STATUS_CHECK_MULTI
    May be helpful.
    Lincon

  • Function module for submitting order in CRM B2B

    Hi Experts,
    we are customizing the CRM B2B functionality. as per our reqruirement, we have 3 types of orders (docuemnts) to submit. for each order we have differnt  extra fields data need to be sent to the back end system in the Header level and item level.
    In this case still we  can not use the standard function module to submit the document.
    need to use the same standard functiona module or need to create the z function module for submitting all three orders.
    Please advice.
    I have another question. What the standard functiona module name for submitting the order?
    Adavance Thanks

    HI
    We need not create any custom FM to send in extension data. Just extend the class which is called on save and overirde the
    customer exits available there.
    From the sales document object  get header and itemlist.
    ItemList itemsData                = salesDocument.getItems();
    HeaderData header                = salesDocument.getHeaderData();
    header.addExtensionData();
    ItemSalesDoc[] items = itemsData.toArray();
    for (int k = 0; k < items.length; k++) {
      ItemSalesDoc item = new ItemSalesDoc();
      item = items[k];
      item.addExtensionData();
    The header and item extension datas will be available in the respective place holders in the methods in BADI
    CRM_ISA_BASKET_ITEMS   CHANGEITEMS_BEFORE_ORDER  IT_EXTENSION
    CRM_ISA_BASKET_HEAD    CHANGEHEAD_BEFORE_IL         IT_EXTENSION
    The method name and place holder in backend also given above.
    Hope this helps
    Regards
    Antony

  • Function Module for Sales items condition types

    Hi,
    I would like to get Sales item amount details based on condition types tax or discount.
    Is there any function module to output amount for sales item and condition type.
    Thanks in advance for your help.
    Thanks,
    Ramana

    hi
    i have vbeln and posnr
    my requirement is to calculate repricing for sales order.
    i am having problem with function pricing means what parameters to be passed in komp and komk structure.
    can you plz send me sample code if possible?
    thankx in advance.

  • Costing for sales order BOM vs Production BOM

    Hi gurus,
    can some one please explain in clear how is costing different if we use sales order bom versus if we use production bom.
    Thx

    I Feel Your are asking about Sale order costing and Std cost estimate using production BOM
    IN sale order costing- You can use any BOM ( sale BOM or production BOM), IF you carried out costing in sale order level in Va01/Va02, system will read the BOM, routing for that material  & system will take the costing lot as sale order qty and carried out cost estimate, This cost estimate value will update In condition as EK02. & system will take this Ek02 price for production GR value, PGI value and the profit is calculated based on Ek02 not based on VPRS( std cost estimate)
    Production costing:
    System will take the costing lot size in material master costing view, System will read the BOM and routing for the material in Ck11n, And you need to mark and release in Ck24, this value will update as Std cost  price in material master, this value is atken for Goods movement for that material

  • Table for Sales Order BOM

    Hello Friends,
    I would like to know the database table which stores Sales Order BOM details.
    Actually I want to print the BOM Header Text in my output smartform. For this, I am using the below data.
    Language : EN
    Text Id     : KZU
    Text Object : BOM
    Text name : Combination of SY-MANDT 'K' and BOM in transaction CS62.
    I dont know from where should i pick up this BOM Number.
    Thanks,
    Salil

    Hi
    check the tables <b>STPO and STKO</b>
    you may find the BOM number for sales order
    also use the Table <b>KDST</b> to link the Sales order to BOM
    and also use the table <b>MAST</b> to find the link to MATERIAL BOM by taking the sales order material
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala
    Message was edited by:
            Anji Reddy Vangala

  • Function Module for creating order in CRM

    Hi ,
    I want to create order in crm. i have tried the function module given in SDN but all are for R/3. I have tried BAPI_SALESORDER_CREATEFROMDAT and  CRM_SERVICE_ORDER_CREATE  , L_TO_CREATE_MOVE_SU but all are for R/3. So please tell me function module which create order in CRM.
    Thanks
    Abhiiesh

    Sales Order      
    BAPI_BUSPROCESSND_CREATEMULTI->BAPI_BUSPROCESSND_SAVE and BAPI_TRANSACTION_COMMIT must be used.
    CRM_ORDER_MAINTAIN-> CRM_ORDER_SAVE and COMMIT WORK must be used.
    check this report program in se38
    CRM_TEST_ORDER_MAINTAIN
    Regards,
    Keshav

  • Function Module for PM Order Change?

    Hello Everyone,
    I want to change a plant maintenance Order's Header Data, operations list  and object list.
    Is there any existing function module for this.
    R/3 version which I am using is 4.6c.
    I have found a function module 'ALM_ME_ORDER_CHANGE' but unable to change any of the order's data using this.
    Thanks & Regards,
    Swati

    Hi,
    Here is  the Function Module  :  BAPI_ALM_ORDER_MAINTAIN
    Reward  Points if it is usefull..
    Girish

  • Price and item proposal for Sales order bom

    Good day everyone,
    I've created a sales order bom for a material, when I create a new sales order for this material, SAP give me all the materials listed in the bom, may I ask is there anyway to do the setting as below:
    1: Gross price (PB00) for material that come from BOM explosion having different price as the material that enter manually (without BOM).
    2: Could BOM explosion happen in item proposal? With this, I could send out the item proposal to my customer before the actual sales order.
    Thank you very much for you help.
    Best regards,
    Lee
    Edited by: CK Lee on Mar 31, 2011 2:46 PM

    Good day everyone,
    I've created a sales order bom for a material, when I create a new sales order for this material, SAP give me all the materials listed in the bom, may I ask is there anyway to do the setting as below:
    1: Gross price (PB00) for material that come from BOM explosion having different price as the material that enter manually (without BOM).
    2: Could BOM explosion happen in item proposal? With this, I could send out the item proposal to my customer before the actual sales order.
    Thank you very much for you help.
    Best regards,
    Lee
    Edited by: CK Lee on Mar 31, 2011 2:46 PM

  • Need functional module for service order

    hello,
    while creating service notification i want to create service order automatically.for that i need a functional module which is the key funtion to process creation of transaction in the background. i want the name of that functional module to create iw31 service order automatically  and that of functional group so that i can assign in the action box.
    Regards,
    Rajesh Kumar Raju
    9900311069

    Hi,
    unfortunately there is no such "official" BAPI available - not even in ERP2005! There is a BAPI called BAPI_ALM_ORDER_MAINTAIN but this is for changing an already existing service order.
    But, you can use what the "SAP CRM group" developed for their integration to the backend R/3 system. This FM is called CRM_CS_API_ORDER_CREATE and is part of FUGR CRM_CS_API_ORDER. This FM is acting in the same way as a "normal" BAPI although you can not find this FM in transaction BAPI.
    Hope this can help!
    Best regards, Johan

  • Function Module for Production order configuration

    Hi,
    I have variant configuration scenario.
    I have to run the transaction CO01 in the background.
    Is there any Function module, by which i can configure the production order in the back ground.
    As of now, when i am doing it manually but not able to find any BAPI for that.
    any help will be highly appreciated !!
    Thnx in Advance
    Ashish

    Hi,
    try BDC
    Pls refer below link
    http://www.sap-img.com/bdc.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/309cb157-738d-2910-7691-b74c4ddba3c7
    Regards,
    Sankaran

Maybe you are looking for

  • Can you backup more than one iphone to the same icloud account?

    My wife and I both have iphones and for simplicity's sake have always used the same itunes account and now with IO5 find that our itunes and icloud accounts are the same.  Before enabling backup for our iphones we wondered if you can backup two diffe

  • Create new rows or update rows in database table

    I have few table in database. I catch some values in my bean. Now I must put that values in my database tables. Values are in different tables. How can I update tables in database? Ok I know that my solution is updateable (entity) viewObject but plea

  • Supplier Name not appearing

    Hi I have created a new organisation and when i try to create an invoice in AP i am not able to see all the suppliers name in the list. but when i make payments i am able to see all the suppliers in the supplier name list.

  • Getting java code to compile on unix/linux

    I have been using borland JBuilder to run and compile my java code. Recently i tried moving the code to a linux machine in which i have downloaded the JDK to. My classes only use standard java classes with the exception of a jbcl.jar file which has a

  • Iphone 3G in a reboot cycle...

    Hello, Well one day i thought i would update my iphone, because some of the apps i wanted required this update. So i go ahead and update also restoring it to factory setting and deleting my apps. Later on that day i'm over my girlfriends and it's all