Need a BAPI/FM for process Order Confirmation

Hi guys,
I need a bapi or Fm for process Order confirmation.
thnx in advance

Checck
BAPI_PRODORDCONF_CREATE_ACT
BAPI_PRODORDCONF_CREATE_HDR
BAPI_PRODORDCONF_CREATE_TE
BAPI_PRODORDCONF_CREATE_TT
Better read the documentation of each BAPi using the tcode BAPI and proceed.
I feel BAPI_PRODORDCONF_CREATE_HDR would do your purpose.
Documentaion:
<b>
You can use this method to enter order confirmations for production orders.
You can also transfer good movements, that are posted together with a confirmation. If no goods movements have been entered for a confirmation, they are determined using the standard logic for backflushing and automatic goods receipt for confirmations. </b>

Similar Messages

  • BAPI For Process Order Confirmation

    Hi,
    For Process Order Confirmation we are using the following tcode. COR6N. in the t-code we are include a new field (Shift Field) with help of CONFPP07. and we made the field as mandatory also. in cor6n it is working fine.
    now we are using the bapi for same Process Order Confirmation. here the new field is not available. we want to include the new  ( Shift ) Field also. we are using the following
    BAPI Fm: BAPI_PROCORDCONF_CREATE_TT .
    Regards
    Sathis

    BAPI_PRODORDCONF_CREATE_TT to confirm a production Order
    Erwan

  • Need adobe print program for sales order confirmation

    Hello folks, anybody an idea about a sap standard print program and form for adobe forms concerning the sales order confirmation. can't believe that the old sap script RVADOR01 or ...01 ist still the standard. thanx for help
    YES i searched the forums before posting a thread, and i didn't find relevant articles

    The Adobe PDF-based forms for sales are available since Enhancement Package 2 for release ECC 6.0.
    Order confirmation (SD_SDOC_FORM01)
    Print programs - check package VD_PDF or package interface VDPDF_REL.

  • BAPI for Process order change

    Hi,
    Can any buddy tell me the Bapi used for Process order change
    with following scenarios:
    Quantity change
    Resource change
    Rescheduling
    Control key change
    RM Change
    Recipe change
    TECO
    REVOKE
    Material shortage check
    Best Regards,
    Sheetal.

    Hi,
    BAPI_PROCORD_CREATE for process order create
    BAPI_PROCORD_CHANGE - Change Process Order
    BAPI_PROCORD_CLOSE - Close Process Order
    BAPI_PROCORDCONF_CANCEL for Cancel Process Order
    Confirmation.
    BAPI_PROCORD_COMPLETE_TECH - Complete Technically
    BAPI_PROCORD_RELEASE - Release Process order
    BAPI_PROCORD_SET_DELETION_FLAG - Deletion Flag
    BAPI_PROCORD_REVOKEUSERSTATUS - Cancel User Status
    BAPI_PROCORD_SCHEDULE - Carry Out Scheduling
    pls refer below link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/200dd1cc-589e-2910-98a9-bb2c48b78dfa
    http://help.sap.com/saphelp_nw04/helpdata/en/e0/9eb2370f9cbe68e10000009b38f8cf/frameset.htm
    Regards,
    Sankaran

  • In process order confirmation screen there should be 2 rows for down time.

    hi,
    We are using cor6n for process order confirmation, where we can put down time  with confirmation text at once,
    if there is two different down time, then user has to again  run cor6n with 0 yield  for put another down time, which gets more time.
    for this reason i have customised single screen entry profile by mentioning two down time & confirmation rows in screen.
    when i going for confirmation i put two different down time  after goods movemnt order get confirmed & settled.
    but when i see report in COOISPI  there is only one down time against order.
    system only considers last down time.
    hows the system consider down time?
    thanks in advance.
    regards
    sanjay.

    Hi,
    The report COOISPI considers only one line of the down time, it is not considering the 2nd row of the down time. You need to change the COOISPI program to read the 2 lines of the down time. You need to change the standard program to read the 2 down time lines.
    Thanks & Regards,
    V. Suresh

  • BAPI For Procduction Order Confirmation

    Hi Expert,
    How to use the BAPI_PRODORDCONF_CREATE_TT for Process Order Confirmation
    I have to use two internal tables for order confirmation 
    GOODSMOVEMENTS
    LINK_CONF_GOODSMOV
    Please help.
    Thanks in advance.

    Hi Arpit,
    This BAPI is having Table parameter 'TIMETICKETS' as mandatory. You can use it as below:
      ls_timeticket-conf_no            = i_rueck. " confirmation number
      ls_timeticket-yield                  = i_erfmg. "Quantity   
      ls_timeticket-conf_quan_unit = i_erfme. " Unit
    ** propose goods movements
       ls_bapi_propose-goodsmovement = 'X'.
      CALL FUNCTION 'BAPI_PRODORDCONF_GET_TT_PROP'
        EXPORTING
          propose                      = ls_bapi_propose
        IMPORTING
          return                         = ls_bapi_return    
        TABLES
          timetickets                 = lt_timeticket
          goodsmovements     = lt_goodsmovements
          link_conf_goodsmov = lt_link_conf_goods_mov
          detail_return               = lt_detail_return.
    CALL FUNCTION 'BAPI_PRODORDCONF_CREATE_TT'
          IMPORTING
            return             = ls_bapi_return
          TABLES
            timetickets        = lt_timeticket
            goodsmovements     = lt_goodsmovements
            link_conf_goodsmov = lt_link_conf_goods_mov
            detail_return      = lt_detail_return.
    If you already have data for internal tables GOODSMOVEMENTS and LINK_CONF_GOODSMOV, you can skip the propose goods movements BAPI  'BAPI_PRODORDCONF_GET_TT_PROP'.

  • Progress confirmation for process order

    Hello to all,
    I want to use the progress confirmation functionality for process order. I know that it is possible for production orders, but I couldn't find respective transaction for process order. Do you know if it is possible to use progress confirmation for process orders.
    BR,
    Nikolay

    Thanks for your inputs, but they are not useful!
    COR6 - it cannot be used once the order is confirmed at phase level;
    COOISPI - it's a report
    COR6N -it is the standard transaction for process order confirmation
    I want to do so-called "unplanned milestone" for process orders, something similar to CO1F for production orders.
    BR,
    Nikolay

  • Costing data from Tables of Process Order Confirmation.

    Dear Friends,
    In which table is the Costing relevent data for process order confirmation stored.
    We are developing a report for which we require  material specific-
    Target quantity / Actual quantity
    Target costs / Actual costs
    Thanks in advance.
    Regards,
    Vikrant Sood

    Hi,
    Using the Table : AUFM you can get the data.
    VVR

  • Problem with creating Process order confirmation using BAPI

    Hello,
    While creating Process Order confirmation using BAPI_PROCORDCONF_CREATE_TT, material document is getting created. But a line item is inserted in the table AFRU without material document number. When it is created manually using the transaction COR6, the table is getting updated with material doc in the line item. Can anyone let me know what other attributes to be passed in order the update the same?
    Thanks in Advance.
    Regards, Senthil G.

    Hello , I am working with the same Bapi, can you please send me the code to fill the parameters, if I find the same error like you, I will send you the solution if I correct that.
    Thanks for your help.
    [email protected]
    Guatemala, Cempro ADATSA

  • Fm or bapi for service order confirmation (iw41)

    hi,
    Can you please tell me a fm or bapi for service order confirmation in iw41

    HI dido...
    you can use CRM_ORDER_MAINTAIN.
    you can process any document type you want
    regards
    Marco

  • Any function module or BAPI for PM order confirmation

    Hi all,
    I'm trying to confirm a PM order (IW41) background. Is there any existing BAPI or FM for me to do that? Thanks in advance.

    Mil,
    check this
    BAPI_PRODORDCONF_CREATE_TT,
    below are other ones which may use for you...
    BAPI_PRODORDCONF_CREATE_ACT Enter Activity Confirmation
    BAPI_PRODORDCONF_CREATE_HDR Enter Order Confirmations
    BAPI_PRODORDCONF_CREATE_TE Enter Time Event Confirmation
    BAPI_PRODORDCONF_CREATE_TT Enter Time Ticket Confirmation
    BAPI_PRODORDCONF_EXIST_CHK Existence Check for Confirming Production Order
    BAPI_PRODORDCONF_GETDETAIL Detailed Data for Production Order Confirmation
    BAPI_PRODORDCONF_GETLIST Confirmations List
    Don't forget to reward if useful....

  • Bapi for Process service confirmation in transaction - CRMD_BUS2000117

    Hi All,
       Is there any bapi for process service confirmation in CRM system.
       Tcode for service confirmation - CRMD_BUS2000117.
    Points will be awarded.
    Regards,
    Vinoth.

    Hello Vinoth,
    please ask that kind of questions in the SAP CRM: Webclient UI - Framework Forum.
    What's about using CRM_ORDER_MAINTAIN? You can find many examples of it's use using the SDN search.
    Regards
    Gregor

  • Bapi 4 process order confirmation??

    hi abapers.............
    can ne1 tell me wt is the BAPI  4 process order confirmation.
    thanx in advance .
    anil

    Hi
    BAPI_PRODORDCONF_CANCEL
    BAPI_PRODORDCONF_CREATE_ACT
    BAPI_PRODORDCONF_CREATE_HDR
    BAPI_PRODORDCONF_CREATE_TE
    BAPI_PRODORDCONF_CREATE_TT
    BAPI_PRODORDCONF_EXIST_CHK
    BAPI_PRODORDCONF_GETDETAIL
    BAPI_PRODORDCONF_GETLIST
    BAPI_PRODORDCONF_GET_HDR_PROP
    BAPI_PRODORDCONF_GET_TE_PROP
    BAPI_PRODORDCONF_GET_TT_PROP
    BAPI_PRODORDCONF_PDC_UPLOAD_TE
    BAPI_PRODORDCONF_PDC_UPLOAD_TT
    Regards
    Kathirvel

  • BAPI for Service Orders Confirmation

    Can somebody please provide BAPIS for Service Orders Confirmation and other related BAPIS
    Thank you

    To create service confirm order use "BAPI_BUSPROCESSND_CREATEMULTI".
    Regards,
    Animesh

  • No 101 for Co-products in Process order confirmation

    Hi All
    I have a problem in Process Order Confirmation.
    I have a order with Co-products.  When I do confirmation, 101 Mvt type is not happeneing for all the co-products along with the main product.
    The configs looks fine
    1.  Control key has "Automatic GR"
    2.  Confirmation parameters have "GR Co-products"
    What else could be the problem?

    Hi Jack,
    I'm not sure how it works with process orders but in case of production orders is it not possible to do auto GR for co-products - according to my best knowledge.
    Please check:
    http://help.sap.com/saphelp_erp2004/helpdata/en/b1/c04d01439a11d189410000e829fbbd/content.htm
    You can use MB31 + PrdOrd reference to book the co-products by mvt 101.
    (You can also search in this forum to find threads in connection with this.)
    BR
    Csaba

