Exit for CJ20N where system status changes can be captured

Hi Experts,
I need exit for CJ20N where system status changes can be captured
for both the below cases
1) When WBS Element is having Networks inside it
2) when WBS Element is having no networks inside it
EXIT_SAPLCOBT_001  --->>>   ZXCO1U01  , will work for 1) , but not for 2)
i want an exit where status change gets captured for both cases 1 and 2 and
will do further processing according to client needs based on status change
Need to trigger IDOC on status change of  WBS element.
If WBS is having network inside it  , then network status changes also with WBS status change
and IDOC should trigger for WBS also.
I just want suitable exit  / place for coding . Rest i can do.
if no suitable exit / BADI , then what is the best possible place where i can go for Implicit Enhancement
Best Regards,
Gaurav
Edited by: TheGaurav on Oct 25, 2011 7:08 AM
Edited by: TheGaurav on Oct 25, 2011 7:12 AM

I am kind of stuck in a similar issue. I need to perform custom validations on standard fields which cannot be done through OPSI or OPUC transactions. 0007 or 0002 User exits seem to assist on custom field creations/validations. However, I do see people posting the following BADIs which may be useful.
CO_SRULE_CHECK
PROJECTDEF_UPDATE
WORKBREAKDOWN_UPDATE (which you already tried)
WBS_FIELDS_FOR_ASSET
CO_SRULE_CDOC
Let me know if any of these worked out...
AN

