Additional WBS element data in table PRPS

In case of item category ZEMP some indicators must be filled for WBS element at level 2 (stufe=2).
Indicators are as below
Field     Description     Value
PLAKZ     Indicator: Planning element     X
BELKZ     Indicator: Account assignment element     X
FAKKZ     Indicator: Billing element     X
how to fill these indicators in table PRPS

Hi ,
Not sure what u mean , in CJ02 plz mark the planning element , account assignment element,billing element for each WBS and check the table ..
regrds
pushpa

Similar Messages

  • WBS Element in ANLP Table.

    Dear All,
       We have given the WBS in Asset master but did not post any values in WBS due to business requirement, but when i see in ANLP Talbe, WBS is not appearing, it is appearing like '000000000'. Do i need to do any further setting to make it available in ANLP table with out posting values. and it is appearing in ANLZ Table.
    Regards,
    Suresh Patipati.

    Hi,
    if you want to make postings to WBS element as additional posting element, then please check the ACSET transaction first. You need to do the customizing first.

  • How can find a new asset or old asset througha wbs element from anla table?

    Hi,
    I have a wbs element.I have to check whether it is a old one or new asset.How can justify about this things.
    Please guide me.
    Regards
    Ricky

    The connection between WBS and asset under construction in in the table ANLI!

  • WBS elements not deleted from PRPS table

    Hi Experts,
    In CJ20N transaction:
    When I delete a project with project profile (ZABC):
      - The project record is completely deleted from 'PROJ' table.
      - The WBS records are completely deleted from 'PRPS' table.
    When I delete another project with different project profile (ZXYZ):
      - The project record is completely deleted from 'PROJ' table.
      - The WBS records are NOT deleted from 'PRPS' table.
    What is the reason for not deleting records from PRPS table?
    Thanks in advance for your valuable answers.

    WBS should be having actuals.

  • Transaction Data for Project Definition & WBS Element of Project System(PS)

    Hi all,
       We want to install the Project Systems and the requirement is to report on the following fields:
    Project Definition  (Project Definition   PROJ     PSPID)
    Project Definition  (PS Short Description PROJ     POST1)
    Project Definition  (System Status  CNJ_STAT     STTXT_INT)
    WBS Element         (Project Type       PRPS     PRART)
    WBS Element         (Short ID             PRPS     POSKI)
    WBS Element         (Person Responsible     PRPS     VERNR)
    WBS Element         (Company Code     PRPS     PBUKR)
      R/3 Table Names and Field names are in brackets.
      0PROJECT_ATTR & 0PROJECT_TEXT are DataSources of 0PROJECT Master Data.
      0WBS_ELEMT_ATTR & 0WBS_ELEMT_TEXT are DataSources of 0WBS_ELEMT Master Data.
      How can I find the transaction data for those above fields, PLEASE ?
      Thanks in advance.

    Hi
    Kindly check the following data sources:
    0PS_CLM_CST ( Costs of a Claim)
    0PS_CSH_NTW ( Network plan payments)
    0PS_CSH_NWA ( Payments on network plan process)
    0PS_CSH_WBS ( Payments on WBS element)
    0PS_DAT_NTW ( Network dates )
    0PS_DAT_NWA ( Dates network operation)
    0PS_DAT_PRJ ( Date project )
    0PS_DAT_WBS ( WBS Element Dates)
    0PS_NAE_EVA ( Progress in Network Activity Elements)
    0PS_NTW_EVA ( Progress in Networks)
    0PS_NWA_EVA ( Network Activity Earned Value)
    0PS_ORD_EVA ( Order Earned Value)
    0PS_WBS_EVA ( Earned Value WBS Element)
    hope this helps!
    best regards,
    Thangesh

  • Relationship between tables milestone and wbs element

    Hi  Guys,
    1.I have taken two tables in my source code retieving milestone number(mlst_zaehl), usage(mlstn),and wbs element(pspsnr)
    from TABLE MLST and the other table is PRPS(WBS ELEMENT TABLE, and the fields are psphi(project) , and pspnr(wbs elemrnt,
    The problem is i am not getting the project (psphi)  FROM PRPS TABLE and the link field is PRPS-PSPNR = MLST-PSPNR.
    2.Other requiremnt is  in the same program, iam getting reservation quantity and also DELIVERY QUANTITY
    if delivery qty equal to reservation quantity then exit  and if the reservation qty is NOT equal to delivery qty,
    i need to UPDATE the corressponding USAGE , MILESTONE TEXT, AND QTY in milestone table MLST.
    please let me know any function to update milestone or BAPI or i sahll use BDC.
    Reagrds
    subbara

    Hi
    I think you want to link MLST and PRPS tables to get the milestone fields...
    From Table MLST - Mile stone number - MLST_ZAEHL and WBS element - PSPNR, link the WBS elements with PRPS table - WBS element - PSPNR and for project - PSPHI (Current Project Number).
    For project number you can take from PRPS - PSPHI or from PROJ table
    - Pithan

  • Table for Cost Center and WBS Element.

    Hi Experts,
    i done the creation of Servcie Contract with account assignment category as Cost Centre "K"  & Project "P". Now i'm trying to take the report for this document.
    Plz help me, in which table the Cost center data and WBS Element data is stored.
    Regards,
    sudhakar

    hi!
    check the table T163K and the field is KNTTP.
    Reward if useful.
    Yuvi.

  • BAPI for finding child WBS elements under a Parent WBS element

    Hi friends,
    I am working on the transaction ZIOS02 transaction. On releasing the Parent or Main WBS element in ZIOS02 transaction I need to copy some data from ZIOS to PRPS based on WBS element.
    I have a Bapi for retrieving all the WBS elements based on Project Definition (BAPI_PROJECT_GETINFO) but i want to know whether is there any BAPI for finding the child WBS elements when we give a Parent WBS elemnts as Input to BAPI.
    Could any one please help me in the query ASAP.

    Hi friends,
    I have got the answer for finding the child WBS elements.
    In Function module BAPI_Project_get_info.
    Use parameter subtree = 'X' and give the WBS element name in tables section under I_wbs_element. You will get all the child WBS elements which are under Main WBS element.
    Thanks
    Satish Raju

  • WBS elements hierarchy

    Hi,
    I need to know the WBS elements hierachy in table PRHI.
    Say for eg. in PRHI my WBS elements is E.00011. (just imagine it is tree structure ). I have 4 fields of UP,DOWN,RIGHT and LEFT. So for a perticular node,I need to process all the left ,right and down node and for each node i need to do some calculation.
    So from parent I need to process from left to right ,up to down.
    Kindly clariify,
    Points will be awarded
    Thanks in advance.

    declare table
          I_HIERARCHY STRUCTURE  IFHIERIM
    DATA: BEGIN OF ITAB_EXT_INT OCCURS 0,
              POSID LIKE PRPS-POSID,
              PSPNR LIKE PRPS-PSPNR,
            END OF ITAB_EXT_INT
    CALL FUNCTION 'CJDW_PRHI_CHECK_EXT'
           TABLES
                I_HIERARCHY        = I_HIERARCHY
           EXCEPTIONS
                INCONSISTENT_HIER  = 1
                INCOMPLETE_HIER    = 2
                DIFFERENT_PROJECTS = 3
                OTHERS             = 4.
    LOOP AT I_HIERARCHY.
        MOVE I_HIERARCHY-POSID TO ITAB_EXT_INT-POSID.
        COLLECT ITAB_EXT_INT.
        MOVE I_HIERARCHY-UP TO ITAB_EXT_INT-POSID.
        COLLECT ITAB_EXT_INT.
        MOVE I_HIERARCHY-DOWN TO ITAB_EXT_INT-POSID.
        COLLECT ITAB_EXT_INT.
        MOVE I_HIERARCHY-LEFT TO ITAB_EXT_INT-POSID.
        COLLECT ITAB_EXT_INT.
        MOVE I_HIERARCHY-RIGHT TO ITAB_EXT_INT-POSID.
        COLLECT ITAB_EXT_INT.
      ENDLOOP.
    the above type of code may halp u

  • WBS Element as Sender and Receiver in New GL Allocation

    Dear Experts,
    Please need your advice how to configure WBS Element as Sender and Receiver in New GL Allocation, since this field is not activated in New GL Allocation (FAGLGA11 - General Ledger: Create Act. Assessmt) ?
    We already tried to activate this field, but the system forced to include this field also in the total table ( FAGLFLEXT). And since we can't add the WBS Element as PSP_PS_NR, we add as ZZPSP_PS_NR to the total table. But the issue come up, since the transaction(FAGLFLEX) cant detect this field, and show error as below "Field FAGLFLEXT-PS_PSP_PNR is not defined in the ABAP Dictionary"
    Please kindly advise. Many thanks for your valuable inputs

    Hi,
    I believe you have added the field in these 2 places:
    1. Add field 'ZZPS_PSP_PNR' (WBS element) to FAGLFLEXT table in configuration (menu SPRO   > Financial accounting (new)   > Financial accounting global settings (new)   > Ledgers   > customer fields   > Include fields in Totals table) and activated the same.
    2. And, added this field in 'Assign scenarios and customer fields' to your leading ledger.
    WBS element data gets populated by assigning ZZPS_PSP_PNR to the ledger itself (IMG: Assign Scenarios and Customer Fields to Ledgers -> select ledger -> "custom fields"). Necessary field mapping logic is generated by this customizing for the system to populate ZZPS_PSP_PNR in FAGLFLEXT and FAGLFLEXA.
    Afterwards, please regenerate GLU1 structure by running report RGZZGLUX while no posting is being made in the system.
    I believe this will help you.
    Best Regards,
    Vanessa.

  • Change Logical System of WBS Element

    Hi Experts,
    Can you please tell me how can I change the Logical System of a WBS element (LOGSYSTEM field in PRPS table). I found one BAPI (BAPI_BUS2054_CHANGE_MULTI) but it does not contain the field LOGSYSTEM. Is there any other BAPI for this

    Hello,
    Please try BAPI_PROJECT_SAVEREPLICA.
    Thanks.
    Ramya.

  • Call WBS element screen in cj20n

    I am attempting to call trans. CJ20N when user clicks on a particulart WBS elements or project in an ALV report. If the user clicks on WBS element, CJ20N should open with that WBS elements selected. If the user clicks on project, CJ20N should open with that project. Can anyone tell me how i can pass the selected parameter to CJ20N.

    Hi ,
    Please find the below code for Project and WBS display . This should work . Please use your project number and WBS number at places highlighted below in RED.
    For Project :
       DATA: bdcdata_wa  TYPE bdcdata,
                  bdcdata_tab TYPE TABLE OF bdcdata.
       DATA opt TYPE ctu_params.
      CLEAR bdcdata_wa.
      bdcdata_wa-program  = 'SAPLCNPB_M'.
      bdcdata_wa-dynpro   =  '1000'.
      bdcdata_wa-dynbegin = 'X'.
      APPEND bdcdata_wa TO bdcdata_tab .
      CLEAR bdcdata_wa.
      bdcdata_wa-fnam = 'BDC_OKCODE'.
      bdcdata_wa-fval = '=OPEN'.
      APPEND bdcdata_wa TO bdcdata_tab .
      CLEAR bdcdata_wa.
      bdcdata_wa-fnam = 'BDC_CURSOR'.
      bdcdata_wa-fval = 'PROJ-PSPID'.
      APPEND bdcdata_wa TO bdcdata_tab .
      CLEAR bdcdata_wa.
      bdcdata_wa-program  = 'SAPLCNPB_W'.
      bdcdata_wa-dynpro   =  '0900'.
      bdcdata_wa-dynbegin = 'X'.
      APPEND bdcdata_wa TO bdcdata_tab .
      CLEAR bdcdata_wa.
      bdcdata_wa-fnam = 'BDC_CURSOR'.
      bdcdata_wa-fval =  'CNPB_W_ADD_OBJ_DYN-PROJ_EXT'.
      APPEND bdcdata_wa TO bdcdata_tab.
      CLEAR bdcdata_wa.
      bdcdata_wa-fnam = 'BDC_OKCODE'.
      bdcdata_wa-fval =  '=OK'.
      APPEND bdcdata_wa TO bdcdata_tab .
       CLEAR bdcdata_wa.
      bdcdata_wa-fnam = 'CNPB_W_ADD_OBJ_DYN-PROJ_EXT'.
      bdcdata_wa-fval = 'XXXXXXXXXX'.
      APPEND bdcdata_wa TO bdcdata_tab .
      CLEAR bdcdata_wa.
      bdcdata_wa-program  = 'SAPLCNPB_M'.
      bdcdata_wa-dynpro   =  '1000'.
      bdcdata_wa-dynbegin = 'X'.
      APPEND bdcdata_wa TO bdcdata_tab .
      opt-dismode = 'E'.
      opt-defsize = 'X'.
      CALL TRANSACTION 'CJ20N' USING bdcdata_tab OPTIONS FROM opt.
    For WBS Element:
    DATA: bdcdata_wa  TYPE bdcdata,
                bdcdata_tab TYPE TABLE OF bdcdata.
    DATA opt TYPE ctu_params.
      CLEAR bdcdata_wa.
      bdcdata_wa-program  = 'SAPLCNPB_M'.
      bdcdata_wa-dynpro   =  '1000'.
      bdcdata_wa-dynbegin = 'X'.
      APPEND bdcdata_wa TO bdcdata_tab .
      CLEAR bdcdata_wa.
      bdcdata_wa-fnam = 'BDC_OKCODE'.
      bdcdata_wa-fval = '=OPEN'.
      APPEND bdcdata_wa TO bdcdata_tab .
      CLEAR bdcdata_wa.
      bdcdata_wa-fnam = 'BDC_CURSOR'.
      bdcdata_wa-fval = 'PROJ-PSPID'.
      APPEND bdcdata_wa TO bdcdata_tab .
      CLEAR bdcdata_wa.
      bdcdata_wa-program  = 'SAPLCNPB_W'.
      bdcdata_wa-dynpro   =  '0900'.
      bdcdata_wa-dynbegin = 'X'.
      APPEND bdcdata_wa TO bdcdata_tab .
      CLEAR bdcdata_wa.
      bdcdata_wa-fnam = 'BDC_CURSOR'.
      bdcdata_wa-fval =  'CNPB_W_ADD_OBJ_DYN-PRPS_EXT'.
      APPEND bdcdata_wa TO bdcdata_tab .
      CLEAR bdcdata_wa.
      bdcdata_wa-fnam = 'BDC_OKCODE'.
      bdcdata_wa-fval =  '=OK'.
      APPEND bdcdata_wa TO bdcdata_tab .
      CLEAR bdcdata_wa.
      bdcdata_wa-fnam = 'CNPB_W_ADD_OBJ_DYN-PRPS_EXT'.
      bdcdata_wa-fval = 'XXXXXXXXXX'..
      APPEND bdcdata_wa TO bdcdata_tab .
      CLEAR bdcdata_wa.
      bdcdata_wa-program  = 'SAPLCNPB_M'.
      bdcdata_wa-dynpro   =  '1000'.
      bdcdata_wa-dynbegin = 'X'.
      APPEND bdcdata_wa TO bdcdata_tab .
      opt-dismode = 'E'.
      opt-defsize = 'X'.
      CALL TRANSACTION 'CJ20N' USING bdcdata_tab OPTIONS FROM opt.
    Thanks
    Sri

  • Fetch Top level WBS elements for delivery type LP

    Hi everyone,
    we are working on a delivery analysis report and we are in progress of fetching sales order number for deliveries with delivery type LP.
    How we are doing?
    so we are fetch the UP values from PRHI table for the wbs elements in LIPS.
    Now we need to fetching the top level wbs elements from PRHI table by passing the UP values to the same table until the UP field value becomes initial.
    Then fetching the corresponding sales orders from the VMPA table for the wbs elements from PRHI table for the value of corresponding UP field is initial.
    So it is going through so many iteration to fetch the UP value again and again until it is initial.
    What we need?
    So if someone can suggest a FM or method to fetch the top level WBS element for the given WBS element from LIPS table will be of great help.

    Hi,
    Try FM
    'BBP_PS_PROJECT_GET_LIST
    'BAPI_PROJECT_GETINFO

  • Logic for WBS ELEMENT

    hi
    i have an issue in the report, the problem is
    in the selection screen i have an WBS ELEMENT as an select option(there is no belnr in selection scrren)
    for eg- if i enter
    COMP CODE = 0010
    WBS ELEMNT = 23456
    YEAR = 2008.
    For the above details there are 2 line items in table for that particular belnr as
    BUKRS BELNR YEAR BUZEI WBSELT SHKZG
    0010 40000050 2008 001 23456 S
    0010 40000050 2008 002 00000 H
    there is only one line item for WBS ELEMENT IN BSEG TABLE.
    So i am getting debit(SHKZG-S) value but i am not getting credit value if i write the select query as below.
    SELECT bukrs
    belnr
    gjahr
    buzei
    sgtxt
    kostl
    aufnr
    lifnr
    ebeln
    projk
    FROM bseg
    into table gt_bseg
    for all entries in i_get
    where bukrs eq i_get-bukrs
    and belnr eq i_get-belnr
    and gjahr eq i_get-ryear
    and buzei eq i_get-buzei
    and projk in s_projk.
    please help how to get both values.help with code
    thanks in advance,
    one of the friend from SDN gave the following solution to my problem
    but here he kept KOART = D, WHEREAS FOR MY CODE OTHERLINEITEM MISSED WOULD BE CREDIT OR DEBIT ONCE IT MAY BE MISSED THE CREDIT LINEITEM OR DEBIT ONE.
    LOOP AT GT_BSEG.
    select single BELNR KOART WRBTR PROJK FROM BSEG INTO wa_bseg WHERE BELNR = BSEG-BELNR AND KOART = 'D'.
    append the values of wa_bseg to it_bseg.
    endloop.
    i have faced same problem if u observe the table BSEG if KOART value is D , in that line item you cant get the PROJK value so
    from above select statemnt u can retrieve that value
    finally in it_bseg u can get the lineitems which are emitted by your select query
    PLEASE HELP ME

    >
    sai latha wrote:
    > hi
    >
    > i have an issue in the report, the problem is
    > in the selection screen i have an WBS ELEMENT as an select option(there is no belnr in selection scrren)
    > for eg- if i enter
    > COMP CODE = 0010
    > WBS ELEMNT = 23456
    > YEAR = 2008.
    >
    If you're trying to select from BSEG using only these selection criteria, then your query is likely to be very, very slow.  Since BSEG is a cluster table and therefore only the key is used for the query, you need to specifiy at least BUKRS and BELNR to get any sort of decent performance. 
    If I wanted to select using WBS element (or any controlling object) my starting point would be the Controlling tables COEP and COBK, or COVP which is a view of the two; after all, the Controlling tables were set up specifically to deal with this sort of query.
    Once you've picked up the line you want with your WBS element selection, you can get any of the other lines on the document by selecting from BSEG using the reference document fields held in the Controlling tables.

  • Change of WBS Element

    Hi,
    i am checking the all tabs of  WBS Element in CJ20N, while checking unfortunately one character of WBS Element was missed & saved accordingly.
    Old :   09/ITS/CN/IT/T09
    New:    9/ITS/CN/IT/T09
    Now user is trying to settle 09/ITS/CN/IT/T09 in CJ88, it showing the error as WBS does not exist.
    again i tried to change as  09/ITS/CN/IT/T09 in CJ20N. but it is showing the error as below.
    WBS element 09/ITS/CN/IT/T09 version RELEASED already exists
    Message no. CJ026
    Diagnosis
    A WBS element with the name 09/ITS/CN/IT/T09 already exists in version RELEASED.
    System Response
    Processing stopped.
    Procedure
    Enter another name for the WBS element.
    now how can i replace the correct WBS Element, Please suggest me any solution is possible.
    Regards,
    Shekar

    Hi Shekar,
    There are other options available to you, to resolve this issue.
    Firstly, you can manually delete the WBS Element from the table
    VSPRPS_CN. There is no report to remove individual records from this
    table.
    Alternatively, please review note 616732.
    This report renames the WBS Element within the table VSPRPS_CN. You
    could rename this WBS Element in VSPRPS_CN allowing you to recreate the
    operative WBS Element.
    Again customers are advised to contact regional support when running the
    report ZVERSION_UPDATE to be informed of the following.
    Thanks a lot and kind regards,
    Enrique Sosa

Maybe you are looking for