Tables to find project workplan details

Hi,
I am new to oracle projects and require the table names from which I can select project Workplan details such as task number, burdened cost etc.
Please let me know the tables / Query using which I can get the above details.
Thanks
Edited by: user10648285 on Oct 18, 2011 9:52 PM

Hi.
Look WP details on the below tables
pa_proj_elem_ver_structure
pa_proj_element_versions
pa_proj_elem_ver_schedule
pa_proj_elements
Thanks
Govind

Similar Messages

  • In which table are LSMW Project details stored

    Hi Gurus,
    Can you pls tell me in which table can I find the Project, Sub Project, Object details, User Name. We have developed LSMW's during a global implementation for 60 countries and need to now send a report with all the above details.
    Pls help!!!
    Regards
    Naveen

    All the tables related to LSMW:
    /SAPDMC/LISCREEN General (Screen Fields)
    /SAPDMC/LSCDOCU Documentation Elements
    /SAPDMC/LSCDOCUT Documentation Elements: Name
    /SAPDMC/LSCPROGS Parameter Names of the BI/DI Program
    /SAPDMC/LSCRULE Rule categories
    /SAPDMC/LSCRULET Rule categories
    /SAPDMC/LSCSTEPS Work Steps
    /SAPDMC/LSCSTEPT Work Step: Name
    /SAPDMC/LSCVERSN LSMW Version Number
    /SAPDMC/LSGBDC BI Name: "Code"
    /SAPDMC/LSGBDCA BI Name: Attributes
    /SAPDMC/LSGBDCS BI Name: Structures (Name=PrefixRecordingHlevel)
    /SAPDMC/LSGBDCT BI Recording: Name
    /SAPDMC/LSGCUST Server-Dependent Settings
    /SAPDMC/LSGPRO Projects
    /SAPDMC/LSGPROT Project: Name
    /SAPDMC/LSGSUB Subprojects
    /SAPDMC/LSGSUBT Subproject: Name
    /SAPDMC/LSGUSDFI LSMW Files Used
    /SAPDMC/LSMCUST Client-Dependent Settings (IDoc Inbound Processing)
    /SAPDMC/LSOALG Action Log
    /SAPDMC/LSOATT Object Attributes
    /SAPDMC/LSOCOD ABAP Code of Conversion Rules
    /SAPDMC/LSODOC Documentation
    /SAPDMC/LSOFIL File Paths and File Names
    /SAPDMC/LSOFIS File Names per R/3 System
    /SAPDMC/LSOFIW Files: Values for Wildcard '*'
    /SAPDMC/LSOFLD Source Fields
    /SAPDMC/LSOINF Legacy Data: Not Yet Used
    /SAPDMC/LSOINP Legacy Data: Files
    /SAPDMC/LSOINS Legacy Data: Assignment of Files to Source Structures
    /SAPDMC/LSOLOG Log Info per Object and Work Step
    /SAPDMC/LSOMAP Field Mapping
    /SAPDMC/LSOPAR Diverse Parameters
    /SAPDMC/LSOPRT Flow and Message Log
    /SAPDMC/LSOREC Recordings per Object
    /SAPDMC/LSOREL Structure Relationships
    /SAPDMC/LSORUL Rule Category
    /SAPDMC/LSOSTR Source Structures
    /SAPDMC/LSOTXT Objects: Name
    /SAPDMC/LSRATT Central Rules: Definition and Attributes
    /SAPDMC/LSRCOD Central Rules: Code
    /SAPDMC/LSRTXT Central Rules: Name
    /SAPDMC/LSRVLI Central Rules: Interval Translation Values
    /SAPDMC/LSRVLO Central Rules: 1:1 Translation Values
    /SAPDMC/LSUCUST Personal settings
    /SAPDMC/LSUMENU User Menu
    /SAPDMC/LSUPROF User Profile
    You also can find general information of your projects with: Goto -> Administration
    Regards,
    Álvaro

  • 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

  • Needs the table from which "project definition" field is to be extracted

    Hi,
    As a requirement in BW, we have to add the new field project definition in the BW cube 0COOM_C02(description of the cube:- CO-OM: Costs and Allocations Project (Delta Extraction)).For this, we have to add the same in all the data sources related to this cube.
    Data sources under this cube are:
    0CO_OM_CCA_9 (Cost Centers: Actual Costs Through Delta Extraction)
    Take any one of the data source and search that in the R/3 side tcode RSA6, double click and you will find the entire structure (fields) for that data source.Double click the extract structure appearing above it to find the technical details of each field.
    Now we have to add the field project definition in the data source.For extracting the same, we have to write the logic which will extract the value of project field from a table.
    We dont have any problem in writing the code but
    Our requirement is that during coding, from which table we should extract the value ? and also on what basis?(means what should be the selecting criteria for populating that field) .
    If you want any information on these data sources, do reply me.
    Thanking you in advance,
    Tarun Brijwani.

    The cube is related to module
    Financials Management & Controlling----->Controlling----->Overhead Cost Controlling

  • Table.rows.find() returns null in a table where the row exists.

    Hi...
    I am working in a Project in Visual Studio 2013 where I have to read an Excel report related with a list of business opportunities. Some of the Fields that are involved in it are:  Opportunity ID, BU, Account, close date, Account Manager,
    Total Value and so on. As soon as I get the conection with the Excel Report, I fill a DataTable and declare the columns [Opportunity ID] and [BU] as my Primary Keys.  In that way, an Opportunity value may have one o more rows
    with different BU code each of them.  In consequence, you can define one row in the table if you specify the [Opportunity ID] and the [BU] values.
    My problem starts when I try to get information of those rows that have an specific value of [Opportunity ID]. For that situation I make a "foreach" structure where I check the BU codes that are involved with that Opportunity. So
    I use the Find() Method to get the information of the row specified by the Opportunity ID and BU.  The first time it goes to find the information it gets the results successfully but in the next cycle changing just the [BU] using the same [Opportunity
    ID] value, the find() method returns a "null" and I do not know why because I am sure that the row exists in the table.  I have verified the "Unique" property for the  [Opportunity ID] and [BU] columns (which are
    my primary keys)  and they are in false which is OK.
    I share the code that I am using...
    Hope someone can help.
    Thanks.
    Alfmar.
    void ObtenTotalesxBUs(string Opportunity, string[] BUs, Object[] TotalBUs, Object[] ExpTotalBUs)
    ArrayList TotalesBUs = new ArrayList(); //Required information from the row.
    ArrayList ExpTotalesBUs = new ArrayList(); //Required information from the row.
    foreach(string businessUnit in BUs)
    Object[] LlaveBusqueda = { Opportunity, businessUnit }; //Provide values to the Primary Keys.
    DataRow RenglonInfo = null;
    RenglonInfo = TablaFunnel.Tabla.Rows.Find(LlaveBusqueda); //Find method receives the Primary Keys values. Here is where I have a "null" in return the second time changing just the [BU] field.
    TotalesBUs.Add(RenglonInfo["Total"]); //Get the required information from the row.
    ExpTotalesBUs.Add(RenglonInfo["Expected Total Value"]); //Get the required information from the row.
    TotalBUs = TotalesBUs.ToArray();
    ExpTotalBUs = ExpTotalesBUs.ToArray();}

    Hi Viorel..
    Thanks a lot for you help.
    I am absolutely sure that the second ítem of BU is valid and exist in the table because I tried to make a "Select" statement in the table providing the values of [Opportunity ID] and [BU] and I get the expected record. So, why is not
    working using Find() with the defined Primary Keys??? 
    I tried this in order to test that the record exists...
    if(RenglonInfo == null)
    string strSelect = "[Opportunity ID] = '0000218256' AND [BU] = 'SFW'";
    RenglonInfo2 = TablaFunnel.Tabla.Select(strSelect);

  • How to display sub table and NOT repeat each detail line?

    I am going nuts trying to get this thing to display correctly, so I am someone can help me. I am trying to display a sub table (not subreport - tried that and it doesn't work) for detail records. For Example on an invoice items may have child items.
    I am using Crystal 11
    I have two tables iDetail and iSubDetail
    My detail section looks like this:
    D   iDetail.itemNum                              iDetail.price
               iSubDetail.itemNum
    I have a Left Outer link from iDetail.itemNum  --> iSubDetail.itemNum
    I should see something like this:
    itemOne                  $50.00
         subItemOne
         subItemTwo
         subItemThree
         subItemFour
    itemTwo                $25.00
    itemThree              $30.00
    etc...
    Instead, my Crystal report displays this:
    itemOne                  $50.00
         subItemOne
    itemOne                  $50.00
         subItemTwo
    itemOne                  $50.00
         subItemThree
    itemOne                  $50.00
         subItemFour
    itemTwo                $25.00
    itemThree              $30.00
    etc...
    and of course the total for the invoice is wrong.
    I have tried all the different links and a subreport, but I cannot get it to display correctly. Does anyone have any ideas??

    I tried subreport but I can't figure out how to turn it OFF for non-relative items; from the above example data I would get with a subreport:
    itemOne $50.00
      subItemOne
      subItemTwo
      subItemThree
      subItemFour
    itemTwo $25.00
      subItemOne
      subItemTwo
      subItemThree
      subItemFour
    itemThree $30.00
      subItemOne
      subItemTwo
      subItemThree
      subItemFour
    Looks great for itemOne, but I can't turn it off for itemTwo and itemThree. I have tried hiding the subreport if iDetail.itemNum =
    iSubDetail.itemNumi, but if SubDetail table is accessed it repeats the iDetail record like the original post.
    I tried hiding it in the subreport, but it does not know what the main report record is. I couldn't find anyway to PASS the itemNum from the main report to the subreport. If I could pass it as a variable, I could just hide the subreport when it is NE to iSubDetail.itemNum.
    I kind of got it working by grouping the iDetail record by itemNum. However, the problem with that is when there really is multiple iDetail records, the invoice only shows one!! So, I would still like to find a better solution,
    Thanks for your reply.

  • Is thr any std report to find vendor excise details

    Guru's
    is thr any std report to find vendor excise details like CST,LST,ECC no.
    Plz guide
    Thamks in advance

    go to SE16
    enter table name J_1IMOVEND enter
    remove Maximum No. of Hits
    press F8
    Shift+ F8
    click spreed sheet
    give file name and select path
    save
    ur excle file is ready
    reward if usefull

  • Table to find the phase number in process order operation

    Hello All,
    Is there a way to find the table for phase details which are assigned to operation in a process order.
    Regards,
    Rohit

    Hi Rohit samant,
    Go to Process order Change or Display mode ie Tcode : COR2 or COR3.
    Enter the process order no , click on "Operation Overview (F6)", Click on the Phase field on any one operation, Click "F1", the Performance Assistance Screen will be displayed, Click Technical Details, you can get all details, like programe Name, Status, Table Name, Fieldname & all Technical details.
    I hope the above information is as per your request, Hence Reward Points,
    Regards,
    Nayeem Ahamed

  • Tables to find  Invoice for a mocement  type  101.

    Hi,
         My requirement is to find out invoice for all the material which has movement type 101. So please I need flow logic and tables   for this requirement .
    thanks
    Imran

    Hi,
    Try table EKBE, it contains all details. BWART - Movement type and BEWTP = Q - Invoice/ E - Goods Receipt.
    Regards
    Karthik D
    P.S.: You have to design the Flow logic, start writing the code and post it if you have any problem in it.

  • Table to find posted goods issue of vl02n

    Hi all,
    After perform the post good issue on vl02n, SAP suppose to update the posted goods issue into a table. So may i know which table to find the posted goods issue record ?
    Regards,
    Marcus

    Hi,
    VBUK is the header tables, you need to refer to VBUP for the item details.
    Table VBFA contains the document flow, where fields VBELV contains the previous document no. & VBELN contains the subsequent document.
    So for your need, you can refer to VBUP, VBELN would be the outbound document number, also the movement type would be 601.
    Revert if you face any issues.
    Regards,
    Vivek

  • Table names containing crmd_order data details

    Hi experts,
    I have the following requirement.
    in t.code, crmd_order, we create the cash service order.
    i want to know in which tables, all the data relating to header, items, installbase component,service org, sales org etc and the relationships among them.
    Pl help at your earliest time,
    Thanks & Regards,
    mallik

    dear friend ravi,
    thank you for kind response. This information is useful for me.
    Can you please give me how to find the following details.
    in the order, we enter the vehicle no.how can we get its engine no, and chasis no, and the previous service order no.
    is there any link between the service order and the item(vehilce) entered in it?
    How can we get the relation.
    Thank you verymuch,
    mallik

  • SCCm 2007 what is SQL table name for Status Message details

    Can some one tell me below snapshot content data in which SCCM SQL table
    [email protected]

    Hi,
    That is table name, where you can find only object details, where the package is advertised and what s the status, 
    description you won't find in database, 
    description is depend on the status code,
    Sharad Singh | My blogs: SharadTech | Twitter:
    @SinghSharaad | | Please remember to click “Mark as Answer” on the post that helps you.This can be beneficial to other community members reading the thread.

  • To find project-mapping relationship in OWB design repository.

    In a application aI am firing query on the design repositoryy schema.Here I want to find all mappings coming under a particular project.For example I got a table called ALL_IV_XFORM_MAPS to take the map names and ALL_IV_PROJECTS to take the project names.But I couldnot find out any table corresponding both project name and map name.Please help.
    Thanks.

    I don't have access to a repository at the moment, but you will have to link the map to the module it is in, and that module will belong to a project.
    Isn't there something like 'ALL_IV_MODULES' ??
    Hope this helps,
    Borkur

  • Where to find company related details in the transaction Me42

    I am reteriving the address like this Use table EKKO find the Bukrs field,use this field to find the adrnr field from the table ADRC. From adrc reterieve the values.
    Where do i find the company related details in the transaction Me42

    Hi,
    In Tcode: ME42, enter the request for quotation number (RFQ) and press enter. System will take you to 'Item Overview' screen. From menu select 'Header' -- 'Details' or press F6. Then the system will take you to 'Header screen' there you can see the 'company code' after RFQ number field.
    Or
    Directly from Tcode: ME42, enter the request for quotation number,then from menu select 'Header' -- details. Here you can have the company code field.
    The data for company here too will get updated in table and field EKKO-BUKRS.
    Hope this helps.
    Thanks,
    Viswanath

  • Table that stores Transport Request Details

    Hi SDN Gurus,
    Is there any table that stores all the details of all the transports in Import Queue (STMS). I am mainly interested in import time and method execution time of the transport. I need to write an ABAP program that for calculating the time for mass migrating all the transports in the queue.
    i looked at the tables E070, E071 and some others but din't get the required info.
    Any help will be rewarded with points.
    Thanks

    Here is some correction to what i said. i got some information like the transport number, owner of the transport, target system and the IMPORT time of the request from the table E070. i guess all i need now is to find the time at which the transport is completed (Method Execution time) so i can calculate the time it took for transport.
    Thanks

Maybe you are looking for

  • Submit report RM06W003 and save in background

    Hi, I need to use program RM06W003 to generate sourcelists in background from a workflow. I have made a selectionscreen, where I submit the program with parameters, that works fine. But when the report has run, I get a screen with the result, where I

  • Creation of New fast entry for custom infotype

    Hi all, I need to create new fast entry form my custom 9010 inft. What I need to do,? How to create screen for input and how to assign it to transaction PA70. Change some modules or what? Kind regards.

  • IPhone 5 battery is terrible - been through two now --- anyone else? Help

    I have gone through 2 iPhone 5's now.  Genius Bar swapped my first one out.  Second one is worse than first.  I lose 1 percent every minute or two, just doing email and phone.  Have tried all fixes I can find over the past week now with no success an

  • How to save incoming messages in Mail?

    Hate to sound as if the only mail programs I've ever used are Yahoo and Hotmail, but where is the "Saved Mail" folder, and why can't I create NEW folders to nest inside "Saved Mail"? I investigated "Smart" mailboxes, but that doesn't appear to be the

  • Getting output of job

    Hello, I'm trying to get the job output in my program usibg publisher's web service as follows, but the history list is always returned empty. Thank You String sessionToken = myPort.login(username, password); String jobId = myPort.scheduleReportInSes