Similar Messages

  • Project system : system status changes log?

    Dear PS experts,
    Kindly let me know where i can see the Project Definition ; system status changes done by users as & when required.
    CRTD to REL
    REL to TECO
    TECO to REL (cancel)
    so on
    I wud like when the project status - system status changed by user thru any log report?
    regards
    srihari

    Hi...
    why don't you try the following:
    in project builder CJ20N (project definition) use the I (informaton button) where the System/User status ism and then in the next screen use the menu Extras->Changed Documents ->All.
    Next screen press button history...
    (or even CN60 transaction)
    i hope it helps
    pan

  • Project definition system status change details

    Dear PS experts,
    Request, kindly let me know which report is available to show the system status change from
    crtd to rel
    rel to teco
    teco to clsd
    we would like to analyse which date or period the system status changed thru edit-status
    from crtd to rel
            rel to teco
            teco to clsd
    we don't use any user status.
    i have checked cn60 & all reports from cn41 to cn47, but i don't get any report states about the change details of system status.
    pl help
    srihari

    thanx,
    can u pl tell me about cn60 std report, does this use for system status change or any other purpose, pl let me what purpose this report is available for us.
    i wanted to know only the changes taken place in project definition with regard to crtd to rel or rel to teco or teco clsd, there should some report which will give this data without touching the tables.
    pl help
    regards
    Srihari

  • Process flow for the Mid-year Status Changes based upon the Qualifying Even

    Hi Experts,
    I'm looking some information for the process flow for the Mid-year Status Changes based upon the Qualifying Events. Basically, I need to know, what would be the impact of these changes on various info types (Via IT0014 - Deduction changes & so forth) and the things that needs to be considered during it's Configuration and the things that needs to be checked due to the occurrence of the change. I would greatly appreciate any kind of help/document.
    Thanks a bunch in advance,
    Thanks,
    Exertive.

    Hello guys,
    Can anyone has any kind of input on this? Basically, I need to know the procees for Mid-year status changes based upon Qualified events. Any kind of help is greatly appreciated.
    Thanks,
    Exertive.

  • 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

  • Where are the changes in R3 captured in ROCANCEL, mapped to for Master data

    Hi Experts,
    I have now read extgensively about 0Recordmode and how it becomes part of the DSO and changes in R3, captures in ROCANCEL gets mapped to 0Recordmode.
    But when the datasource is a master data, such as 0Plant_Attr, which is going to flow into the InfoObject, 0Plant; we know 0Plant does not containt 0Recordmode as seen in the case of the DSO. So, without 0Recordmode, where are the changes in R3 captured in ROCANCEL, mapped to when it comes to master data, such as 0Plant
    Thanks

    Hi,
    0Recordmode is the BW concept in Delta Loading to DSO. It is not R/3 concept.. SAP has provided To make the BW system to understand the entire info about the delta. As you know this is mapped to ROCANCEL.
    ROCANCEL holds the changes from R/3 side.
    The delta process (how the data is transferred) for the DataSource is determined in the table ROOSOURCE(in the source system)
    Properties of the delta process are determined in the table RODELTAM (in BI). So Master Data Changes will be handled by this way.
    Regards,
    Suman

  • Where system status of inspection lot is saved??

    Dear All
    Where system status of inspection lot is saved?? Any table or structure

    1. Goto table QALS with PRUEFLOS = inspection lot
    2. Goto table JEST with OBJNR = QALS-OBJNR
    You will receive one or more records of status.
    Then go to  table TJ02T check here .........
    or
    Bapi
    BAPI_INSPLOT_GETSTATUS

  • System Status Change for Project Definition

    Hi,
    I am working on a requirement to notify the Project Manager when the Project Status changes to REL.
    I couldn't find any user exits where I can add the code to send an e-mail notification at the time of status change of the Project Definition or the WBS elements within the Project.
    I checked for events in Business Objects BUS2054(WBS) and BUS2001(ProjectDefinition) which might get triggered at the time of status change. I couldn't find any events relevant to Status Change.
    Any ideas how to handle this requirement ?
    Regards
    Bhooma

    I found a solution to this issue.
    Regards
    Bhoooma

  • System status change of WBS element

    Hi everyone,
    We need to change system status of WBS element programmatically.
    So can anybody suggest me which function module can I use?
    Thanks & Regards,
    Anirban

    system stauts is set when some function is executed e.g.
    REL is set when WBS is set to REL - CJ20N edit->status-> release
    SETC ise set when settlement rule on WBS is creaed
    BUDG is set when you carry out budgeting via txn CJ30
    so it depends on what system status you want set, then execute the following business transaction manually or via program/ development.
    However for setting REL or TECO you might be able to use some function modules
    For WBS elements I would check out the following
    CNIF_STATUS_2054               Set/Read Status for BUS2054                                     
    BAPI_BUS2054_GET_STATUS        Read Status for BUS2054 (Work Breakdown Structure)              
    BAPI_BUS2054_SET_STATUS        Set/Reset Status for BUS2054 (Work Breakdown Structure)         
    CNIF_STATUS_2054_CANC_AALK                                                                     
    CNIF_STATUS_2054_CANC_CLSD                                                                     
    CNIF_STATUS_2054_CANC_DLFL                                                                     
    CNIF_STATUS_2054_CANC_LKD                                                                      
    CNIF_STATUS_2054_CANC_MDLK                                                                     
    CNIF_STATUS_2054_CANC_TECO                                                                     
    CNIF_STATUS_2054_CANC_USER                                                                     
    CNIF_STATUS_2054_SET_AALK                                                                      
    CNIF_STATUS_2054_SET_CLSD                                                                      
    CNIF_STATUS_2054_SET_DLFL                                                                      
    CNIF_STATUS_2054_SET_LKD                                                                       
    CNIF_STATUS_2054_SET_MDLK                                                                      
    CNIF_STATUS_2054_SET_REL                                                                       
    CNIF_STATUS_2054_SET_TECO                                                                      
    CNIF_STATUS_2054_SET_USER

  • FM for getting the SYSTEM STATUS in pp order.

    hi,
    i wnat to know what is the FM used to get the SYSTEM STATUS in pp order.
    and the parametes needed t be passed.

    HI,
    1. go to tcode BS22 (Maintain: System Status) 
    2. look for the system status TECO. 
    3. Double click the field "TECO". 
    4. in the transaction control tab look for the business transaction "RMWA" or goods movement (you can type it in the lower left corner buttom box). 
    5. select the radio button from "Allowed" to Disallowed". 
    6. save your changes. 
    Here are the function moduels:
    SYSTEM_STATUS
    UPGI22_GET_SYSTEM_STATUS
    UPG_GET_SYSTEM_STATUS
    TMS_CFG_GET_SYSTEM_STATE
    Regards
    Sudheer

  • System status change with delegated standard object

    Hi everybody,
    I delegated BUS2005 (production order) to ZBUS2005 and created a new event based upon the system status MANC (I0420). It works fine when I use my custom object ZBUS2005 in BSVZ and this event is successfully triggered. But when I change this object to the standard object BUS2005 in the same transaction BSVZ, the event is not triggered. BUS2005 has been already delegated to ZBUS2005.
    Can somebody kindly tell me how this can be fixed? I want to see the standard object, BUS2005 in the trace, instead of my custom object.
    Thanks,
    Max

    Thanks Nishant,
    Well, I have created many events for other objects and delegated the objects.
    In all these cases, I can see the standard objects in the trace, not the customized objects. But in these cases, I didnt go for status change management.
    So, why dont I see the same standard object in the trace in this case of BUS2005? Even the setting in BAVZ has been done according to BUS2005, not ZBUS2005. So, I am expecting BUS2005 in the trace. Trace comes only when I change this BUS2005 to ZBUS2005 in BSVZ.
    Please give your comments.
    Thanks,
    Max

  • Enhancement/Exit for transportation zone while creating/changing customer

    Hi,
    I want Enhancement/Exit for chnging transportation zone while creating/changing customer.

    HI,
    I  used inmplicit enhancement .
    and change kna1-lzone
    but still previous value is store.
    no changes made.
    even i changed
    addr_chg = 'X'.

  • BAdi / user exit for QN complete (NOCO Status)

    Hello QM gurus,
    I want to make some custom validations on completing of the Quality notification. These changes have to be done for some specific notification types (eg: Q2/F2).
    The status set on 'Complete' is NOCO.
    Can anyone please let me know some BAdI or user exit where in I can code to make the custom validations?
    Thanks,
    Megha

    Thanks so much for your response.
    Can you please let me how do you figure out the Exits and Badi names.
    And
    When I debugged using exits given by you, QQMA0005 is being triggered.\
    But, this happens when a task is completed and when entire QN is completed.
    Can you please me how to identify the difference in the code.
    In both the cases, only T_VIQMSM  table comes populated. Rest all the initial.

  • IM: system status change on wbs

    dear all,
    how can I set status Clsd: closed in a wbs element?
    it can be changed automatically or it is changed only automatically?
    when the status of wbs becomes as CLSD? after what kind of operation?
    thank a lot
    V.

    thnak you so much..
    I follow your instuction but I can't close it.
    I have this error:
    You cannot deactive asset 21 0.  (Please check.)
    Message no. AY109
    Diagnosis
    The asset 21 0 in company code US11 cannot be deactivated. Values exist for the asset.
    You probably tried to give an order or a WBS element the status "Close", or to set a deletion flag.  However, since the order or WBS element is a capital investment measure, you first have to credit (clear) the accompanying asset under construction 21 0.
    System Response
    The function cannot be carried out.
    Procedure
    First, completely settle the order or the WBS element.  In addition, carry out a full settlement, in order to clear the asset under construction.  Then you can carry out the desired function.
    can you help me with this?
    thank you so much
    V.

  • User exit for MIGO and MIRO to change the GL account posting

    Hiiii
    I have a flow like this .
    When i create a PO --> i do a Goods receipt in MIGO transaction and there is a GR automatic posting that is done in backgroung
    i needa user exist which instead of sap doing the standard posting in let's a GL account No i want sap to use the Gl account No XXX
    When is then do a Invoice receipt instead of an IR posting will also be done.  I need a user exit where instead of using the GL account of the standard i use the GL account XXX
    please advise which user exit i can use.

    HI newbye82c,
    have a look at these exits/badi:
    Enhancement                                                                               
    MBCF0010                                Customer exit: Create reservation BAPI_RESERVATION_CREATE1    
    MBCF0011                                Read From RESB and RKPF For Print List in  MB26               
    MBCFC003                                Maintenance of batch master data for goods movements          
    MBCFC004                                Maintenance of batch specifications for goods movements       
    MBCFC012                                Set Cycle Counting Factory Calendar                           
    MBCF0002                                Customer function exit: Segment text in material doc. item    
    MBCF0005                                Material document item for goods receipt/issue slip           
    MBCF0006                                Customer function for WBS element                             
    MBCF0007                                Customer function exit: Updating a reservation                
    MBCF0009                                Filling the storage location field                                                                               
    Business Add-in                                                                               
    MB_DOCUMENT_UPDATE                      BADI when updating material document: MSEG and MKPF           
    MB_DOCUMENT_BADI                        BADIs when creating a material document                       
    MB_CIN_MM07MFB7_QTY                     Proposal of quantity from Excise invoice in GR                
    MB_CIN_MM07MFB7                         BAdI for India Version exit in include MM07MFB7               
    MB_CIN_LMBMBU04                         posting of gr                                                 
    Hope it helps,
    Matteo

Maybe you are looking for

  • MIGO of free goods,

    Dear Freinds, When i do MIGO for gree goods using Mv type 511, sytem is  giving  warning message enter text, can any body tell  me what text i have to enter, If i enter some text, system  giving error message" can not change movement type without ref

  • HT4906 how can I delete photos from my icloud account

    I would like to free up space on my icloud account.  can I do that by deleting pictures?  How can I delete the pictures?

  • Weird Runtime error, please help.

    I recently started teaching myself java from a book, I liked it so I continued reading the book etc. I got to the chapter where it starts to talk about swing classes. The examples previous to this chapter compiled and worked great. Althoug in the swi

  • Ios 4.2.1 won't connect to 'made for iPod' car stereo

    I wish I'd NOT updated from ios 3.1.3. Then I could listen to music on my iPod (touch, 2nd gen, 8gb) in my car via the car stereo (Kenwood KDC-W6541U) USB port with not problems. Ever since I updated to ios 4.0 (and 4.1 which didn't solve the problem

  • Password does not open keychain

    I can use my administrator password to open my Mac but this password is not accepted to unlock when I want to change System Preferences. An important reason why I want to change is that Date and Time preferences were changed without my input - believ