Table for WBS,Network , Activity from CJ20n

Hi All,
What's the table to check WBS, network and activity?
Thank you.
Best Regards,
Nies

Hi
Project it is PROJ table where Project is PSPNR.
WBS it is PRPS the field is PSPNR,
the link is PROJ-PSPNR = PRPS-PSPHI (PSPHI is the project definition).
Activity Table is AFVC and the link is
PRPS-PSPNR(WBS elements of PRPS) = AFVC-PROJN (WBS elements of AFVC).
Network table is CAUFV and the link is
AFVC-AUFPL = CAUFV-AUFPL
<REMOVED BY MODERATOR>
Thanks.
Edited by: Alvaro Tejada Galindo on Feb 22, 2008 2:54 PM

Similar Messages

  • Quality Inspection For WBS & Network Activity

    Hi All,
    In one our project scenario it is required that the qaulity inspection has to be perform for WBS or Network activity.
    Can anybody explain me the steps.
    Thanks,
    Vishal

    Dear Vishal
    QM in projects I dont think SAP has any solution currently available for this. Option available can be
    1) Create a WBS itself as Quality Inspection. You can capture all the QM activities in this particular WBS
    2) Create manaul inspection lot with reference to WBS and record the results.
    Regards
    Gajesh

  • How to make mandatory(usr01) field for level 1 wbs elements only from CJ20N

    Dear All,
    I have made mandatory for "PRPS-USR01" field from CJ20N transaction
    by using field exit. But mandatory field (usr01) is working for all wbs elements. I want to make this usr01 field mandatory for  LEVEL 1(prps-stufe), WBS ELEMENTS(prps-posid) only. Not for level 2 and level 3 wbs elements. Please let me know how to fix it.
    urgent.
    Regards,
    Karthik.

    You could envisage the use of validation rules in PS.
    Transaction OPSI or SPRO
    Create a validation with a message ID (Z)
    Create a step
    - prerequisite : PRPS-STUFE = '001'
    - Check : PRPS-USR01 <> ' '
    affect a message number
    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

  • Tables for PS Networks and Activities ?

    Hi all
    I'm working in some development for create a PS report for Projects. I investigated the structure is   Project-WBS-Network-Activity
    I know the table for Project is PROJ and the table for WBS is PRPS, but i don't know what tables are used for Networks and Activities.
    Does somebody know these tables ?
    Thanks
    Frank

    Hi
    I was checking the tables AFKO and AFVC, but i did not found some fields,
    1. Field APLZL does not exists in table AFKO, there is only a field APLZT. So, how can go from AFKO to AFVC ??
    2. Field SUMNE does not exists in table AFVC, there is only the field SUMNR, so how can i find if some record
    is Network or Activity ??
    3. About table AFKO, i search with field PRONR = Project;
       but how can i link the Networks(Orders) with their
       corresponding  WBS ???
    Thanks a lot.
    I really need help !!
    Frank

  • Logic for Activity Qty and its unit of meas for external network activity,

    Hi,
    For external network activity, controlling key PS02. I want to read Activity Qty and its unit of measure.
    Is there any function module or Bapi for this or any selection table logic?
    I have tried BAPI_PROJECT_GETINFO and BAPI_NETWORK_GETDETAIL but I am not able to get this field?
    If anyone has solution please let me know.
    Thanks.
    Prem

    Got the alternative solution

  • Change screen field network and upload additional wbs network activity

    Dear All,
    1st. How can i change the screen field company code in network header (assignment tab) to input or required. I tried OPUA but it doesnt show company code. In default  it shows that network header (company code) in display mode.
    2nd. How can i add additional WBS,network and activity using additional enhancement for easy use method. Or in other word, is there any enhancement program..not cj20n / cj20?
    really appreciate.
    nies

    Hi
    2nd. is there any other solutions? users donot convinience to use cj20n / or copy from template? is there badi /program upload to be used? in other words, users can maintain it in excel then upload it..
    Use this BAPI to create WBS elements
    BAPI_BUS2054_CREATE_MULTI
    Sorry for the my last post on the point 1
    The company code for network order is coming from thw WBS element, that you cannot change in network order. This is standard setting.
    Thanks
    S.Murali

  • Table for WBS status change with date

    Hi,
    Please assist me with a table name which should have WBS status with date on which statis was changed.
    Thanks,
    Manish.

    Hi
    You can use program (SE38) RBSVCDOC to track these changes. Else go manually in CJ20N to track these status changes.
    Use JCDS and JEST table for any other reporting on it.
    *Kindly mark your thread once your query is resolved.*
    Regards
    Saurabh

  • BAPI to update value of Progress Tab under Network Activity in CJ20n

    Hi  all,
    can anybody tell me about a BAPI that insert or update value of Progress Tab under Network Activity in Project System(CJ20n)?
    Thanks in advance.
    Regards.
    Sarbajit.

    Hey Sarbajit Majumdar , you'r try this BAPI .
            CALL FUNCTION 'BAPI_PROJECT_MAINTAIN'
              EXPORTING
                I_PROJECT_DEFINITION       = LT_PROJ_DEF
                I_PROJECT_DEFINITION_UPD   = LT_PROJ_DEF_UP
              IMPORTING
                RETURN                     = LT_RETURN_MAINTAIN
              TABLES
                I_METHOD_PROJECT           = LT_METHOD
                I_WBS_ELEMENT_TABLE_UPDATE = LT_WBS_UP
                I_WBS_ELEMENT_TABLE        = LT_WBS
                I_NETWORK                  = LT_NETWORK
                I_NETWORK_UPDATE           = LT_NETWORK_UP
                I_ACTIVITY                 = LT_ACTIVITY
                I_ACTIVITY_UPDATE          = LT_ACTIVITY_UP
                E_MESSAGE_TABLE            = LT_METH_MESSAGE.
    I hope this help you .
    Akkadech.T

  • Table for WBS budget booking

    Hello Gurus,
    Can anyone please suggest me tables from where I will be able to derive the following:-
    a) Budget at the WBS level 2
    b) The budgeted hrly rate
    c) Actual Hrs booked to the WBS level2
    d) Actual hrly rate to be charged to actual hrs booked.
    It would be nice if someone can provide me with this information.

    Hi
    I think you cannot directly get these values. You may use the below tables.
    (1) BPIG for Budgets. In this look for Object No. relevant for WBS i.e PR000....
    (2) For Actual Cost look in COEP tables
    Hope it helps
    Regards
    Babu

  • Table for WBS and employee information

    Hi,
    Is there a table where I can find information for which WBS elements an employee are allowed to record hours against?
    Thanks!
    BR,
    Linda

    Hi,
    If I go to transaction CJ20N, select a WBS element, choose Edit -> WBS Element -> Project team for WBS element, I get a list containing the employees that are allowed to record hours against this WBS element, and the allowed time-interval. I want to transfer this information to a third-party system, but I'm not sure how I'm going to collect the information. I cannot find the correct tables to collect this information.
    Does anyone have any suggestions?
    Thanks!
    BR,
    Linda

  • Table for WBS project status and budget.

    hi,
    i am being requested to have a report with project details with the PO and PR.
    but i were unable to find the table for the project status (TECO, REL) for a WBS element. may i know want table and what field they were being link?
    aside, may i know under what table does the "budget assigned" to a WBS element located at?
    thanks

    Hi Ben,
    in order to retrieve the status of a WBS element, please select into table JEST by object number (JEST-OBJNR = PRPS-OBJNR). This will give you an internal status code (JEST-STAT). Then go to table TJ02 with this internal code and select field TJ02-TXT04: this will give you the external status code.
    For the budget, go to tables COSP and COSS, selecting by object number (OBJNR).
    I hope this helps. Best regards,
    Alvaro

  • Mapping table for contact person download from ECC and Groupware

    There are 3 connected system in our landscape:
    - CRM
    - Groupware (connected to CRM)
    - ECC
    We have a requirement that the Contact Person can be created in any of the above 3 system and should flow to the other. So, the below scenarios are valid in our case:
    1.  Contact created in Groupware, flows to CRM ->ECC
    2.  Contact created in ECC flows to CRM-> Groupware
    3.  Contact created in CRM flows to Groupware and ECC
    Our flow system works fine and the contacts created in one system, flows to the other 3 and any changes also flow.
    The problem is that for the contacts created in ECC, the communication data (phone, email etc) flow in CRM and get updated in the "Work Address" section in the Contact display screen in Web UI and the updates from Groupware for communication data gets updated in "Main Address" section.
    Can anyone please advise what are the mapping tables for the address update when the contact is created in :
    - Groupware/CRM
    - ECC
    Regards

    Hi Christophe,
    Thanks for the response.
    I checked for the notes you suggested, but having read it it doesnt appear to address my problem. Did you get this from SAP as fix to solve' specify the name of contact person' error in SMW01 ? Unfortunately even SAP isnt replying to me on this.
    I am also not getting any dump, all my queues are getting cleared in ECC and CRM. My error remains 'specify the name of contact person'. Interestingly when i tried to push the contact person directly as bupa_main..it too failed with the same error..more interestingly whenver my contact person tried to get replicated as bupa_rel..ecc does eat up a number assignment..but no record is created for it in ecc...the smw01 says partiaslly send ..receivers has error..
    Edited by: Hamed Kazi on Apr 19, 2011 2:33 AM

  • How to Read the internal table for the data download from the spool

    HI all,
    I have one issue regarding the spool ,we are getting the correct output as per requirement of  user but when we send the same to the user in pdf format they did notget the same.
    they are telling that the due date is missing from the pdf.
    Please advice me how to track the internal  table for the spool data converted intopdf in a readable format.
    the FM used for the above task is : 
    call function 'CONVERT_OTFSPOOLJOB_2_PDF'
    Please reply if any one worked on the same.
    Thanks in advance.
    Gaurav,

    Hi Wang,
    Please let me know how you solved your question.
    Points will be rewarded.
    Thanks,
    Arun.

  • Actual Cost not updating to Network Activity from CATS

    Dear All,
    Am back here for the expert suggestions / guidance.
    I am facing issue with respect to system not updating the actual cost in network activity / projects posted through time sheet i.e. CATS. I have planned my resource cost through work centre assigned with activity type, formula and cost centre. I have kept the employee master data in place with maintaining the 315 infotype. In CAT2 i am posting the respective time sheet on the particular network activity and am transferring the cost into projects by CAT5, the plan cost is getting updated but actuals are not hitting the projects.
    Kindly do the needful and suggest me if am missing something out of the track
    Thanks
    Praveen Mohanachary

    HI Gokul,
    There wasn't any error during confirmation and i have also checked in CN30 as well as COFC transaction. It is posting the time and the activity is getting the PCNF status set but there isn't any actuals posted. I used CATA for some activity and also used CAT5 for certain activity both are not posting actuals on projects.
    Thanks
    Praveen B M