Maybe you are looking for

  • Problem with Mini DV to Video Adaptor on MacBook White (early 2009 version)

    Hello, i realise for some odd reason that the above mentioned adaptor is not designed (anymore) to work with the update macbook white. The only two adaptors left which do work are the mini DV to DVI and mini DV to VGA. So my question is the following

  • Microsoft Office Outlook Error Message

    Can't open Microsoft Office Outlook. the following error message appears everytime i try to open the email: errors have been detected in the file: C:\users\TPRJ001\AppData\local\microsoft\outlook\outlook1.ost quit outlook and all mail-enabled applica

  • Moving from iPhoto to Aperture small issue...

    Please go easy as I just made it to Aperture So my iphoto library is gotten too big. I am ready to make the move (editing skills are out growing iPhoto). I installed Aperture last week and did a ton of research on how to make the move. I even watched

  • Resetting the Admin password in single user mode

    Ok, my friend bought an old Imac from someone she went to school with with OS 10.4.2 on it. It works fine except that she can not install any programs because there is an admin password that she does not know. She asked the person she bought it from,

  • ECR/ECO & Object Mgmt Records

    Hello All, We are planning to implement the ECR/ECO process for the Engineering Change Process. I was trying to go thru the documentation for the same & seems overly complicated. Can someone help me clarify the difference between ECR/ECO status & Obj