CProejcts 4.0: Relation b/w System Status, User Status & Processing Status

<b>Hi All,
Can any1 pls let me know where is the relationship maintained between System status, User stauts & Processing Status of a Project in cProjects? Ex: Project status in cProjects will be, say Created (I1700). But in the table level, it stores as "00" or "10" if its Released. Where is the relation between these maintained?
Your views would be highly appreciated..
Warm Regards,
Sujay G!</b>

Hi Sujay
The processing status of a project/phase/task is maintained in the DPR_project/phase/task table. in the field PROC_STATUS_OWN.
Its data element is: DPR_TV_PROC_STATUS_OWN and domain: DPR_PROC_STATUS. The value range of the domain specifies which value means what. eg. 00 -> CREATED
Regards,
Reema.
Pl award appropriate points to all useful answers.

Similar Messages

  • Allowed Transaction by system status in Process Orders

    Hi all:
    I have a problem manging the process orders, related to the system status and allowed transaction. The question is: How could I prevent the use of certains transaction (i.e. RFBU FI:Postings) when system status = TECO in one process order where status profile is not assgined (that is t003O-STSMA not filled)?.
    At this moment I have a lot of process orders in that status and I want to avoid the posting from FI just if the system status = TECO
    I will thank you very much for any help
    Best Regards

    As a standard setting, you will not be able to restrict the financial postings when an order is TECO'ed but you may do it through by enhancing user exit/ BADI in the respective transaction...

  • Add a system status in CS? and how is it related?

    Is it possible to add a system status (not the user status) in CS? (for equipments like status "INAC")
    If yes, how is the relation made between a GI of movement type 551 (scrapping) and a automatic change of status in transaction IE02.
    What I want is in case of a GI of 551 that SAP chooses my
    new status (SCRP) in IE02....

    Is it possible to add a system status (not the user status) in CS? (for equipments like status "INAC")
    If yes, how is the relation made between a GI of movement type 551 (scrapping) and a automatic change of status in transaction IE02.
    What I want is in case of a GI of 551 that SAP chooses my
    new status (SCRP) in IE02....

  • Use of dynpro services is not possible in the current system status

    Hi,
    I am new to all of this and new to SAP. I will bew self learing my way into CRM SOA,  working with the web service creaiton i keep getting the following errlr when rtying to Activate a new created web service:
    "Use of dynpro services is not possible in the current system status"
    not knowing the system that well i wonderin if there is missing configuration. This is CRM 7.0
    Exception Class CX_SY_SEND_DYNPRO_NO_RECEIVER
    Error Name DYNPRO_SEND_IN_BACKGROUND
    Program SAPLSKEY
    Include LSKEYU03
    Line 33

    Hi Keith,
    Welcome to the SCN forums!
    SAPLSKEY
    You should first check your Abap dumps using tranaction code ST22, this usually provides more detail on the problem.
    In this case I think it's trying to return a screen (or pop-up message) that can't be handled while activating the web service. The "SAPLSKEY" tells me that it might be licence related, do you have a valid developer's licence for Abap development work? If not apply for one (find out the procedure from other Abap developer's that you may work with) & check if that makes a difference while activating.
    Regards, Trevor

  • How to get user status in place of system status - B2C

    Hi,
    In our requirement for  B2C webshop, we need to replace the user stattus with the system status . In the standard B2C webshop, , we have only OPEN and COMPLETED orders, which related to system status - OPEN and COMPLETED.
    I want to get user status in place of system status.
    Please  help me how to proceed with the things.
    Regards
    Yaswanth.K

    Done using Custom RFC and jsp modifications!

  • FM for changing system status in Service Notification

    Hi all,
    I have a tough situation here.
    To change the system status in service notification, the system use "IQS4_CHANGE_STAT_NOTIFICATION".
    CALL FUNCTION 'IQS4_CHANGE_STAT_NOTIFICATION'
      EXPORTING
        i_qmnum                  =
        i_vrgng                  =
        I_CHECK_ONLY             = ' '
        I_SPRAS                  = SY-LANGU
        I_BEZDT                  = SY-DATUM
        I_BEZUR                  = SY-UZEIT
        I_POST                   = 'X'
        I_COMMIT                 = ' '
        I_WAIT                   = ' '
        I_REFRESH_COMPLETE       = 'X'
      IMPORTING
        E_VIQMEL                 =
        E_STTXT                  =
        E_ASTXT                  =
      TABLES
        RETURN                   =
    2 main fields are required; i_qmnum and i_vrgng.
    I am able to provide i_qmnum (as this is the service notification number that i need to change).
    However, i_vrgng is a field in table (TC33-VRGNG). The values in the table does not make sense to me.
    Example. To change the status to NOPR (Put in progress), the FM uses PPM2 or PPM6 for i_vrgng. If we take a look at the table TC33, it doesn't indicate in anyway how NOPR is related to PMM2 or PMM6.
    Is there a guideline (ie, to change status to OSTS, i use a certain value in TC33-VRGNG to run the FM)?
    Please see BAPI_SERVNOT_POSTPONE & BAPI_SERVNOT_PUTINPROGRESS for a clearer picture of what I'm saying.
    Thanks,
    Earl

    Please try using FM STATUS_CHANGE_INTERN for changing System Status as i was not able to find any link between status and the field provided in FM in ur post.
    This FM directly changes system status of any object.But this FM requires System Status Value not Text.
    NOPR, NOCO etc are system texts.The main table for system status  is TJ02T which will give u the status value for the status text.
    For eg NOPR status text will have status value as 'I0070'.
    Reward Points if useful
    Edited by: Pratyasha Shishodia on Mar 14, 2008 11:07 AM

  • User exit for Previous and current system status  for  5 transactions

    Hi Experts
    My Objective to capture the Previous and current status  of system status  for  5 transactions  in their  user exits .
    Description                                         Business Object               Transaction
    Production Order operations              BUS2005                            CO02 to edit Production Order
    Maintenance Orders                           BUS2007A                         IW32 to edit Plant Maintenance Order
    INTernal   ORDER                                 BUS2075                          KO02 to edit Internal Order
    WorkBreakdownStruct                       BUS2054                          CJ02 To edit the WBS element
    Project System Network                      BUS2002                           CN22 to edit Network
    Activities Network
    For Both Production order  and   Project System Network Activities Network    ,
    i got  User exit  "  EXIT_SAPLCOBT_001  " 
    But i am not sure whether we can use this or  not for our purpose . When i am changing status and  then saving ,  my  break point comes  to  EXIT_SAPLCOBT_001  .
    But  can we capture   JEST   or   JCDS  related  data   in that  user  exit  or  How can we capture both Previous status  and Current ( Means New changed status ) . For eg  From Released   to   Technically complete   etc.
    I want Status changed and its immedtiate previous status. 
    Do i need to check Exit  or BADI  before  and after Saving .
    Thanks
    Regards
    Gaurav
    Edited by: TheGaurav on Sep 8, 2011 10:28 AM

    Hi Himanshu
    Many Thanks for the reply . 
    I also had some other processing needs to be done on the basis of those status. .
    So do you have any idea or  how to find what all exits or BADIs  i can use for all of these 5 transactions , where
    i can get data for JCDS ( or JEST ) .
    CO02 to edit Production Order                 
    IW32 to edit Plant Maintenance Order
    KO02 to edit Internal Order
    CJ02 To edit the WBS element
    CN22 to edit Network        
    can we use   EXIT_SAPLCOBT_001  for    CO02  and  CN22   .
    Edited by: TheGaurav on Sep 8, 2011 1:21 PM

  • Need to change user & system status of trade promotion

    Hi,
    I have a requirement where I need to advance a user status if system status is changed based on some creiteria.
    Similarly a system status will be changed on a particular user status.
    Which table is updated for status of trade promotion? Which class/method can be used for it?
    Regards,
    Shikha

    Hello Shikha,
    Status management on the whole in CRM is pretty complex at the db level as there are so many nr of tables. So, i feel it is better not to go more deep.
    Individual application frameworks like one order, marketing has extended the status management for their needs which resulted in pretty good number of APIs for status related actions.
    Try the using the following methods of the class CL_CRM_MKTPL_APPL_BASE
    1) STATUS_READ --> to read the active status of the marketing object at that point of time
    2) STATUS_SET --> for this method pass the business transaction associated with the status of your marketing project.
    Hope this helps.
    Regards,
    Vinay

  • How to use of Business Trnasaction That set the system status in BS23

    Run Tcode BS23, If i give I0117 in left  bottom corner > Enter> Click on system Status I0117 Top Left corner > Press F6> system will go to system Status Cross reference screen
    Here we can find the Business Transaction  related information like Process That set the status, Process that deletes the status etc. ( business transaction like RMEP ,RMEZ ,RMUP )
    Above scenario i have depicted for  System Status DSPT. But
    Now my Question is very generic not for only I0117 System Status ( DSPT)
    But  from name of  business transaction how can we get idea that, this Business Transaction can be performed by which T Code,
    this Bu transaction is belogs to which module etc....
    How can I find help related to this business Trnasction from System / any report/ Programme from SE38 etc.....
    I am functional, Please explain me accordingly..
    Being Functional Consultant how can we get maximum help from this Business Transaction.
    Any help pointing to above querries would be appreciated.
    Regards
    Nitin

    Hi,
    Try transaction BERP.
    It will give  you the following info.
    1. See the business events available and the pupose they are meant fot
    2. Documentation for that particular event (here you can know where exactly it is called)
    3. Interface parmeters required in the custom FM
    4. A sample function module with the export import parameters.
    There are few more transaction which are usefull in Bte
    FIBF --> Maintenance transaction BTE
    BERE --> Business Event Repository
    BERP --> Business Processes
    BF31 --> Application modules per Event
    BF32 --> Partner Modules per Event
    BF34 --> Customer Modules per Event
    BF41 --> Application Modules per Process
    BF42 --> Partner Modules per Process
    BF44 --> Customer Modules per Process
    and Bte is attach to a process it works in similar way like workflow do, you can't exactly know the tcode by looking into the event but you can know it with the process for eg.
    This event is called while invoice printing.
    00705000     Invoice print: Exclude contracts
    and we can get more info by checking its description.
    Hope this will help,
    With best regards,
    Navneet Chaubey

  • Site System Status Error Message on SiteStat.log : SQL statement with Incorrect Syntax

    Hi Folks,
    We are getting the below system status error in the primary servers site status log (SiteStat.log) every minute. It relates to the updating of a secondary site.
    I have worked out where the SQL syntax is wrong (TimeReported=,) and that it more than likely relates to the day light saving settings last weekend on the secondary sites virtual's host which caused the secondary site server time to go way
    into the future, this has now been fixed.
    Is there anyway of removing/deleting this system status/SQL query?  I have restarted Primary, Secondary and SQL server, to no avail.
    Any help would be greatly appreciated.
    *** [42000][102][Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near ','. SMS_SITE_SYSTEM_STATUS_SUMMARIZER 01/11/2012 14:45:58 5756 (0x167C)
    ---->: Could not execute the SQL command:
    UPDATE Summarizer_SiteSystem SET Status=0,SiteCode='001',SiteSystem='["Display=\\SERVER\"]MSWNET:["SMS_SITE=001"]\\SERVER\',SiteObject='["Display=\\SERVER\D$\SCCM\"]MSWNET:["SMS_SITE=001"]\\SERVER\D$\SCCM\',ObjectType=0,Role='SMS Component 847496,DownSince=NULL,Replicate=1,PercentFree=76,WarnLevel=102400,ErrorLevel=51200,TimeReported=,AvailabilityState=4
    WHERE SiteCode='001' AND SiteSystem='["Display=\\SERVER\"]MSWNET:["SMS_SITE=001"]\\SERVER\' AND SiteObject='["Display=\\SERVER\D$\SCCM\"]MSWNET:["SMS_SITE=001"]\\SERVER\D$\SCCM\' AND Role='SMS Component Server' AND ObjectType=0. Will try again in 60 seconds. SMS_SITE_SYSTEM_STATUS_SUMMARIZER 01/11/2012
    14:45:58 5756 (0x167C)
    ---->: Clearing lost SQL connection and reinitializing it SMS_SITE_SYSTEM_STATUS_SUMMARIZER 01/11/2012 14:46:58 5756 (0x167C)
    Thanks
    JTeQ

    Yes, I know this is an old post, but I’m trying to clean them up.
    There is not supported way to fix this. As such I recommend that you contract CSS directly, they will work with you to solve this problem.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • System Status in QA32

    Dear,
    Can anyone explain me all the  SYSTEM STATUS  which are shown in QA32  with  Explanation  or can anyone provide me the link for it.
    Eg:-
    CRTD CHCR ,   CRTD CHCR SPRQ ,
    INSP RREC ,   INSP RREC PRII ,   INSP RREC PRII PRSI ,   INSP RREC SPRQ ,
    LKD CALC ,   LKD RREC ,   LKD RREC PRII ,
    LTCA CALC , LTCA CHCR ,  LTCA RREC ,   LTCA RREC PRII ,
    REL CALC SPRQ
    If more system status are there then plz provide me the complete detail.
    Thanks in Advance.

    Dear,
    Found nothing related to my Question , i.e, system status in qa32 .
    When an Inspection  plan is not made then System Status for a material is   CRTD CHCR SPRQ.
    After an Inspection Plan is created then the System Status changes to   REL CALC SPRQ.
    This kind of material is required for all the stated System Statuses.
    Thanks in Advance.

  • Contract Item System Status (Most recent system status)

    Hello folks,
    I am trying to extract Contract Item level System statuses by going through STATUS tab>SYSTEM STATUS area>STATUS ANALYSIS log icon>TRANSACTION ANALYSIS which are available in tables CRM_JSTO,CRM_JEST, and CRM_JCDS. However, I would like to get the most recent status changed. Can any body please help me to find out if there is any timestamp field in any other related table that I can use or any other function module.
    Thanks!
    Edited by: Shak Shak on Feb 6, 2012 8:27 AM

    Hi,
    you might already have checked the table CRM_JCDS.
    From that table you can retrieve the status history of a particular object. From status history you can identify the latest change based on time stamp.
    Thanks,
    Rajini Aleti.

  • System status CLSD is active (ORD 4000111)

    Hi Guru,
    I tried to execute MIRO transaction however I encountered the error "System status CLSD is active (ORD 4000111)"
    Diagnosis
    Object ORD 4000111 has system status CLSD(Closed). According to this status, transaction
    incoming invoice" is not allowed.
    Procedure
    You can only carry the requested function if this is allowed according to the status of the object.
    Please advise me how to correct the error.
    Thanks,
    Memarslon

    Hi Guru,
    Thank you, Here we encounter an error related to closed order when using MIRO.Could you pls help to check how to revoke closed status.
    Thanks,
    Memarslon

  • Regarding History of System Status in CRM BI

    Hi BW Experts,
       I am currently working on CRM datasources.I have analysed the standard datasources related to CRM Services (0CRM_SRV_PROCESS_I,0CRM_SRV_PROCESS_H,0CRM_SRV_CONFIRM_H,0CRM_SRV_CONFIRM_I). I am just looking for History of System Status ie) At what time and date the status is set. Can i able to get this informations in Standard datasources.
    Please help on this issue.
    Thanks,
    Jelina.

    HI
    Sorry for the late reply.
    we dont have routine for date but v have for the status..please go through the below code if it can help u
    PROGRAM UPDATE_ROUTINE.
    $$ begin of global - insert your declaration only below this line  -
    TABLES: ...
    DATA:   it_times TYPE STANDARD TABLE OF zbw_escl_times,
            wa_times LIKE LINE OF it_times,
            timestamp1 TYPE  timestamp,
            timestamp2 TYPE  timestamp,
            w_temp_timestamp TYPE string,
            w_temp_timestamp1 TYPE string,
            w_secs TYPE i.
    $$ end of global - insert your declaration only before this line   -
    FORM compute_data_field
      TABLES   MONITOR STRUCTURE RSMONITOR "user defined monitoring
      USING    COMM_STRUCTURE LIKE /BIC/CS0CRM_SERVICE_PROCESS_I
               RECORD_NO LIKE SY-TABIX
               RECORD_ALL LIKE SY-TABIX
               SOURCE_SYSTEM LIKE RSUPDSIMULH-LOGSYS
      CHANGING RESULT LIKE /BIC/AZCRM_O0100-/BIC/ZCRM_STAT
               RETURNCODE LIKE SY-SUBRC "Do not use!
               ABORT LIKE SY-SUBRC. "set ABORT <> 0 to cancel update
    $$ begin of routine - insert your code only below this line        -
    fill the internal table "MONITOR", to make monitor entries
    data: wa_usstat type /BI0/TCRM_USSTAT,
          it_usstat type table of /BI0/TCRM_USSTAT.
    DATA : w_usstat_txt TYPE /bi0/tcrm_usstat-txtsh.
    CLEAR : wa_usstat, w_usstat_txt.
    select single * from /BI0/TCRM_USSTAT into wa_usstat
      where CRM_STSMA = COMM_STRUCTURE-CRM_STSMA
       and CRM_USSTAT = COMM_STRUCTURE-CRM_USSTAT
       and LANGU = 'E'.
    result value of the routine
      w_usstat_txt = wa_usstat-TXTSH.
      RESULT = w_usstat_txt.
    if abort is not equal zero, the update process will be canceled
      ABORT = 0.
    $$ end of routine - insert your code only before this line         -
    ENDFORM.

  • Notification Status - System Status Object1- Message - 0STATUSNTF1_TEXT

    Hello dear Experts,
    I'm trying to figure out what status texts do the extractors 0STATUSNTF1_TEXT, 0STATUSNTF2_TEXT and 0STATUSNTF3_TEXT (System Status Object1- Message, System Status Object2- Message and System Status Object3- Message) bring to BW. I suppose they are related to the notifications, because these datasources are under QM-IO Quality Management Master Data. When I try to use transaction RSA3 they extract nothing.
    I tried searching the internet, help.sap and SDN with no results. Does anybody know anything of these datasources?
    Thank you very much,
    Isabela.

    Note 300300 - PSBW: Application of the status concept

Maybe you are looking for

  • Internet does not work. Modem is fine. iMac is fine. SOS!!!

    My iMac is connected to the internet via ethernet. For some reason my internet doesnt work anymore. I went through all the diagnostics and went through all the proper steps provided on the homepage of safari to try and get working myself. NOTHING.  I

  • CD read at 2.5 MB/sec, too slow?

    Hello! In the 2 weeks I've had my MacBook Pro (15", 2.2 Core 2 Duo, 10.5.2) i've noticed that CDs seem to read fairly slowly. THat is, more slowly than my old 15", 1.67 Ghz PowerBook G4. So, I decided to test that. I took a CD, and used disk utility

  • How do I change picture resolution from screen capture?

    If I want to take the image on the screen in Encore CS5 and save it as a photoshop picture the resolution is 70 DPI.  Is there any way to change this resolution?  I would like sharper pictures if possible, 100 DPI to 200 DPI if this can be done. Enco

  • SOAP Response Message Format for APEX Webservice

    Hi, Can anyone from Oracle post it here about the exact format of the response message from webservice in order to build a report on top of this? I have this format which is not working <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/so

  • Query to get the Cumulative salary from EMP

    SQL query to find out cumulative salary. EX: EMPNO ENAME SAL CUMSAL 1 AAAA 1500 1500 2 BBBB 1000 2500 3 CCCC 1250 3750