User Exit in CJ20N

Hi Experts,
I have already used Exit CNEX007 for some custom Screen.
Now I have to add Another field in CJ20N Tcode can you please tell me is there any other exit in which we can add the fields for WBS creation.

No, the Customer-exit for customer field in PS are
CNEX0003  PS: Customer specific fields standard project definition
CNEX0004  PS: Customer specific fields standard WBS element
CNEX0005  PS: Customer specific fields in process (standard net)
CNEX0006  PS customer specific fields project definition
CNEX0007  PS customer specific fields WBS element
CNEX0008  PS customer specific fields in process (net plan)
You have to use the same CNEX0007 (customer-exit are not mult-implementation BAdI...) just divide the customer screen in two areas.
Regards,
Raymond

Similar Messages

  • User exit for CJ20n (to check budget when create Reservation) for project

    Dear All,
    Plz advice, is there any user exit for CJ20n(project builder) in order to check available budget when we create reservation under a network/activity for a project?
    Many thanks in advance.

    Hi,
    Budget functionality is available against actual / commitment items, but n't against reservation of materials as there cane be reservation at projects or plant level. Morever there is no such user exit in CJ20N.
    If you can make developments of reservation agsinst network as committments items then budget functionality may work in that case.
    Hope this will help you.
    Regards,
    Rakesh Pradhan

  • Badi or User exit for CJ20N..Milestone date

    HI...
    I have to access the field of CJ20N fieldname (LST_ACTDT) (Milestone date).I have to send the alert mail using that value.
    But i am unable to get the BADI or user exit to get that value.I am using the BADI  WORKBREAKDOWN_UPDATE. But not reaching to solution.
    Can anyone help me out..

    Hi Priyank,
    Instead of that you can directly use the BAPI -BAPI_PROJECT_GETINFO
    CALL FUNCTION 'BAPI_PROJECT_GETINFO'
    EXPORTING
    PROJECT_DEFINITION           =
       WITH_ACTIVITIES              = 'X'
       WITH_MILESTONES              = 'X'
       WITH_SUBTREE                 = 'X'
    IMPORTING
      E_PROJECT_DEFINITION         =
      RETURN                       =
    TABLES
       I_WBS_ELEMENT_TABLE          = " send the pspnr value by appending in the table i.e. IT_WBS_ELEMENT-PSPNR
      E_WBS_ELEMENT_TABLE          =
       E_WBS_MILESTONE_TABLE        = "catch this in a internal table
      E_WBS_HIERARCHIE_TABLE       =
      E_ACTIVITY_TABLE             =
      E_MESSAGE_TABLE              =
    If u wish to have details of wbs only..by entering WBS ELEMENT in I_WBS_ELEMENT_TABLE u have to give
    WITH_ACTIVITIES X
    WITH_MILESTONES X
    WITH_SUBTREE X
    then only u will get deatils of corresponding wbs via bapi BAPI_PROJECT_GETINFO.
    In the milestone internal table you will have all the dates.
    Please refer to the function module documentation for further details.

  • User exit name which triggers when a save button is pressed in CJ20N

    Hi, does anyone knows which user exit is called when press the 'SAVE'  button in CJ20N transaction.
    Thanks

    hi,
    Below are the list of user exits available
    for cs02.
    PCSD0001            Applications development R/3 BOMS                           
    <b>PCSD0002</b>            BOMs: Customer fields in item                               
    <b>PCSD0003  </b>          BOMs: Customer fields in header                             
    PCSD0004            BOM comparison                                              
    PCSD0005            BOMs: component check for material items                    
    PCSD0006            Mass changes user exit                                      
    PCSD0007            Check changes in STKO                                       
    PCSD0008            WBS BOM: Customer-specific explosion for creating           
    PCSD0009            Order/WBS BOM, determine URL page                           
    PCSD0010            Order/WBS BOM, determine explosion date                     
    PCSD0011            Knowledge-based order BOM, parallel update                  
    PCSD0012            Customer - Mat. number/mat. number during material change 
    PCSD0013            Customer-specific processing of an explosion for BOM rowser
    Hope this helps !!
    Cheers
    Alfred

  • A user exit field in CJ20n to display in CAT2.

    Hi;
    Let me define my problem. I have a field in CJ20n which is created by user exit in the activity level.  The name of the field is "Effort to complete ".
    I want to show the value of this field in the CAT2 transaction in the "TOTAL" field or in a better way in an additional field (column) in the upper pane.
    Is it technically possible ?
    Kind Regards.
    Erkan.

    Activate Enhancement CATS0005 (SMOD) in a customer project (CMOD)
    - Add your field to CI_CATSDB, add field to customer screen disabling input and perform minimum development required in EXIT_SAPLCATS_005,  EXIT_SAPLCATS_008 and global data include ZXCATTOP (as you wont actually manage this field here)
    Activate Enhancement CATS0002 in the same project or another
    - In exit EXIT_SAPLCATS_002 fill your field
    Regards,
    Raymond

  • CJ20N User Exit

    Hi All,
    Please let me know which User exit can be used for T-Code CJ20N as I have to change projrct description (PRPS-POST1) and Investment profile (PRPS-IMPRF) on the basis of Project definition (PROJ-PSPID).
    I am not able to get any user exit for the same.Any i/ps will be appriciated.
    Thanks
    Rag

    Hi ,
    Try with  User Exit
    CNEX0003  PS: Customer specific fields standard project definition
    CNEX0006  PS customer specific fields project definition

  • User Exit/BADI while setting status as TECO for WBS in CJ20N

    Hi all,
    I need a BADI/User Exit which triggers when we try to set the status of WBS as 'TECO'  in CJ20N transaction.
    Please help.
    Thanks in Advance,
    Sagar

    Hi Sagar,
    Go through this Badis.
    AFABD_CHANGE
    DOCUMENT_MAIN01
    DOCUMENT_OBJ
    DOCUMENT_STORAGE01
    IHSA_LIST_EDITING
    IWO1_ORDER_BADI
    IWO1_ORDER_BADI
    MRO_CONTRACT
    MRO_CONTRACT
    NETW_DIR_PROCUREMENT_REF
    NETW_USER_FIELDS_F4
    PLM_CATALOG_IF
    PLM_CATALOG_IF
    PROJECTDEF_UPDATE
    PS_TRANSFER_DATES
    WBS_FIELDS_FOR_ASSET
    WBS_USER_FIELDS_F4
    WORKBREAKDOWN_UPDATE
    If Found Help Full Do Reward.
    Regards.
    Eshwar.

  • CJ20N BADI or user-exit when back without saving

    Dear all,
    I am looking for a BADI or a user-exit when the user press the back button in transaction CJ20N.
    Please note that the user don't want to ave in this case.
    Thank you for your help.
    Regards,
    Kevin MICHEL
    Moderator message: please (re)search yourself before asking, make use of available information/documentation.
    Edited by: Thomas Zloch on Oct 22, 2010 11:23 AM

    Hi venkatesh,
    put a breakpoint into method GET_INSTANCE of class cl_exithandler.
    Then do what you want to supervise. The method is called for all BADIs triggered. You will find out which one can be used.
    Please excuse the generic nature of my answer. I didn't know what you already tried.
    Regards,
    Clemens

  • Help to find user exit/BADI in cj20n to save requisitioner as use name

    Hi,
    I have requirement in cj20n. Please help me to find user exit or BADI for cj20n which saves requisitioner as user name automatically.
    Thanks,
    Roshani.

    Hi,
    Check this BADI :                   WORKORDER_CONFIRM.
    Goto SE18 ---> Give the above BADI name. If you want to create go to SE19 and use the above definition to create.

  • User Exit for TCode CJ20N to populate Project system user fields

    Hi team,
    need one support from your side..
    I am looking for User Exit for TCode CJ20N to populate Project system user fields on SAVE.
    I have found
    Enhancement        CNEX0001
    Short text         PS: User field
    which is exactly suiting my req...as it has USER Fields (USR08/USR09 )in export paramters..
    BUT it is not triggering on SAVE,,
    Any hint or is any other user exit/badi which have USER Fields in export paramters.
    Warm Regards
    Krishan

    Hi Krishnan,
    If you want a custom tab that contains User defined fields at Project level then you have to use CNEX0006 user exit. Before this you must declare your fields using the CI include CI_PROJ in the PROJ table.
    If you want a custom tab that contains User defined fields at WBS level then you have to use CNEX0007 user exit. Before this you must declare your fields using the CI include CI_PRPS in the PROJ table.
    In the PBO function module exit of these exits you must use the following statements as the first statement.
    MOVE-CORRESPONDING sap_proj_imp TO proj.
    MOVE-CORRESPONDING sap_prps_imp TO prps.
    In the PAI function module exit of these exits you must use the following statement as the last statement.
    MOVE-CORRESPONDING proj TO cnci_proj_exp.
    MOVE-CORRESPONDING prps TO cnci_prps_exp.
    The remaining programming as in the case any Screen Exit.
    Regards,
    Abijith

  • How to find User Exits/ Enhancments/ BADI's for T-code CJ20N

    Hi All,
        In T-code CJ20N, assume there are two fields A & B. User will input value in A, based on A value I need to fill B field. So I need to find first suitable User Exit/ Enhancment/ BADI.
    Kindly help me in this regard. Pls tell me how to find User Exit/ Enhancment/ BADI for a given t-code.
    Regards
    Jaker.

    Hi,
    Check the following , this might help,
    1. CNEX0037
    2.CNEX0038
    3.CNEX0039
    Regards
    Kiran Sure

  • User exit / Badi for fiedl validation in CJ20N

    Hi experts,
    While user saves a project in CJ20N, i want to do certain field value validation in project definition level and in WBS level. Please share which user exit / Badi i can use....
    - RK

    Used  BADI PROJECTDEF_UPDATE for project definition validation
    and write your code in below two method
    AT_SAVE
    BEFORE_UPDATE
    Used BADI WORKBREAKDOWN_UPDATE for WBS element validation
    and write your code in below two method
    AT_SAVE
    BEFORE_UPDATE
    Please let me know if you facing any issue related to validation

  • User exit /Badi for CJ20N

    Hi All,
    Can anyone plz tell me if there is any User exit /Badi for CJ20N which triggers at the time of releasing the project or after releasing saving the project.
    Thanks
    Pragya

    Hi,
    Put a breakpoint in the class cl_exithandler in method get_instance.
    Check any BADI is triggering at the time of release or save
    Regards
    Praveen

  • User Exit or BADI for CJ20N for sending an email

    Dear SAP Gurus,
    I want User Exit or Badi of Tcode CJ20N, for sending an email to the Managers whenever the status is changed.
    I want to know which User exit ot BADI will help me to do so
    Please do the needful.
    Regards
    Lakshmikanth K

    Plese check if enhancement CNEX0006 can be used for your requirement.
    Regards,
    Shyam

  • User Exit for checking Purchase Requisitioner Field in CJ20N Transaction

    Hi,
    I want user Exit for checking Purchase Requisitioner field while making PR through CJ20N transaction. I have trie EXIT_SAPLEBND_001 user exit. Problem in this user exit is I am not getting Purchase Requisitioner No & Item No in I_CEBAN
    structure.
    Please suggest what to do ?
    Regard's
    Shabbir

    Hi,
    You can check with this BADI ME_PROCESS_REQ_CUST. 
    Kindly refer below mentioned link for further details:
    Badi ME_REQ_POSTED  For CJ20N Transaction
    Hope this will help you.
    Regards,
    Mudita

