PS report: wbs element relation with PO, Pur Req. and vendor

Hello,
I need to build a report on WBS element which also shows PO number, Pur. Requisition, vendor details along with budget, actual, committements.
I found datasources that can provide informations except PO, Pur Req.
Can anyone help in providing a soln to build a relation between wbs and vendor to bring the correct PO and pur req related to wbs.
Thanks
Anima

Hi Sushil,
Which version of BW are you using?
If its BW 7, then look at the datasource 2LIS_02_ACC
http://help.sap.com/saphelp_nw04s/helpdata/en/ed/62073c44564d59e10000000a114084/frameset.htm
Hope this help you
Anima

Similar Messages

  • Skipping errors in WBS elements closure with a SAP / Excel script.

    Hai there!
    I have a Excel / SAP macro for closing WBS elements in transaction CJ20N. This macro works fine until error messages occur (or warnings) in SAP because something was not completed on the WBS element.
    So then I thought the macro may be able to skip the WBS element that has errors on it and continue trying to close the next one instead? And then make a little mark in my list of WBS elements to close. That would save loads of time.
    Is this possible? This is what I have in the code right now.
    WBSToClose = ActiveCell.Offset(0, 1).Value
    session.findById("wnd[0]").maximize
    session.findById("wnd[0]/shellcont/shellcont/shell/shellcont[1]/shell/shellcont[1]/shell").topNode = "         23"
    session.findById("wnd[0]/shellcont/shellcont/shell/shellcont[0]/shell/shellcont[0]/shell").pressButton "OPEN"
    session.findById("wnd[1]/usr/ctxtCNPB_W_ADD_OBJ_DYN-PRPS_EXT").Text = WBSToClose
    session.findById("wnd[1]/usr/ctxtCNPB_W_ADD_OBJ_DYN-PRPS_EXT").SetFocus
    session.findById("wnd[1]/usr/ctxtCNPB_W_ADD_OBJ_DYN-PRPS_EXT").caretPosition = 0
    session.findById("wnd[1]").sendVKey 0
    session.findById("wnd[0]/mbar/menu[1]/menu[1]/menu[6]/menu[0]").Select '<--- This is the close button, after this errors sometimes occur.
    session.findById("wnd[0]/tbar[0]/btn[11]").press '<--- save button.
    session.findById("wnd[0]/shellcont/shellcont/shell/shellcont[1]/shell/shellcont[1]/shell").topNode = "         23"
    Below is an example of an error message popping up while trying to close.
    session.findById("wnd[0]").maximize
    session.findById("wnd[0]/shellcont/shellcont/shell/shellcont[1]/shell/shellcont[1]/shell").topNode = "         23"
    session.findById("wnd[0]/shellcont/shellcont/shell/shellcont[0]/shell/shellcont[0]/shell").pressButton "OPEN"
    session.findById("wnd[1]/usr/ctxtCNPB_W_ADD_OBJ_DYN-PRPS_EXT").text = WBSToClose
    session.findById("wnd[1]/usr/ctxtCNPB_W_ADD_OBJ_DYN-PRPS_EXT").setFocus
    session.findById("wnd[1]/usr/ctxtCNPB_W_ADD_OBJ_DYN-PRPS_EXT").caretPosition = 18
    session.findById("wnd[1]").sendVKey 0
    session.findById("wnd[0]/mbar/menu[1]/menu[1]/menu[6]/menu[0]").select '<--- Selecting close
    session.findById("wnd[1]/usr/btnOPTION2").press '<--- Here I click "Continue" on the error message
    session.findById("wnd[0]/tbar[0]/btn[3]").press '<--- Back button
    session.findById("wnd[0]/shellcont/shellcont/shell/shellcont[1]/shell/shellcont[1]/shell").topNode = "         23"
    I would also like the script to put a little mark in my excel file showing which WBS elements that had errors on them. Just a number or so. But thats a bonus.
    Is this possible?
    Thanks, Mattias

    Hello again!
    Thanks alot! I got it to work perfectly with some modifications to the code.
    Posting the solution in case someone can find it useful.
    If (ActiveCell.Value = 0) Then
    Row = 2
    Column = 1
    WBSToClose = ActiveCell.Offset(0, 1).Value
    session.findById("wnd[0]").maximize
    session.findById("wnd[0]/shellcont/shellcont/shell/shellcont[1]/shell/shellcont[1]/shell").topNode = "         23"
    session.findById("wnd[0]/shellcont/shellcont/shell/shellcont[0]/shell/shellcont[0]/shell").pressButton "OPEN"
    session.findById("wnd[1]/usr/ctxtCNPB_W_ADD_OBJ_DYN-PRPS_EXT").Text = WBSToClose
    session.findById("wnd[1]/usr/ctxtCNPB_W_ADD_OBJ_DYN-PRPS_EXT").SetFocus
    session.findById("wnd[1]").sendVKey 0
    session.findById("wnd[0]/mbar/menu[1]/menu[1]/menu[6]/menu[0]").Select '<-- Selecting close
    session.findById("wnd[0]/tbar[0]/btn[11]").press '<-- Save button.
    On Error Resume Next
    session.findById("wnd[1]").Close '<-- Close window button on any error message or warning
    If Err.Number = 0 Then
    ActiveCell.Value = 2
    session.findById("wnd[0]/tbar[0]/btn[3]").press '<--- Back button if error message
    End If
    On Error GoTo 0
    session.findById("wnd[0]/shellcont/shellcont/shell/shellcont[1]/shell/shellcont[1]/shell").topNode = "         23"
    Row = Row + 1
    End If
    If ActiveCell.Value = 2 Then GoTo Fortsaett '<-- Skipping writing "1" in "processed"
    ActiveCell.Value = 1
    Fortsaett:
    n = n + 1
    ActiveCell.Offset(1, 0).Select
    'Some looping hereafter
    Points awarded.
    Thanks, Mattias

  • WBS elements related to project definition

    Hi all,
    I need to extract all the WBS elements (PSPNR) from PRPS related to the project definition (PSPID) in PROJ. Please help me with the query.
    For Example:
    For project definition: 6HU-000000120
    There are 2 WBS elements: 6HU-000000120(top level) and 6HU-000000120-1(second level)
    Thanks,
    Netrey.

    Hi
    Join the tables PROJ and PRPS using the field
    <b>PROJ-PSPNR = PRPS-PSPHI.</b>
    select af1 af2
             bf1 bf2
         into table itab
    from proj as a join prps as b
    <b>on apspnr = bpsphi</b>
    where a~pspid in s_pspid.
    Reward points if useful
    Regards
    Anji

  • WBS Elements upload with settlement rule& classification

    I have created project profile & WBS elements with a BAPI bapi_project_maintain.
    Now i need to apply characterstic values and settlement rules to those WBS elements.
    I have been searching for a FM since long time.
    I tried with LSMW also,it did not work.
    Only way left to me is to write a BDC programs to full fill this.
    If anybody has got some solution for this let me know.
    regards
    KTSS

    Sreenivas,
    I´m afraid that none of the 3 options is available via standard tools
    I´m so sorry.
    Rgds
    Martina

  • WBS element integration with Trade Claims Management Module

    Hi All,
    anybody knows if Trade Clams Management module of CRM is integrated with management of WBS elements?
    We actually want to post the amounts paid to customers through Trade Claims Management into CO-PA; we're trying to understand if using WBS element is a viable solution. Moreover if this is the case i'd be curious also to understand how COPA posting of accruals would work.
    Regards
    C

    m

  • Validating department in WBS element code with dept in Investment program

    Hello Guru's,
    While assigning Investment program, in WBS  in CJ20N or CJ11, in our current business process we need to to validate the Department code in both WBS code and Investment program code.
    At present we have planned to used same department code in WBS Code and Investment program code.
    Need to to do this enhancement for our current project.
    Please suggest the way to do it.
    Regards,
    Amlan

    Hi,
    I assume this "Department Code" is one of your customer specific field that is made available both in WBS as well as the iM program. If that is the case then either you can use any of the user exits for the WBS Elements to write your code or create a validation for the WBS and put your code in one of those exits invalidation.
    Regards
    Sreekanth

  • Can I use adobe photoshop elements 12 and premiere elements 12 with a mac? and how?

    I have photoshop element12 &premiere elements 12 and want to put them on my mac. Mac has no where to put the discs. Can I use it and how? I need baby steps as I am not great with tech.

    Try to download the software from this link:
    <Download Photoshop Elements products | 13, 12, 11, 10>
    And from here for Premiere:
    <Download Premiere Elements products | 13, 12, 11, 10>
    Good luck.

  • Report Generation Toolkit Compatibility with Microsoft Office 2013 and LabVIEW 2012

    Hello community,
    on this page there is shown the Report Generation Toolkit Compatibility with Microsoft Office and LabVIEW.
    In our company we use actually LabView 2012 and it works perfectly with MS Office 2010.
    Has anyone ever tried the "Report Generation Toolkit" of LabVIEW 2012 with MS Office 2013? Does it really not work? Has anyone an emirical value for this topic?

    Hi digital_badger,
    as you sure have seen in the link it is not officially supported by NI, which means to you one of the following things:
    1. You could upgrade your LabVIEW and your Report Gerneration Toolkit to Version 2014 and use MS Office 2013
    2. You could just try it with MS Office 2013 which might work but if it's not working you don't get any support from NI.
    Even if someone tried it already and it worked for him does not mean that it will work on your machines. It is possible that on some of your machines it could work but not on others. Their can be a lot of problems while playing around with unsupported setups.
    3. You could leave your setup as it is and stick to your MS Office 2010.
    I hope I could give you a good answer to your question

  • Wbs element show with '/'

    i have zprojn type projn(i tried ps_pnr too)
    and after i made conversion func i see my number is==004800
    but i need to see it like this 4/008 or 4.800  how i can do it???

    Dear Szymon,
    this the setting of allocation structure
    Assignment 10
    Source
    Settle Cost Element
    Assignment 30
    Source
    Settle Cost Element
    need your advice.
    Thank you,
    Iwan S

  • Upgrade Album2 - Elements 6, with change of platform and computer

    I posted this in Album Forum but it has been suggested that I repost in Elements Forum as anyone who has already had the same question is probably already here:
    I have searched the forums and knowledge base for the issue that faces me and while there is a lot of very useful information most deals with one aspect alone or circumstances that are slightly different - unless I have missed one.
    I currently have Album 2 (full version) with about 5000 photos along with tags etc, running on Windows XP.
    I have just purchased a windows Vista Home Premium machine and Elements 6/Premiere 4. I wish, obviously, to transfer the photos and files along with thumbnails/catalog to the new machine. In doing this, it appears that I am doing three things that are not necessarily straight forward:
    (1) Transferring machines where the directory structure is not the same
    (2) Transferring platform from XP to Vista
    (3) Upgrading to Elements 6 which I understand does not use the same catalog structure and file locations as earlier versions of Elements.
    So, while there are useful forum posts on upgrading, say, between album and elements 4, the changes between Elements 4 and 6 make me a little wary. I can pick up individual KB articles and posts on individual stages but I would be grateful for any advice from those who know more, or have done the same, on the order or actions to get between Album 2 XP to Elements 6 Vista. I suspect that done properly it is no major drama but done poorly is a recipe for long agony!
    Thanks for any and all advice.

    jabro,
    I am not sure what to suggest next -
    1- You could contact Adobe tech support and ask for the complimentary installation support for PS Elements version 6 and describe your Catalog upgrade problem.
    2- Because you are upgrading from PS Album to PS Elements 6, I think that most of your Creations will not be usable in PS Elements 6. So I am wondering about your creating a new copy of your catalog in PS Album 2 and deleting all of your Creations from that copy of your catalog?
    My objective here is to simplify your PSA 2 catalog as much as possible. I don't know if it is the Creations that cause a problem in the conversion: it is merely that if you can not use them anyway they are a good candidate for deletion.
    3- I wonder if some specific type of file or even a specific file is a problem. What type of photo files do you have in your PSA 2 catalog? Any video files and what type?

  • Relation with Contract Line Item and Billing Plan

    Can a Billing Plan have more than one Contract (Sales Document) Line Item ?
    To detail, for example, a Billing plan is X and it has three Plan Items 1,2,3. Can there be situation where Billing Plan X:Item 1 is set up for Contract A:Item 10 and rest of the Items i.e. Billing Plan X:Item 2,3 are set up for  a different Contract B:Item 20 ?

    yes , we can

  • Accidentally, registry files related with mozilla were deleted and now I am not getting icons of firefox. Please help.

    From regedit in windows 7, various registry files containing "mozilla" were deleted accidentally after uninstallation of firefox. I reinstalled firefox and it is working fine except for disappeared firefox icon. I tried restore windows to a previous version but it didn't help. Can deleted registry files not be restored? I didn't backup the registry before making changes. Is there any way to fix the problem? Please help. I shall really be very grateful to you.
    Thank you.
    Kind regards,
    Aditya Verma

    It got solved by troubleshooting Firefox. Please ignore this issue.
    Thanks.

  • Will photoshop elements work with Cut master print and cut software

    Has anyone used photoshop for heat transfer design?

    Hello again.
    I am quite new to the program myself but over the last few weeks editing one particular image I have found that this program will do practically anything I want.  I just persevere through each frustration and eventually figure it out.  I just wish it were easier to remember what I did to get the result...oh wait, there is a way for that too lol.
    I believe you will find it best to have your image on its own layer.
    As for the rulers,  check to see if it is turned on, I believe that choice would be under the tab at the top labeled VIEW?  Not in front of puter right now so not sure exactly.
    Also, you might want to check your settings for many of this type of feature in the PREFERENCES area.
    Please let us know your progress.  Good luck!
    Sent from my iPhone

  • Relation with spool request number and invoice number

    Hi ALL,
    I have developed two function modules the first one generates the Invoice Number for a particular customer.
    Now on passing this Invoice Number to the second function module, I should get the Spool Request Number.
    I have developed the first function module.
    That Spool Request Number would display the invoice of the customer in the PDF format.
    So please help me how to get that Spool request number.
    Thanks and regards
    rama

    Hi,
    in your case when ever invoice created you need to store the data like spool number,invoice number,user name etc..into a <b>ZTable</b>, and then when ever you enter the invoice select the data from the ZTABLE and convert the spool to PDF and show it.
    Regards
    vijay

  • WBS Element wise settlement report

    I require a report having the all WBS element code with settlement rule details the input shall be Project Deffinition. The report can be a standard report or from database table. Please suggest.
    I have already tried in the Table COBRB & COBRA. But it is not giving the suitable report.
    With regards,
    Uttam Maity
    Edited by: Uttam Maity on Aug 9, 2011 2:36 PM

    There is a standard report available in ECC 6.0 EHP4, KOSRLIST_PR. menu path Logistics - Project System - Financials -
    Period End Closing - Single functions - Settlement Rule - KOSRLIST_PR - List. You can create your own variant with inputs like project definition no, network number you can also choose a variant from list and then execute the report.

Maybe you are looking for

  • Republish to Flickr from LR4 posts as new photos instead of updates them (only one set, not all)

    I have a single set on Flickr that I cannot republish updates to from LR4 - republishing a modified photo posts it as a new photo.  All other sets seem to work fine.  I use the "built-in" Flickr plugin and LR4.3 with a Flickr Pro account.  This issue

  • Using a different line's upgrade

    is there anyone who has the family package and is using one lines upgrade, but putting your number on the phone. has anyone done this yet? was att able to switch the numbers on the sim cards? just want to know if it was successsful or not.

  • Custom order?

    How do I set a custom order for a playlist? It seems before i could rearrange them with my mouse by holding the left click button, but now I can't, is there a problem?

  • Lightroom 2.3 problem. Help needed.

    Hi, I'm using Lightroom 2.3 on a PC with Windows XP installed and 3GB of ram. I seem to have run into a problem that I'm hoping someone may be able to help me solve. Yesterday evening I went to import some images (Raw files) into Lightroom from my ex

  • Ipod touch calendar events over a year missing

    Suddenly my iPod Touch does not show any events prior to the beginning og this year. They show in iCloud and also on my iPad Mini. I am at a loss as to know why they disappeared and how I may retreive them.