User Status field on SAP Project System

Hi,
When view a project definition via tranx CJ20n, I see a field called User Status on tab 'basic data'.  When I do F1 to get the technical name, it referenced a field from the structure CNJ_STAT-STTXT_EXT.  How can I find out the table where the value for User Status are stored.
Please advise.
Thanks.

check the below tables.
TJ30   User Status
TJ30T   Texts for User Status
Field TXT30 Object status

Similar Messages

  • Where does Plan Version field store in SAP project system table?

    Hi,
    I would like to know where where does Plan Version field store in SAP project system table.
    The plan version that I m refering is the Plan Version 1 in the menupath u201COn the Project Info System: Progress Analysis: Initial Screen, Choose Settings > Value display > Plan versionsu201D.
    T-Code: CNE5
    Thanks.

    hi,
    try table TKA09
    regards

  • Table for user status field in CJ20n transaction project defination

    HI ALL,
    what is table for user status field in CJ20n transaction project defination creation. This field is in Basic Data tab.
    Thanks.

    Hi,
    Check following tables for Usre status:
    TJ30 - User status
    TJ30T - Texts for user status
    TJ20 - Status profile
    JEST - Object status
    JSTO- WBS status profile.
    Check this code:
    REPORT zps_get_userstatus .
    PARAMETERS: p_posid LIKE prps-posid.
    *-- Constants
    CONSTANTS: gc_yes(1)     TYPE c                 VALUE 'X',
               gc_no(1)      TYPE c                 VALUE ' '.
    *-- Variables
    DATA: l_objnr LIKE prps-objnr.
    *-- Internal tables
    DATA: BEGIN OF lit_jest OCCURS 0,
           objnr LIKE jest-objnr,
           stat  LIKE jest-stat,
         END OF lit_jest.
    DATA: BEGIN OF lit_jsto OCCURS 0,
           objnr LIKE jsto-objnr,
           stsma LIKE jsto-stsma,
          END OF lit_jsto.
    DATA: BEGIN OF lit_status OCCURS 0,       "Combination of JEST & JSTO
              objnr LIKE jest-objnr,
              stsma LIKE jsto-stsma,
              stat  LIKE jest-stat,
            END OF lit_status.
    DATA: BEGIN OF lit_usrsta OCCURS 0,       "Uer status for all wbs
             objnr LIKE jest-objnr,
             stsma LIKE jsto-stsma,
             stat  LIKE tj30t-estat,
             txt04 LIKE tj30t-txt04,
           END OF lit_usrsta.
    DATA: BEGIN OF lit_usrtxt OCCURS 0,       "User Status text - TJ30T
            stsma LIKE tj30t-stsma,
            stat  LIKE tj30t-estat,
            txt04 LIKE tj30t-txt04,
          END OF lit_usrtxt.
    * get WBS object number
    SELECT SINGLE
         objnr FROM prps
               INTO l_objnr
               WHERE posid = p_posid.
    * get WBS active status from table JEST
    SELECT
          objnr
          stat
               FROM jest INTO TABLE lit_jest
               WHERE objnr =  l_objnr AND
                     inact <> gc_yes.
    * get WBS status profile from table JSTO
    SELECT
          objnr
          stsma FROM jsto
                INTO TABLE lit_jsto
                WHERE objnr =  l_objnr.
    * combine JEST and JSTO table for user status
    LOOP AT lit_jest.
      IF lit_jest-stat CP 'E++++'.
        READ TABLE lit_jsto WITH KEY
                            objnr = l_objnr.
        IF sy-subrc = 0.
          lit_status-objnr = lit_jest-objnr.
          lit_status-stsma = lit_jsto-stsma.
          lit_status-stat  = lit_jest-stat.
          APPEND lit_status.
        ENDIF.
      ENDIF.
      CLEAR: lit_jsto, lit_status.
    ENDLOOP.
    *  get text for user status
    SELECT DISTINCT
             stsma
             estat
             txt04 FROM tj30t
                   INTO TABLE lit_usrtxt
                   FOR ALL ENTRIES IN lit_status
                   WHERE stsma = lit_status-stsma AND
                         estat = lit_status-stat  AND
                         spras = sy-langu.
    Let me know if you have any question.
    Regards,
    RS

  • System Status & User Status Fields/Tables for PM Order

    Hi All,
    May I know the PM Order System Status & User Status Field Names & Tables??
    Sundar

    Dear,
    Table- JEST  to get the status of the order &
    Table- TJ02T to get the text for the internal status & TJ30 to get the text of external status.
    regards
    sunil

  • Interface between Microsoft Project and SAP Project Systems

    Hi,
    When we update SAP Project systems from Microsoft Project, our users want to swap values between project nodes id and description. Is this possible? Which BAPIs are used by OpenPs? I am trying to find a user-exit where I can swap these values.
    Thanks in advance.
    Regards
    Jitendra Pongurlekar

    Refer Note 579761. This can provide you some hint.
    Regards
    Sreenivas

  • Add: User Status field as a selection in IW28/29 "Display Notification"

    Hello,
    Is there a way to add the "User Status" field into the IW28/29 "Display Notification" selection of notification menu.
    THanks.

    Hello,
    Please try this way:
    you can use  fields Status included / Status excluded in the sub screen General Data/Administrative Data. Here you can include user status in the search help and then use this field to enter user status as selection criteria.
    On the search help you use in your system it is also possible to change from the system
    status entries to the user status entries with the help of a button "restrict values shift+F5" on your search help entries-screen.
    Furthermore it is possible to change the lay-out of your search help-screen for this transaction. So that two tabs appear when you ask for search help. One tab is about the system status and one tab is for the user status.
    To achive this, proceed as followed:
    Go to the field on which you want to select the search help. Activate the search help on this field (press F4). The search help entries will appear in your system. Press CTRL+F4 in the search help entry list.
    A pop-up screen will appear, go to the tab "settings current F4 help" mark the option under 'Dialog box'.
    Now when you select the search help again, you will see that there are two tabs (system and user status) from which you can choose your status.
    I hope the information is helpful.
    Regards,
    Jane

  • Do we have a separate forum for SAP Project Systems?

    hi
    do we have a separate forum for SAP Project Systems?
    regards
    kish

    hi all
    i got the answer
    its the PLM forum ie. product life cycle management
    Expert Forums  » SAP Solutions  » Product Lifecycle Management (PLM)
    cheers
    kish

  • IS-AFS and SAP Project Systems

    Hello All,
    Can we use SAP Project system in IS-AFS system?
    IS-AFS (Industry Solution - Apparel and Footwear Solution)
    Regards,
    Kumar Rayudu

    Hi
    Normally the project system is used for industries like construction, oil , gas.
    If you are manufacturing
    In your case i suggest you to go with PP(Production planning) module, basically Apparel and Footwear Solution you can with manufacturing process.
    can you please explain your business scenario?
    Thanks
    S.Murali

  • Updating a user text field in sap system form in Find Mode

    Dear All,
                    I created a Edit text field in Sap System form [FormType :149] -Sales Quotation. I want to update a value to the text while clicking OK button in Find Mode. the code is given below.
    If pVal.ItemUID = "1" And pVal.FormMode = SAPbouiCOM.BoFormMode.fm_FIND_MODE And (Not pVal.Before_Action) And pVal.EventType = SAPbouiCOM.BoEventTypes.et_CLICK Then
            oForm = SBO_App.Forms.Item(FormUID)
            oForm.Freeze(True)
            oItem = oForm.Items.Item("txtUID") 
            oEdit = oItem.Specific
            oRS = ConSBOdb.Execute("Select * from BG_CAMPAIGNSHDR where CMIDENT ='" & Trim(oEdit.Value) & "'")
            oItem = oForm.Items.Item("txtCampgn")         ' //  User created field
            oItem.Enabled = False
            oEdit = oItem.Specific
            If oRS.EOF = False Then
                oEdit.Value = oRS.Fields("CMNAME").Value
            Else
                oEdit.Value = ""
            End If
    end if
    while clicking the OK button, Based on the value fetched on the screen, I have to open a recordset and get the value.  But, the screen loads the value to the system textboxes. I could not get those value to run the Sql  in the event. it returns empty. Could any one help please how to solve this ?
    Thanks in advance.
    Manikandan.

    Hi,
    Try This..
    If pVal.FormType = 149 And pVal.ItemUID = "1" Then
                If pVal.FormMode = SAPbouiCOM.BoFormMode.fm_FIND_MODE Then
                    If pVal.Before_Action = False Then
                        If pVal.EventType = SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED Then
                            Try
                                oForm = SBO_App.Forms.Item(FormUID)
                                oForm.Freeze(True)
                                oItem = oForm.Items.Item("txtUID")
                                oEdit = oItem.Specific
                                oRS = ConSBOdb.Execute("Select * from BG_CAMPAIGNSHDR where CMIDENT ='" & Trim(oEdit.Value) & "'")
                                oItem = oForm.Items.Item("txtCampgn") ' // User created field
                                oItem.Enabled = False
                                oEdit = oItem.Specific
                                If oRS.EOF = False Then
                                    oEdit.Value = oRS.Fields("CMNAME").Value
                                Else
                                    oEdit.Value = ""
                                End If
                            Catch ex As Exception
                                SBO_application.MessageBox(ex.Message)
                            End Try
                        End If
                    End If
                End If
            End If
    Best Regards,
    Mahendra

  • Webclient - action in user status field

    Hello Folks,
    Can somebody give me a clue to create an action for the field user status?
    I´m using service tickets, and I need to advance a few days, depending of the user status.
    Any help is welcome.
    thanks
    Luiz David

    Hello Gary,
    Yes, I have to change it, in the screen, at sla view.
    And I have to change calculation rules for the due date for this ticket. I mean, dependind on the updates being processed in field user status, the sla date (due date) field, must be calculated again, and the new date must be shown in the screen.
    I know, when the user status is changed, a "submit" is made, in the ticket. My guess, it´s maybe there a possibility to create an action based on this field. Worst case a badi should be used. I don´t know exactly how does it works, or options to use here.
    Any info about, is welcome !
    thanks
    Luiz David

  • Difference between SAP cProjects and SAP Project System

    Hi,
    SAP already has a solution PS ( Project System ) for managing the projects in an Organization.
    When there is a solution already existing then why did SAP come up with a new solution cProjects ?
    Can any help me in understanding the main differences and advantages between cProjects and PS ?
    Thanks and Best Regards,
    Priyatham

    Hi.
    I have copied an SAP text below which sets PS, cProjects, (x)RPM and PPM into context.
    In the ninties, the Project System was developed within SAP R/3 to provide a powerful application with full integration into logistics and financials.
    Target groups were industries such as engineering and construction, automotive, high tech or utilities with focus on project manufacturing or large maintenance projects.
    Later on, the need for more flexible and easy-to-use tools supporting the new process methodologies, phased-based approaches, quality gates, and so on, emerged. SAP developed Collaboration Projects and Collaboration Folders (cProjects Suite), which takes these new requirements into account and provides extensive features to collaborate with internal and external partners using a HTML-like interface and Web Application Server technology.
    Thus, cProjects was able to address to a broader range of industries, such as service providers, offering a high degree of visibility and flexibility to support various scenarios from product development to consulting projects. Nevertheless, cProjects is seen as a complementary product to Project System, not as ist successor!
    It always depends on the scenario that a customer wants to cover, which application is the best choice.
    As another matter of fact, combinations of both are also possible.
    In addition to this, the new generation of composite applications was born and SAP xApp for Resource and Portfolio Management provides excellent capabilities to align operational project management with strategic portfolio management.
    The latest developments bring all these three applications tighter together and offers a comprehensive solution for project and portfolio management by covering logistical, financial and human resource aspects and addressing the needs of all stakeholders throughout the entire organisation.
    However, xRPM capabilities are not only restricted to project portfolios but can be leveraged to control all kind of portfolio items.
    Regards / Anders

  • Prevent User Status from being set by System Status

    Hello,
    I wonder if there is a standard way to prevent  setting some User Status as long as activity network is not released.
    Thanks in advance,
    Best Regards.
    Nir

    Hi Nir,
    Go through the link mentioned below,
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/a9/8a853488601e33e10000009b38f83b/frameset.htm
    Once you have read it thoroughly create a user status. Dont forget to select the object types for which this user status should work. Once you have created the user status, in the business transactions list, for the transaction Release check the radio button under Forbidden. This should fulfill your requirement. When you assign this user status to a Network or an activity it should prohibit the release transaction.
    Hope this helps.
    Best Regards,
    Gokul
    Edited by: Gokul on Jan 14, 2010 9:53 AM

  • Problem regarding SAP Project System & Material Management

    Hello Experts,
    please check our process as below:
    Order confirms than sales order and project will create
    material of BOM is assigned to any activity in project so these material (RM) will be procured and consumed
    assign activity for all work done on material to produce FG or SFG.
    confirm activity whenever any work done like fabrication done so confirm and its cost comes to WBS.
    than we have to subcontracting process so dispach SFG from this and receive after activity done by third party.
    than more work is done and confirm these activity. than after all work done we get FG in stock. than delivery from project.
    We are facing issue in above business process of our client as below:
    1. process of subcontracting using project system as we are not using production planning. how we get any SFG for subcontracting process.
    2. if we confirm all activities and consume all Raw Materials than how we will get finished good in our project stock for delivery.
    3. after delivery from project how sales order affects with regards to completeness of this sales document.
    Please help for this.
    Note: Remember we are not using PP cos customer require detailed report of these process and capacity planning etc.
    Thanks
    Sunil

    Hi Sunil,
    Assume this is my project structure & attached components. I will procure this components externally. After GRN, This components will be issued to network with 581 Q movement type.
    Now we need to assemble this raw material to produce our FG, As these SFG are in our project stock. What we need to do for assembly process through PS.
    Also throw some light over benefit of using PS-BOM interface ( CN33 ) for attaching material components.
    Project
    WBS
    Network
    Activity A
    Gears
    Qty - 1
    Activity B
    Blades
    Qty - 2
    Activity C
    Stand
    Qty - 1
    Activity D
    Connectors
    Qty - 1
    Regards
    Gaurav Ahuja    

  • ABAP PROXY - how to load a new field into SAP SNC system

    I am also curious about the proxy process. Please let me know if you know of a post that has mentioned this before.
    We have to customize our Delivery Schedule Notification proxy. I already regenerated the standard one into a Z proxy name. I already put in my custom code to load Z fields into a Z table.
    Here is my new problem. The users wants more additional fields.
    Here is the standard proxy generated layout for this structure:
    /SCA/BIF_S_DELIVERY_SCHEDULE
    CONTROLLER
    ID
    TYPE_CODE
    CREATION_DATE_TIME
    BUYER_PARTY
    VENDOR_PARTY
    BILL_TO_PARTY
    NOTE
    ITEM
    Here is the new proxy generated layout for this structure:
    ZDELIVERY_SCHEDULE_NOTIFICATIO
    CONTROLLER
    ID
    TYPE_CODE
    CREATION_DATE_TIME
    BUYER_PARTY
    VENDOR_PARTY
    SUPPLYING_VENDOR
    BILL_TO_PARTY
    NOTE
    ITEM
    Notice that SUPPLYING_VENDOR is the new field. VENDOR_PARTY is already loaded into the system. How can I get SUPPLYING_VENDOR loaded into the database?
    Thank you in advance for your assistance.
    Edited by: DAVID CRAIG on Jul 29, 2009 2:16 PM

    Hello.
    Thank you for the information.  I need to clarify my situation.
    I understand there is a PROVIDER CLASS.  Within that PROVIDER CLASS there is a METHOD.   Inside that METHOD there is a place for me to put my code in.  I have already done that work for a previous requirement.  I moved Z fields to a Z table.
    My new requirement has a field SUPPYING_VENDOR that was inserted into one of the SAP structures.  It was placed next to VENDOR_PARTY.
    Here are my steps of execution:
    1.  Go to transaction /N/SCA/ICH_S (SNC Supplier View)
    2.  Click on RELEASE
    3.  Click on RELEASE OVERVIEW
    4.  Click on GO
    5.  Click on DETAILS
    6.  Click on the SHIP-FROM LOCATION tab
    The SHIP-FROM LOCATION field is currently being populated by the VENDOR_PARTY field from the proxy.  This is done automatically by SAP.
    1.  How do I find the table and field name for that field?  This is in the Supply Network Collaboration screen, not normal SAP transaction.
    2.  How do I get that SUPPLYING_VENDOR data to populate SHIP-FROM LOCATION instead of VENDOR_PARTY?

  • SAP Project Systems

    HI Every One.. I am a new entrant in this field, kindly suggest me as to what are the prerequisites necessary i.e. basic clarifications  i should have before i move to implementation at the client side..
       Thank you

    Hi Vinayak,
    The base for the blue print is the out come AS-IS TO-BE study. You have to identify the application of PS in that company and accordingly you have to map it to SAP. I can give you some insight.
    Buying a new asset like machinery. This process can be implemented in PS as a project with WBS elements. Activity starts in FICO(releasing the budget) and executed in PS, finally handed over to production department. I just wrote in 2 lines, but the whole process involves lot of activities. It depends on the requirement.
    Another example can be construction company, where PS can be used extensively for each and every construction projects with many structures.
    If you can tell me the business process then I could explain about te integration with other modules. It entirely depends on how we are going to use it.
    I dont have any readymade document with me now, but will try to find.
    Hope this helps,
    WR,
    Sanjeev

Maybe you are looking for