Maybe you are looking for

  • Not getting updating in a table....

    Hi friends, Currently i working on integration of apex with ebs R12.....And i have successfully integrated following the rod west document.... I created one DB application in my sample schema that is associated with apex 4.0..... Application details:

  • Adobe Media Encoder cuts off video layer when the Ultra Key effect is applied

    I am working on a Mac (10.8.5) using the latest verison of Premiere Pro CC. I am using Ultra Key to remove the chroma key background from the "talent layer" and adding a "new background layer" behind the talent video layer. When I export directly fro

  • Adobe media encoder - export h.264 59.94fps 4096x2160 .mp4 file

    I have been trying to export footage from the following camera, the Sony PXW-Z100 and trying to export a h.264 59.94fps 4096x2160 .mp4/.mov file. I found this article and presets from Video Road, but am unable to get this specific combination working

  • [Solved] serial to usb not working - gpsbabel with garmin etrex

    I'm trying to transfer some data from an old garmin etrex gps via a serial cable (Startech.com 1 Port FTDI USB to Serial RS232 Adapter Cable with COM Retention) which claims to work with linux. However, I try: $ sudo gpsbabel -i garmin -f /dev/ttyUSB

  • Multiple Cost Allocation Structures in Single Business Group

    We are curently looking at solution design of creating multiple Cost allocation flexfield in single business group environment. Purpose : Based on organization structure (18 companies) , the finance consultants proposed multiple COA structures with d