Function modul for a material  throufh production order

hi,
Is there any function modul available in SAP for production order for a material
ie passing input as production order to get the material no and production order date .

Hi ..
   No ya these 4 func.modul is not in 4.6c can you pl send a right fun.mod. for 4.6 c ver.  so that i can use it.
regards,
Lakshman

Similar Messages

  • User exit or functional module for multiple GR of Production order.

    Hi All,
           I have done a enhancement in CO11N so that batches can get created in production order  confirmation.
    Now When I go to MIGO to do GR I have option to enter the nulitple batches against the production order.
    But what I am looking for is there any exit or functional module which reads the production order and fecth batches which were created from CO11N.
    Regards.

    Hi,
    A few options:
    1. User Exit - MBCF0002
    2. BADi - MB_MIGO_BADI, MB_DOCUMENT_BADI
    3. A Z program by calling BAPI_GOODSMVT_CREATE
    Regards,
    Vivek

  • Function Module for adding components to Production Order

    Is there a function module that can add components to an existing production order ?I believe CO_BC_INSERT_CMP_OF_ORDERS can do the trick but seems this alone would not suffice .Your feedback is very much appreciated

    Sudhir,
    U r right. we need to call the function module CO_BC_INSERT_CMP_OF_ORDERS with flg_banf_create  = X and apt entries in the component details table resbb_ins. Doing this is enough. I guess u have a problem passing correct data in the internal table. For the data you do not know, you will have to pass default data.
    Hope this helps.

  • Functional module for Getting Material classification data.

    Please tell me Functional module for Getting Material classification data like class type , class, characteristics and characteristics values for material.

    Dear,
    FM:
    CLAF_CLASSIFICATION_OF_OBJECTS
    Table KLAH Class Header Data
    - KSML Characteristics of a Class
    Regards,
    R.Brahmankar

  • Revision number for Header material in Production order.

    I have maintained Revision number in material mster  for Header material in Production order and also for components.
    1)Revision number for Header material in Production order is not appearing in AFKO table against production order.
    2)Revision number for components in Production order is not appearing in RESB table against reservation.
    Any settings for that please guide.

    Hi,
    Revision number generation is using ECM only possible. Are you using the ECM with revision levels. Check this.
    Regards,
    V. Suresh

  • Purchase order for stock material in production order

    Hi
    does anybody know how to link a purchase request to production order in case of stock material ? When MRP runs aggregate all requirements for stock materials in one purchase request, and I wold like to find list of order that generated the request,
    thanks
    Gabriele

    Gabriele Montori wrote:
    >
    > 2) I would like to know if there is a way to bind purchase request to Production Order (not planned order) BEFORE the MRP runs and create a Purchase Order, because when creates a PO for stock it aggregates all requests in one order.
    I think I understand what you are trying to achieve -> this sounds like you would want to do what SAP standard would do with KD/E-requirements (customer specific) = every material=item=position in a SD-order will create it's PR or production order. In the same way you want to generate one PR-item per production-order component - wait! - Maybe you want to create a single PR for every component in the production order???
    Gabriele Montori wrote:
    >
    > I hit that road but for stock material, RESB-AUFNR is left empty in table..
    You will have to talk to your MM/PP-functional ... if you do not have RESB-entries I have no idea how this process is setup. You probably do not have components in those production orders, only one header-material (CAUFVD-MATNR).  Depending on what is configured in the material-master MRP views + what modifications/enhancements are installed around the complete process, you could have almost any setup. It's impossible to say without seeing it. Make sure s/he explains to you exactly, since even with different stock-materials there could be different setups for procurement.
    Edited by: Mylène Dorias on Jul 22, 2010 11:37 AM

  • Function modules for User check and Product search

    Hi,
    Please give me the names of function module which are used for user login check, and Product search.
    Thanks,
    Devender V

    Hi,
    For User login check belwo Function module,
    SUSR_LOGIN_CHECK_RFC for ECC/R3
    CRM_ISA_LOGIN_R3USER_CHECKS for CRM
    For product try below Function module.
    BAPI_MATERIAL_GET_DETAIL
    I hope this information will help you.
    Regards.
    eCommerce Developer

  • Function Module for Incompletion Log in Sales Order

    Hello All,
    Can anybody provide me the function module when the sales order is incomplete due to Incompletion log.
    Thanks,

    HI,
    Use the functional module:   RV_MISSING_DOCUMENT_DATA.
    Goto SE37 and press F7, input the material/order number etc in the import data field  VBCOM.
    And then execute the module. By using this module we will get all the incomplete items in an order.
    If you want list of incomplete orders, use V.02 transaction code.
    Regards,
    Satya.

  • Function module for deleting the perticular sales order

    Hi Experts
    I wanted a function module name for deleting the perticular sales order document ,when i enter the import parameter as sales order no  and some value as export parameters so that i can use that for the program (message :successfully deleted ).

    Hi Satya,
    Use BAPI BAPI_SALESORDER_CHANGE as follows:
    DATA: T_RETURN LIKE BAPIRET2 OCCURS 0 WITH HEADER LINE.
    DATA: BAPISDH1X LIKE BAPISDH1X.
    PARAMETERS: P_VBELN LIKE VBAK-VBELN.
    *SET THE DELETION FLAG
    BAPISDH1X-UPDATEFLAG = 'D'.
    CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
    EXPORTING
    salesdocument = P_VBELN
    order_header_inx = BAPISDH1X
    tables
    return = T_RETURN
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    Hope this will help.
    Regards,
    Nitin.
    Edited by: Nitin Karamchandani on Dec 8, 2008 8:36 AM

  • Abap function module for material standard price.

    Dear Team,
    Can anyone tell me the abap function module for getting material  standard price respective of date and material code as input.
    I have observe table MBEW, where we will get standard price of a material for last change date. Not getting any table where price is coming out wrt of Date for a same material.
    Thx in advance
    Rgds
    sp
    kolkata

    HI.
    FM MSR1_MD_MATPRICE_GETLIST  should help.u.
    Regd,
    AS

  • Function module for calculating planned and actual cost of production order

    Hi ,
    Do we have any standard function module for calculating planned and actual cost for production order?
    i need to implement this in a Z-report.
    Thanks
    Srini

    Hi,
    try below function module
    CRMCO_GET_PLAN_ACTUAL_COSTS
    CO_IH_GET_PLANNED_COSTS_TOTAL
    Regards,
    Sankaran

  • Functional module for automatic creation of pur requisition & pur order

    hello,
    what is the functional module for automatic creation of puchase requisition and automatic creation of purchase order which we will assign in action box in service order processing management.
    please let me know as early as possible
    regards,
    rajesh kumar raju

    Hi,
             Please check with following.
    IDOC_INPUT_ACC_PURCHASE_REQUI
    IDOC_INPUT_ACC_PURCHASE_ORDER
    /ISDFPS/OR_PURCHASE_ORDER_CR
    BS01_PURCHASE_DOCUMENT_CREATE
    CO_MP_CREATE_PURCHASE_ORDER
    Thanks & Regards
    Sadhu Kishore

  • Function Module for open Purchase Order & Sales Order?

    Hi, commonly I read the data from tables and calculate the open quantity for sales order and purchase order, but I want to know, are there any standard function modules for getting the list of open "purchase order" and "sales order" respectively?
    Thanks and Regards.

    hi Ren,
    u can check all these bapi's related to salesorder
    BAPI_SALESORDER_CHANGE Sales order: Change Sales Order
    BAPI_SALESORDER_CONFIRMDELVRY Sales Order: Confirmation of Delivery; Document Flow Update
    BAPI_SALESORDER_CREATEFROMDAT1 Sales order: Create Sales Order
    BAPI_SALESORDER_CREATEFROMDAT2 Sales order: Create Sales Order
    BAPI_SALESORDER_CREATEFROMDATA Create Sales Order, No More Maintenance
    BAPI_SALESORDER_GETLIST Sales order: List of all Orders for Customer
    BAPI_SALESORDER_GETSTATUS Sales Order: Display Status
    BAPI_SALESORDER_SIMULATE Sales Order: Simulate Sales Order
    May be this FM can help you
    MB_ADD_PURCHASE_ORDER_QUANTITY (Reading and adding open purchase order quantities)
    Regards,
    Naveen

  • Function module for reteriving Purchase order values

    hi,
    I there any function module for reteriving the Purchase order Values

    better to put ur logic /requirement on table EKKOEKPOEKBE.
    Regards
    Prabhu

  • Function Module for data retrival for work order clearence (WCA)

    Hi All ,
      Function Module for data retrival for work order clearence (WCA) for a particular Planning plant and (WCD's).
    Thanks.

    Hi Anne,
    BAPI_PRODORD_GET_DETAIL
    BAPI_PRODORD_GET_LIST
    You can find further FM in Function Group COPRINT and CODR or take F4 on CO* in Function Group
    These will serve your purpose.
    Cheerz.
    Ram

Maybe you are looking for

  • Rules/Advice for use of FCE/iMovie

    Reading through many posts seems I find some general rules of thumb not found elsewhere. Thanks in advance for all comments. For serious video editing work and creation an external firewire HDD is needed, mainly to avoid dropped frames in either FCE

  • Power mac 7300 connection to monitor

    The connection to the monitor is made through an adaptator with 10 buttons. During a transport of the mac and the monitor, some buttons have been put "off". Can you tell me what buttons should be "on"?

  • Upgrade software

    My iphone has no upgrade software option.  How can I upgrade to iOS 6?

  • Office 2010 Outlook hung problem

    Dear SIR, I used office 2010 outlook, My outlook configured with 'GOOGLE APPS'. But suddenly I am getting issue with outlook 2010. When I click home or send & received tab then outlook hang approx. 1 or 2 minutes. I installed aslo office SP1 & SP2 ge

  • In my error console, i saw many errors. I didn't know why and how can i solve this?

    I clicked tools, i saw error console. I clicked it and i saw many errors. I didn't know why and how i could solve a problem.