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.

Similar Messages

  • 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

  • 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!

  • Physical deletion of WBS elements from PRPS table

    Hi Experts,
    In CJ20N transaction:
    When I delete a project with project profile (ZABC), the following actions are performed:
    - The project entry are physically deleted from 'PROJ' table.
    - The WBS entries are physically deleted from 'PRPS' table.
    When I delete another with with project profile (ZXYZ), the following actions are perfomed:
    - The project entry are physically deleted from 'PROJ' table.
    - The WBS entries are NOT physically deleted from 'PRPS' table.
    What is the reason for not deleting entries physically from PRPS table?
    Thank you for your valuable answers.

    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 for another project (Project profile: ZXYZ)?
    Thanks in advance for your valuable answers.

  • 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

  • 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

  • How to find out System Status of WBS Elements?

    Hi PS Experts!
    Please help me on my query.
    I want to get a list of WBS elements whose status is Released and can be used.
    If I try to search the table PRPS, it can only help me in finding WBS elements without deletion flag, with RA Key and so on.
    But the System status (such as Blocked for use) etc. is not present in the table.
    The one way I know is to get Object Number of WBS element from PRPS Table and insert it in JEST Table to get system status.
    Or alternatively, I give the WBS element no. in CJ20N t-code, and then check for System Status.
    These 2 methods work, if I do it one WBS Element at a time. If I need to get thousands of WBS elements in such a fashion, it's tedious.
    So could anyone help me on this issue?
    Thanks in advance,
    Vinitha.

    Hi Bala
    Yes, you have put it rather correctly.
    We use WBS elements for booking and posting time (client requirement). So what I am looking for is WBS Elements with the system status TERL (Time and Expense Released).
    I talked of the deletion flag also, because a WBS element flagged for deletion can't be used. It's one of the criteria to screen the WBS elements.
    I hope it's clearer now.
    Vinitha.

  • 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.

  • 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.

  • 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

  • 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

  • (ABAP-FI)How to get project definition from agiven WBS element

    Hi,
    I have to update some columns of PRPS table relating to a WBS element.
    While using  BAPI_BUS2054_CHANGE_MULTI it wants project definition to be passed as an input parameter.
    Is there any means to know project definition for  a given WBS element of PRPS table.
    Thanks in advance.
    Regards,
    Sourya Prakash.

    Hi,
    why don't you display table PRPS in SE11 to see what fields you have there? It's not that hard to see that there is a field PRPS-PSPHI with description "Current number of the appropriate project". Yes, there is a link from WBS element to project definition.
    Cheers

  • How to fetch the data from the table COEP for WBS element,cost center,,,,,?

    Hi,
    I would like to retrive the data from the table COEP ,based on KOKRS,BELNR fields.
    I need the output for Cost centre, cost element, wbs element,net work ,activity.
    These values are storing OBJNR ,OBJNAR_1,OBJNR_2,OBJNR_N3.
    But here always these field are not giving the correct values.
    for example : for one record COST CENTRE vlaue is storing in OBJNR_1 field,
                        for one record COST CENTRE vlaue is storing in OBJNR_2 field,
                       for one record  COST CENTRE vlaue is storing in OBJNR_3 field.
    Here SAP has used a generic approach for this.
    How can I dispaly the values in this case ?
    Thanks and Regards
    Srinivas.N

    Hi,
    I am asking, how can we say OBJNR_1 value alwyas belongs to cost center ?
    USPOB is not filling always.

  • WBS Element and Service No Link Table for Purchase Order document

    Hi Experts,
    We are Facing 1 Problem for finding link between
    WBS Element and Service No for corresponding Purchase Order document . Please Suggest me to find Related tables for Project system Module .
    Thanks and Regards
    BalaNarasimman.M

    Hi,
    The link will be in MM table, not PS table. Try EKKN.
    Regards

Maybe you are looking for

  • Error when downloading SMS messages from Nokia 623...

    Hi, I have been using a Nokia 6233 phone for the past 3 yrs. Now that my phone memory is full I was attempting to download the messages in my inbox to my PC. However when I attempt to connect my phone to my PC (this is the first time that I am trying

  • Why is the color wheel turning all the time

    Just recently on the Mac the color wheel stops and turns all the time and slows down my computer.  What can I do to fix this problem?

  • How do I re-install Acrobat Professional on new laptop I have registered serial #

    Hello, I purchased Adobe Acrobat in 2011 and am registered on ADOBEs website with serial number. I have since had to upgrade laptop but now I can not find a link to reinstall Acrobate Professional 10. I have looked in the "my orders" page but there i

  • Where are the printer driver files?

    I'm very new to Apple. I've installed a printer driver for a new printer, but don't know where the system has put it! I can't install the printer as it's not in the list of available devices. Any help for this idiot gratefully received.

  • MySQL 5.1 upgrade?

    Hello All, I am running Leopard Server and want to upgrade to MySQL 5.1. The instructions say to install the MySQLStartupItem.pkg that is included which installs a MySQLCOM file in the /Library/StartupItems and is managed via a prefpane that is also