Exit in tr co11n

Hi Friends,
     I want to write a exit for transaction co11n. My functional consultant has given me the exit name. But my main doubt is in which transaction i have to write the code ie whether in tr SMOD or CMOD. Can any one suggest me.
And also ple explain me why we use SMOD and CMOD transactions and how to findout the exit.
Thanks in Advance,
regards,
desha.

Hi Desha,
These are the avialble enhancements for CO11N Transaction.
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 
<b>Reward Points if this helps,</b>
Satish

Similar Messages

  • Need User-Exit / Badi For CO11N selection screen

    Hello Gurus,
    I need to add an extra functionality in the selection screen of the Tcode CO11N .Can you suggest some user exit or badi for the same .
    The Functionality is : We need to make the field 'Reason' as mandatory whenever there is an entry in the field 'Scarp' .
    Waiting for your valuable suggestion on this .
    Regards,
    Abhijit Mandal

    Hi,
    Followings are Enhancement or BADI for Tcode-CO11N
    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
    Regards.

  • User Exit for Transaction CO11N Transaction

    Hello Friends,
                             I have a requirment , In the Transaction C011N , When I specify the Order Number, When I am confirming the Production Order , I want to compare the Item Level Material with some manipulated data .... But I am not getting the Item Level Information , Can any one tell me which User Exit should I use ......
    Thanks & Regard
      Nagaraj S

    CHeck these...
    CONF0001            Enhancements in order confirmation
    CONFPI02            Process order confirmation: Customer spec. input checks 1
    CONFPI06            Process order confirmation: Actual data transfer
    CONFPM02            PM/SM order confirmation: Customer specific input checks 1
    CONFPP06            PP Order Confirmations: Actual Data Transfer
    CONFPS01            PS confirmation: Determine customer specific default values
    CONFPS02            PS confirmation: Customer specific input checks 1
    CONFPS03            PS confirmation: Customer specific check after op. selectio
    CONFPS04            PS confirmation: Customer specific input checks 2
    CONFPS05            PS confirmation: Customer specific enhancements when saving

  • Screen exit for co11n and problems in writting the PBO and PAI Logic ?

    Hi People,
    I am developing a screen exit for transaction co11n. I have found the exit ( CONFPP07 ) ... I created a project and have
    assigned this exit and activated the project. I have created a field named SHIFT  on clicking this field i have to give three
    possible values (a,b,c  ) and i have to store these values in some table .......... now my problem is in which include i
    have to write PBO and PAI logic ... should i have to write pbo logic in the include provided in the exit
    EXIT_SAPLCORU_S_100 and PAI in EXIT_SAPLCORU_S_101.......or .........Can any tel me what should i have to do to
    meet the requirements... and in which structure i have to add this field so that it gets stored in some table.
    Thanks in Advance.

    Hi,
    Use the includes in the program SAPLXCOF given in CONFPP07 Exit.
    You may use include zxcofzzz ( for Subprograms and Modules )
    by creating it upon double click.
    Regards,
    Wajid Hussain P.

  • Screen exit for co11n ?

    Hi People,
    I got a requirement for developing a screen exit for transaction co11n ..... I want to know what are all the screen exit
    available for this transaction ( I have the progrqam that shows the list of ext available for the transaction, but how to find
    out thescreen exit in this list ) and the steps to find out the screen exit and the procedure to implement it. ?
    Thanks in advance.

    Hi,
    Use the following link to find the sceen exit.
    http://www.sap-basis-abap.com/abap/how-to-find-a-screen-exit-in-a-given-sap-standard-t-code.htm
    1. Go to tocode smod.
    2. Give the exit name in enhancement
    3. You will get function exits, screen area and menu exits for  
        this enhancement
    4. Go to the Screen area
    Regards
    Guru

  • User Exit : Co11n Production Order

    Hi All,
       I am having scenario in which user can do partial/full completeion of order.
    1. First i am creating Production orders through CO01.
    2. I am using trx CO11n for confirmation.
    3. I am using MB31 for relese of these orders.
    Now my requirement is that during Co11n only i want to call MB31 through exit and want to perform partial/full confirmation.
       Please suggest me any useful exit.
    With regards,
    Pravin

    Hello Pravin,
    There are couple of exits available in Co11n however u need to be careful while giving call to MB31 as both the transactions are very critical and any one failing can create problem. u will have to critically test the program once developed. One major issue which u are going to face is in case MB31 goes through and CO11n fails then what do u do with MB31 which is already commited. Think abt these issue and then take a decision.
    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

  • User exit for GR without GI

    Dear PP Gurus,
    My client scenario is
    Issuing material to production order is thru' MB1A
    Confirming activities is thru' CO11N  &
    Goods recpt is thru MB31.
    Unless n untill i issue all materials as per BOM ,
    system should not allow me to do Goods receipt.
    Pls. let me know the user exits while doing
    CO11N & MB31.
    Points will be rewarded.
    Thanks in advance.
    Regards,
    Nagraj Vasmate

    Implement the Badi WORKORDER_GOODSMVT in this there is method  MANUAL_GOODS_RECEIPT under that
    write this code
    if_ex_workorder_goodsmvt~manual_goods_receipt.
    data: lt_resb  type standard table of resb,
          wa_resb  type resb.
    select * from resb
      into table lt_resb
      where rsnum eq i_order_header-rsnum
      and   xloek eq space
      and   bdmng <> 0.
    check sy-subrc eq 0.
      loop at lt_resb into wa_resb.
        if wa_resb-enmng < wa_resb-bdmng.
          message e499(sy) with 'Order is not fully consumed. Processing is STOPed'.
        endif.
      endloop.
    endmethod.
    Regards,
    Ajay Nikte

  • Add User Exit

    Hello,
    I need to add a user exit in transaction CO11N.......After you enter the order no in CO11N...it should check whether sales order costing has been performed for that material or not.
    If not it should give an error and not proceed further.
    Regards,
    Devang

    Hi,
    just search in the internet "support" and "SAP" you'll find a link like this:
    http://service.sap.com/support
    enter your S user (given from SAP, the one thats used to log in at SDN forum), tick Support Portal, go to "Help and Support" enter your search term.
    best regards, Christian

  • CO11 and CO11n

    Hi,
    I have struck with one problem
    when i try to cnfrm the order in CO11N i m gtng the error
    Saving not necessary, data was not changed
    But when i try to save the same order in CO11 it is saving
    Please help em out
    regards
    sravanthi

    Dear Sravanthi,
    i think there is some user exit activated to CO11N which is stopping you, while confirming in CO11N
    Just check with ur Abaper
    Regards
    Madhu

  • Problems in activating the structure CI_Aufk for enhancemant CONFPP07 ?

    Hi ,
    I got a requirement for developing a screen exit for transaction co11n ( i used CONFPP07 exit ) so i have added four
    field in the screen and added four field in  EXIT_SAPLCORU_S_100 --->  CAUFVD -.> CAUFVTAB-> CI_AUFK . now
    my problem is when i try to activate the structure ci_aufk ,  it runs for some 20 minutes and tels some program has
    taken maximum time so it was forced to terminate.....can anyone tel what should i do now to activate this structure ?

    issue not yey solved.

  • CO11N User exit control

    Hi,
    I don't capture user-exits when press Goods Movements (sy-ucomm = MB03) and Save buttons in transaction CO11N.
    I use the following user-exit:
    FUNCTION EXIT_SAPLCORF_102 >>> Include          ZXCOFU12
    Can you help me please.
    Screen Image: http://i53.tinypic.com/2ef2rtv.jpg
    Best Regards.

    Im not creating blank message
    i use the a term but the problem is, when i first hit save button and see the error message,than  i hit enter button to pass the message and make the input fields editable again. But sy-ucomm is still equal to BU so it show the message again and again and i cant return to normal input screen. And if i make the message type 'S' i cant block the saving process.
    I have to option first i will use type E message but i have to get over the problem above, or i will use type 'S' message but i have to stop the transaction after this message. I used type E like S or type S like E. They didnt work.

  • CO11N User Exit

    I am using the CONFPP05 enhancement to do some variance checking on production order at time of save.
    The program checks all material planned qty and actual qty and if there is a variance of more than 5%, A BTCI is triggered into transaction CO03 -> GoTo > Costs > Analysis and the document is sent to the printer.
    This works fine for all material checking.
    One more requirement is to check planned labor qty vs actual labor qty. However at time of save (in CO11N) the user has the ability to change actual labor qty. The database does not reflect these changes until after save (once user exit has finished processing), this means my program always finds variance AND the costs analysis report does not get updated with the actual labor qty.
    Is there a workaround for this or a way I can get the costs analysis report updated before printing. Is there any way I could print the report Post Save processing for CO11N?

    Hi,
    Refer Re: User Exit for CO11n

  • ABAP-User Exit CONFPP05 (T-code co11n) ---- Duprec exception

    I'm currently working on user exit CONFPP05 (T-code co11n)
    I'm trying to validate shift hour not more than 8 hours.
    total_jam = v_iserh + v_ism01 + v_ism02 + v_ism04 + afrud_tab-ism01 + afrud_tab-ism02 + afrud_tab-ism04.
    IF total_jam > 8.
       MESSAGE 'Jam Total Shift > 8 !!!' TYPE 'E'.
    ENDIF
    and I'm facing a problem, when i give error message with type E.
    When the program execute that error, the program succesfully run the error message, buat after that, when I press ENTER or SAVE button, it give me runtime error
    here I catch some error
    "Exception condition "DUPREC" raised."
    Error analysis A RAISE statement in the program "SAPLCORB" raised the exception condition "DUPREC". Since the exception was not intercepted by a superior program, processing was terminated.
    Short description of exception condition:
    For detailed documentation of the exception condition, use
    Transaction SE37 (Function Library). You can take the called
    function module from the display of active calls.
    Trigger Location of Runtime Error
    Program                                 SAPLCORB
    Include                                 LCORBU08
    Row                                     100
    Module type                             (FUNCTION)
    Module Name                             CO_RU_DI_AFRU_INSERT
    How can I deal with this problem?

    Hi
    Keshav is right. To display the messages see SAP Note 406633 - No information messages from customer exit. For further information see SAP Note 367489 - Customer exits of confirmation.
    Regards
    Eduardo

  • User Exit for CO11n transaction code

    Dear friends,
    I have a requirement that in T-Code CO11n the user enters the order confirmation and when they go for the goods movement, the screen shows the BOM list with quantities.
    My requirement is that the user will put one quantity for the main material and the rest of the quantities should be calculated through the input value and appear in the respective fields.
    For that I need an enhancement so please suggest me a userexit or any possible solution for the same.
    Thanks in advance.
    Regards,
    Mubashir

    Hi mubhasir,
    The following are the list of available user-exits in transaction code co11n, go thru the documentation of all userexit in Tcode SMOD and choose a appropriate one for ur requirement.
    Reward points, if helpful....
    Regards
    Karthik D
    <b>Transaction Code - CO11N                    Single Screen Entry of Confirmations
    Enhancement/ Business Add-in            Description
    Enhancement</b>
    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
    <b>No.of Exits:         24</b>

  • Recall co11n in user exit

    Hi all...
    I'm currently on working with T-code CO11N (user exit : CONFPP05)
    I'm trying to validate user input..
    when the input isn't accepted, I want to stop transaction anda automatically call transaction CO11N again
    I tried to use CALL TRANSACTION 'CO11N'
    and it's successfully call CO11N again with blank field
    BUT....
    When I'm trying to reprocess from the recalled screen, it says that user from previous screen was still processing it, so Ican't continue...
    How can I deal with this problem?
    If possible, Can I do the following point:
    1. When CO11N is recalled, the field-text that i had filled before, automatically filled

    harishkumar.d
    I'd tried it.thanks...
    can I automatically fill text-field when I recall CO11N ???

Maybe you are looking for

  • Production Flow

    Is this the flow for production 1.Sales and Operations Planning SOP 2.Master Production Scheduling MPS 3.Material Requirement Planning MRP 4.Planned Order 5.Production Order(is Production order and Purchase order same?) 6.Purchasing (is this related

  • Project won't Open in iMovie

    I was working on my iMovie project, and I shut down the Macbook Pro with iMovie and the project still open.  When I went to go open it today, the project did not show in iMovie, and would not open. However, previous projects are there and will open. 

  • Hide the category name

    Hi, How can I hide the category name from appearing on the folder?? Basically I want the user's capabality to navigate to the Content area. Regads, Ranjit

  • Workflow variable visibility

    Hello IDM experts, I have a workflow which calls checkinView in com.waveset.session.WorkflowServices, setting user.viewoptions.Process. So the new process specified in user.viewoptions.Process is being launched, but doesn't look like it inherits any

  • Do we have a tentative date of when we can share folders?

    Last I heard, back in JUNE was that it was coming. I just finished shooting the Calallen HS Football and Cheer squads. It would be nice to have the coaches be able to view the folder and pick the images they want. Having to send links for 175 images