Maybe you are looking for

  • Creating new order type in OPJH

    Dear friends,    I wants to create new order type for my process order in t.code OPJH. While creating so, i have given order category as "40" (for process order) & Order type as PI01. But system says that the key "PI01" already exist. But in the orde

  • FRM-40735: WHEN-VALIDATE-ITEM trigger raised unhandled exception ORA-06508

    Hi all, In Production instance we have an issue on AP invoice workbench, gives an error (FRM-40735 Post-Query Trigger On Quering Invoice ) when we retrieve the existing invoice data entered. For this we compiled the invalid objects and applied the pa

  • When using a interactive report I go to aggregate and no column are there

    When using a interactive report I go to aggregate, sum and go to choose my columns but I have no column there what am I missing

  • Reformatted computer and now nothing works

    Hi, I recentry reinstalled Windows 7 on my HP 584037-001 laptop due to some pretty bad computer problems.  The problems I was having prevented me from doing a back up.  I successfully reinstalled windows but now none of the drivers are working includ

  • Ridiculously slow mdadm reshape / grow

    I had a software RAID5 setup with mdadm and my onboard RAID-controller. It was a 4x1TB RAID5 giving me a total of 3TB. Yesterday I added one more 1TB disk with these commands mdadm --add /dev/md0 /dev/sdf1 mdadm --grow /dev/md0 --raid-devices=5 --bac