Production Order Confirmation- User Exit

Hi guys,
I am working on File to IDOC scenario interface in SAP XI/PI.
Here before posting a confirmation IDOC into SAP.. validations or data checks required for Order Number ,Order status, size grid, std text key and work centre.
and this can be achieved using some USEREXIT..I have found the USEREXIT as PPCO0001 with the help of an ABAPer
Could someone help me whether it is the right one if not what could be the other one and the steps involved in implementing it
Thanks
Sahil

Hi Sahil,
You should be using PPCO0007  Exit when saving production order.
Check with your ABAPer once again.
Regards
Abhii
Edited by: Abhii on Sep 14, 2010 11:28 AM

Similar Messages

  • Order Confirmation user exit for storage location

    hi all
    while confirming order, no one should select any other storage location other than fix : 1003,
    user selects 1001, 1002, 1003.
    actual posting location is 1003..
    Can i control this activity with the help of user exit ? if yes please suggest.

    Hi,
    You can maintain Production Storage location in BOM as well as you can maintain also in Material Master--> MRP-2 View--> Production Storage location.
    So system will by default take the respective storage location and user need not select each time manually.
    For this purpose, you need not implement any exit.
    Revert in case any doubt.
    Hope this solves your problem.
    Regards,
    Tejas

  • Production order create: User exit

    Dear All ,
    I want the user exit name while :in create mode of Production order while saving the production order i want to check the production order Qty and other data entered by users ?
    Pl guide with the User Exit name ?
    Regards ,

    Dear,
    For your requirement, you need to use the User Exit: PPCO0007
    PPCO0001 enhancement when saving the order can be used to get the your requirement
    BADI workorder_update with methode at_save might be also helpfulll for you
    Regards,
    R.Brahmankar

  • Production order save: user-exit EXIT_SAPLCOZV_001

    Hi
    I have not done user-exits.
    How do I call program RCCLORD which creates idocs. I've created include  zxco1u06 . How will i get the Production order number. Should i get it from memory?

    Hi
    When i debug the saving of an production order, it calls program RCCLORD. RCCLORD use a logical database IOC, how do i populate the data to the selection screen of the LDB?
    tables: aufk.                                                          
    ranges r_order for aufk-aufnr.                                                                               
    r_order-low = HEADER_IMP-AUFNR.                                        
    r_order-sign = 'I'.                                                    
    r_order-option = 'EQ'.                                                 
    append r_order.                                                        
    SUBMIT RCCLORD  WITH OPT_SYS  EQ 'SAPBC'  "Logical system                      
                     WITH MESTYP   EQ 'LOIPRO' "MESTYP                      
                     with AUFNR    eq r_order AND RETURN. 
    Message was edited by: Giovanni Baumann

  • Production Order BADi / user exit

    Please can anyone suggest a BADi / user exit that can be used to pop up box after the save button is clicked in production order create (CO01)
    Thanks
    Edited by: MLockett on Oct 9, 2009 3:31 PM

    Hi,
    you can use the below exit...
    PPCO0007  Exit when saving production order
    Prabhudas

  • Serial nos entry during production order confirmation in CO15 - User Exits

    Hi all,
    Is there any user exit existing for a serial nos screen pop-up during production order confirmation.
    Regards,
    Sravan Kumar V

    Hi,
    For serial numbers at the time of goods receipt, u have to activate sr. no. mgt for that particular finished product. This can be done by assigning sr. no. profile in the material master record of that material in work scheduling view. once this is done , system will automatically prompt for sr. nos at the time of goods receipt. I am not aware about any user exit.
    Thanks & Regards,
    Vijay Patil

  • User Exit for Production Order confirmation with CO15

    Hi All,
    what User Exit I should use when validating batch when we do Production Order confirmation with CO15.
    Not when we create or release a Production Order.
    Will reward,
    mindaugas
    Edited by: Mindaugas Kazlauskas on Jan 30, 2008 5:03 PM

    Hi
    The Follwing Userexits available:
        Transaction Code - CO15                     Enter Production order Confirmation
    Enhancement/ Business Add-in            Description
    Enhancement
    CONFPP01                             
      PP order conf.: Determine customer specific default values
    CONFPP02                               
      PP order conf.: Customer specific input checks 1
    CONFPP03                              
       PP order conf.: Cust. specific check after op. selection
    CONFPP04                             
        PP order conf.: Customer specific input checks 2
    CONFPP05                               
       PP order conf.: Customer specific enhancements when saving
    CONFPP06                               
       PP Order Confirmations: Actual Data Transfer
    CONFPP07                               
       Single Screen Entry: Inclusion of User-Defined Subscreens
    CONFPS01                              
       PS confirmation: Determine customer specific default values
    CONFPS02                               
      PS confirmation: Customer specific input checks 1
    CONFPS03                             
        PS confirmation: Customer specific check after op. selection
    CONFPS04                              
       PS confirmation: Customer specific input checks 2
    CONFPS05                              
       PS confirmation: Customer specific enhancements when saving
    CONF0001                               
      Enhancements in order confirmation
    CONFPI01                              
       Process order conf.: Calculate cust.specific default values
    CONFPI02                               
       Process order confirmation: Customer spec. input checks 1
    CONFPI03                              
       Process order conf.: Cust. spec. check after op. selection
    CONFPI04                               
       Process order conf.: Customer specific input checks 2
    CONFPI05                              
       Process order conf.: Cust. spec. enhancements when saving
    CONFPI06                              
      Process order confirmation: Actual data transfer
    CONFPM01                             
        PM/SM order conf.: Determine cust. specific default values
    CONFPM02                             
        PM/SM order confirmation: Customer specific input checks 1
    CONFPM03                               
    PM/SM order conf.: Cust. spec. check after op. selection
    CONFPM04                              
       PM/SM order conf.: Customer specific input check 2
    CONFPM05                              
       PM/SM order conf.: Cust. specific enhancements when saving
    If it is helpful rewards points.
    Regards
    Pratp.M

  • User Exit For Production Order Confirmation Using CO15 or COGI

    Hi all,
    I need user exit for the production order confirmation so that i can set
    AFPO-ELIKZ and AUFM-ELIKZ (delivery completedu2019 status flag) to Blank......
    Thanks

    hi,
    check these exits.
    CONFPP01                                PP order conf.: Determine customer specific default values
    CONFPP02                                PP order conf.: Customer specific input checks 1
    CONFPP03                                PP order conf.: Cust. specific check after op. selection
    CONFPP04                                PP order conf.: Customer specific input checks 2
    CONFPP05                                PP order conf.: Customer specific enhancements when saving
    CONFPP06                                PP Order Confirmations: Actual Data Transfer
    CONFPP07                                Single Screen Entry: Inclusion of User-Defined Subscreens
    CONFPS01                                PS confirmation: Determine customer specific default values
    CONFPS02                                PS confirmation: Customer specific input checks 1
    CONFPS03                                PS confirmation: Customer specific check after op. selection
    CONFPS04                                PS confirmation: Customer specific input checks 2
    CONFPS05                                PS confirmation: Customer specific enhancements when saving
    CONF0001                                Enhancements in order confirmation
    CONFPI01                                Process order conf.: Calculate cust.specific default values
    CONFPI02                                Process order confirmation: Customer spec. input checks 1
    CONFPI03                                Process order conf.: Cust. spec. check after op. selection
    CONFPI04                                Process order conf.: Customer specific input checks 2
    CONFPI05                                Process order conf.: Cust. spec. enhancements when saving
    CONFPI06                                Process order confirmation: Actual data transfer
    CONFPM01                                PM/SM order conf.: Determine cust. specific default values
    CONFPM02                                PM/SM order confirmation: Customer specific input checks 1
    CONFPM03                                PM/SM order conf.: Cust. spec. check after op. selection
    CONFPM04                                PM/SM order conf.: Customer specific input check 2
    CONFPM05                                PM/SM order conf.: Cust. specific enhancements when saving
    use the exit which contains both structures AFPO,AUFM.

  • Serial Number. Production Order Confirmation. GR. UD. Sales Delivery

    Hi Gurus,
    Please help on this issue to get any user exits .....
    As part of Serial number management, we have a certain issues on serial number confirmation, goods receipt from production order and quality inspection with UD.
    Master data:
    Finished product material master, Workscheduling view, Serial number profile maintained " ASRN"
    Process flow:
    1) Avalon Specific Serial numbers generation for finished goods through production order release status.
                  (A11206000001)
                                        A  - Avalon
                                        1   - PCB Unit 1
                                        12 - Year 2012
                                        06 - Week
                                        000001 - Running serial number for the week.
    2) Production order confirmation through CO11n transaction.
    3) Production order Goods receipt through MIGO transaction against order.
    4) Quality Inspection with Usage Decision through QA32 transaction.
    5) Goods Issue for Delivery.
    SAP Product Error:
    1) System does not track and control the operation wise confirmed serial numbers during order confirmation.
    2) System does not track and control the finally confirmed serial numbers during order goods receipt.
    3) System does not track and control the last goods receipt qty in Usage Decision.
    4)  For semi finished product, if we maintain serial number profile in workscheduling view, system is not showing goods issue material list in Co11n transaction for the finished goods.
    5) Interfacing the serial number reading scanner with SAP,  is not working without entering material number and serial number manually.
    6) System does not tracking and controlling the last Usage Decision done serial number during Goods issue to Sale order Delivery.
    Regards,
    Santha

    Hi Santha,
    This is a bit vast, but I'll try to address at least some of the issues:
    1- serial number in operation confirmation is not possible, for the reason that serailization is part of stock management, and as WIP in an order, this is not stock yet. Actually you cannot confirm the manufactured material either, and those 2 go together.
    For tracking specificly WIP, there's something called WIP batches; you may look into it to see if you can use it.
    2- during GR system will propose those SNs that you have defined for the order at release or creation.
    3- ?
    4- GI in CO11N is provided only for BACKFLUSHED material components. Serialized materials CANNOT be backflushed.
    5- You can use a barcode reader to read the serial number (instead of keyboard entry) when cursor is on the right field in the respective screen.
    6- ?

  • Error during Production Order Confirmation

    I get a real wierd error during production Order confirmation.  The error message is
    "Additional items are not allowed
    Message no. ZOAL010"
    Can anyone throw some light on this?
    Regards
    Raj

    it is not std SAP message.
    you can check the user exit for confirmation.
    check in transaction code CMOD/SMOD for CONF*

  • Checks in userexits of production order confirmations from PDC in CO16N

    Hi,
    we are using PDC interface for production order confirmations. This is done by Idoc type PPCC2PRETTICKET01 (time ticket) based on BAPI BAPI_PRODORDCONF_PDC_UPLOAD_TT. Standard confirmations are working well. In case of SAP detected errors the confirmations are registered for error handling in CO16N.
    So far so good but we have some own check logic implemented in confirmation user exit CONFPP04 and BADI WORKORDER_CONFIRM. These checks are working fine whith online confirmations in CO11N but not in background PDC Idoc processing. I checked the function module EXIT_SAPLCORF_104 for exit CONFPP04 but it has got no exception. The call in SAP processing is like this:
          CALL CUSTOMER-FUNCTION '104'
               EXPORTING
                    CAUFVD_IMP    = I_CAUFVD
                    AFVGD_IMP     = I_AFVGD
                    AFRUD_IMP     = E_AFRUD
               IMPORTING
                    AFRUD_EXP     = LS_AFRUD
               EXCEPTIONS
                    ERROR_MESSAGE = 01
                    OTHERS        = 02.
      CASE SY-SUBRC.
        WHEN 0.
        WHEN 1.
          MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO WITH
                  SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4
                  RAISING CONF_DATA_FALSE.
        WHEN 2.
          MESSAGE E174 RAISING CONF_DATA_FALSE.
    How can I throw the exception when there is no exception defined in the function module interface without modification?
    As 2. option I wonder if it is better to implement the check logic in the BADI WORKORDER_CONFIRM Method AT_SAVE. This has got an exception ERROR_WITH_MESSAGE. But I don't know if this will lead to CO16N registration of the confirmation.
    Any hint how I can solve the problem to apply the online checks in CO11N also to PDC interface confirmations with CO16N in error case?

    Hi Michael,
    First, I think that the BAPI that you are looking for is: BAPI_PRODORDCONF_CREATE_HDR
    Second,
    I don't think that in the framework of such a forum it can be explained in detail how to use BAPIs; nevertheless, here are some highlights:
    A BAPI is an executable piece of code that can be called from either an external program within SAP (Z program), or called from an external system either via RFC, or as a web service (depends on your NetWeaver  release).
    As such, it has input (import) data that you transfer when you call it, and output (export) data that you recieve when it ended processing.
    More detailed information, documentation, and a description of the import/export parameters, as well as error handling, one can find in SAP by calling transaction BAPI.
    Regards,
    Mario

  • Restricting Good Receipt Unless Production Order Confirmed

    Hi
    Experts,
    I want to Restricting Good Receipt Unless Production Order Confirmed
    I am doing following thing but the error is occured.
    Use Tcode BS02 ( Customising USer status profile).
    2. Select the order type which you want to configure (eg:PP000001) and choose "Details" button.
    3. In the User status table do the following:
    a. In the status no field type"1" , status field "Sta1", short text"GR not allowed",  lowest no "1",  Highest No "2". Mark a tick in the initial stats check box.
    b.Next line, type status no field "2" ,status field "sta2", short text"Gr allowed", lowest no "2" , highest no "2".
    4. Select the STA1 line and choose details. select the "create"button.select the "GR for prod order", mark "forbidden
    radio button" and "set radio button".
    5. Select the STA2 line and choose details. Selct the "create"button. select "confirm order", mark "permitted radio button" and "set radio button". Next choose "GR for prod order" , mark "permitted radio button".
    6.Save.
    Create a prod order and check whether the required scenario is working.
    I have created user status profile as PP000001   GR
    ERROR
    First define allowed object types
    Message no. BS218
    Diagnosis
    The object types for which a status profile may be used define which business transactions are included in business transaction control.
    Procedure
    First define for which object types this status profile can be used.
    What is object type how to define?
    Thanks & Regards
    Pert

    Hi,
    Refer to the below thread which addresses the same need:
    Re: GR not allowed :BS02
    Revert if you face any issues.
    Regards,
    Vivek

  • Production order confirmation problems

    My production facility has been having problems for years centered around the production order confirmation process.  My colleagues and I are considering submitting an OSS note to SAP, but figured that we should present our problems in these forums before making that next step.
    Here are some individual issues which I believe may be related.  All of these issues occur off and on at random.  They will typically occur when more users are working in the SAP system or when SAP is running slow.
    - When an order is confirmed and a label is printed, sometimes the quantity on the label will be incorrect.  Sometimes no label will print out at all.  When the order is unconfirmed and then reconfirmed again, a label prints out with the correct quantity.
    - When a confirmation is unconfirmed, the unconfirmation will not backflush the associated materials correctly.  Sometimes this error will appear in CO1P for us to re-confirm, but not always.
    - Sometimes confirmations will only backflush certain materials and not ALL the components within the production order.  When the confirmation is unconfirmed and then reconfirmed again, the confirmation will backflush all materials correctly.
    These problems occur at random intervals and never present the user with an error.  Close to 100% of the time all the confirmation issues will be corrected by simply u201Cre-doingu201D the confirmation as we did the first time (no changes in the process).  Only the second time around there will not be any issues.  This leads me to believe there is some internal issue with SAP, perhaps involving which tables CO11N pulls from when a confirmation is made.
    Any and all help is appreciated.  We currently run the AFS version of SAP.  This is my last stop before submitting an OSS note.

    Hi,
    I have not worked on AFS, so consider the below as a pointer which might help:
    When you post confirmations & notice that the components are not being backflushed, check in COGI it could be that there are some incorrect goods movement. You will be required to clear these entries from COGI.
    I suspect that you notice these because, the confirmations are being posted even before the stock for the same has been received & hence the issue with labels as well.
    Do a check on the above, if it resolves the issue, then i would suggest re-design the process to ensure you do not have COGI or COFC entries.
    Also do a search in OSS for AFS specific notes on confirmation.
    Hope it helps.
    Regards,
    Vivek

  • Goods movement tab in production order confirmation

    Hi Gurus, please suggest me with the solution for my requirement.
    while performing production order confirmation, some user should be restricted to see goods movements and some can. how is can me done?
    Thanks in advance.

    Dear,
    Please refer my reply from this link,
    [CO15/CO11N  Goods Movement Screen Hide or Non-editable  |CO15/CO11N quantity column should be non editable in Goods Movement Screen]
    Regards,
    R.Brahmankar

  • Production order confirmation document

    Hi All,
    After carrying out production order confirmation, material document generated is not displayed at the front end.Instead we get messege that "confirmation of order XXX is saved".We have to view that in MB51/COOIS .
    How to display confirmation material document number ( Not confirmation number ) in the front endscreen. This is required as user can write down document number at the time of confirmation for his record.
    Whether there is any option?
    Regards,
    Milind.

    Hi,
    Do the below given settings to print your confirmation document after you confirm the production order.
    Go to OPJ8, check on print confirmation.
    Now you do the confirmation. You will get the confirmation slips.
    Thanks
    Muthu

Maybe you are looking for

  • Why do I have 2 hard drives?

    Why does my computer have 2 hard drives listed in the storage section?  I am running low on storing and it looks like the other hard drive is not even being used (Mac HD2).  How can I combine them or use some of the storage on the Mac HD 2?

  • What happened to my View Source menu item?

    I'm pretty sure that I used to be able to view the coded contents of web pages in the past. I just tried to do this with a web page and my "View Source" selection item under the "View" menu is gone. Am I mistaken that Firefox used to have this featur

  • Picking Relevancy of Service Line item in Inbound- a Challenge

    Hi experts I have a challenge. There is a Subcontracting PO having 2 line items, 1st one is Trading product which is the physical finished product & 2nd line item is service line item( service material type). So Can we create a Inbound Delivery wrt P

  • Error in call to LoadPanelEx

    I am seeing this error intermittently when trying to load a panel from a UIR file.  The option to embed the project UIR files in the executable is selected. I am running CVI 2010 on Windows XP Professional, SP 3. Attachments: LoadPanelEx error.JPG ‏1

  • How to restore my notes after syncing to itunes.

    How can I get my Notes back from my Iphone after I syncing the phone.