Data Extraction for a Project Created in cProject

Hi,
   I have created a project with phases and tasks in cProjects. I am trying to write a listing report. But i am unable to find tables which contains all the details of the project. I am able to get only the project header detail. But i am not able to get the phase and tasks details. Please help.
Regards,
Srikanth

Please check the PROJ table .. there is a data element PSPID  for project id..

Similar Messages

  • Can you use SQL as a data source for a project in the same way you can in Excel?

    Excel allows you to create a data source that executes a SQL stored procedure, display that data as a table in a spreadsheet and have that data automatically refresh each time you open the spreadsheet. Is it possible to do the same thing in MS Project, displaying
    the data from the stored procedure as a series of tasks?
    Here's what I'm trying to do - I have a stored procedure that pulls task data meeting a specific criteria from all projects in Project Server. We're currently displaying this data as an Excel report. However, the data includes start dates and durations so
    it would be nice to be able to display it as a Gantt Chart. I've played around with creating a Gantt chart in Excel and have been able to do a very basic one, but it doesn’t quite fit our needs.

    No, You can not use sql as a data source for a project.
    You have 3 options to achieve it:
    1. You can create a Sharepoint list with desired column ,fill desired data in that list then you can create a MS project from Sharepoint List.
    2. You can create a SSRS report in which you can display grantt chart Joe has given you that link.
    3. You can write a macro in MPP which will take data from your excel. In excel you will fetch data from your stored procedure. write a schedule which will run every day to update your data or
    create an excel report in which will update automatically and write macro in mpp which will fetch the data then publish it so that it would be available to team members.
    kirtesh

  • Error in data extraction for 0TCT_DS22

    Hi All .
    I am facing issue in data extraction for 0TCT_DS22 , its giving message 'error in source system ' and also giving a dump
    Runtime Errors TSV_TNEW_PAGE_ALLOC_FAILED
    Date and Time 24.05.2010 11:22:53
    Short text
    No more storage space available for extending an internal table.
    What happened?
    You attempted to extend an internal table, but the required space was
    not available.
    As per following thread i updated the table but still data load is failing ( Our system is at EHP1)
    DataSource 0TCT_DS22 not extracting Data
    Any pointers what could be the solution for this data load failure .
    Thanks.

    Hi Neetika,
           This type of error occures due to lack of memory in server or no process is available for request process.
    Please refer below forum.
    Re: Runtime Errors  TSV_TNEW_PAGE_ALLOC_FAILED
    Have you done any custom coding? if yes then check the loop.. endloop statement. (not closing loop)
    Thanks & Regards,
    Ashish

  • HFM data extract for Multiload

    Very new to this and need some help please. When extracting HFM data for FDM multiload what is the best way to get the data for periods into columns and not rows without formatting the data manually?

    The data extract interface is limited and does not allow you to have multicolumns for the periods. What you can try is to create a smartview (if the number of rows is not too large) and the save the file as a CSV, then in a text editor replace all commas by semicolons. Otherwise, if you can write Excel VBA code then this could also be an alternative again number of lines could be a potential issue.
    If you don't have to run it through translation tables, you can probably accomplish must of the changes using a strong text editor such as K-edit.

  • No sound in imovie 11 for a project created in imovie 09

    Hello Everyone,
    I have a similar, yet different audio issue than what others have posted about in the forums. I have a friend who created a wedding video in iMovie 09 for us, we created the iDVD project, exported, burned, and shipped it to the client. The client wanted a few misc changes, and we've since upgraded our MBP's to iLife 2011, and when we open the same project with the same events in the same folder structure, the audio from the songs in the project have no volume.
    The system volume is on and turned up, we tried removing and re-adding the songs to the file, that doesn't help. I can bring up and play correctly the audio file in the audio preview window without issues, and I can play the files in iTunes, but the files won't play in the iMovie 2011 project. We've rebooted, we've checked that the files aren't drm protected, we checked volume levels, ducking all the usual things. Another interesting thing, is that when just hovering in the project window, and hitting the space bar to play the project, that does not play the audio, but I can skim in the project window and hear the audio of the files.
    It seems like some sort of glitch in iMovie, anyone have any thoughts?
    Chris

    Unfortunately, the 9.0.2 update does NOT fix this problem. At least for me. In my case, I created a 25-minute promo video for a local tech conference, with multiple background audio clips (the ones that come with GarageBand - "Havana," "Jacaranda," et al). This project was created in iMovie '09 and works perfectly, I exported it and gave it to them to upload to their Vimeo account. This was several months ago. This week they finally got around to creating a YouTube account (who knows why they have never thought to do this before now, but that is beside the point). Of course youtube has a 15 minute upload limit, so they asked me to re-edit a shorter version of the video I made for them last year. Between then and now I had upgraded to iMovie '11 (and yes, I am running 9.0.2). I made a copy of the project and opened it, and now only the first two background audio clips play - after that there is no more background audio (but the audio from the original movie files still plays). Really frustrating, and it means I have to spend a night reverting my machine back to iMovie '09 so I can get this project shipped off to them. Argh!
    Message was edited by: dburr

  • How to make the java files compile for a project created outside of Eclipse

    Hi^^,
    I have created a project outside of Eclipse. It has the following folders
    1. config
    2. source
    3. WEB-INF
    I want to execute the project on remote server. Will it compile automatically creating a new folder for .class files corresponding to the source folder or do i need to include a build.xml to enable the project to create a new folder for .class files. Also pls tell me how do I write this build.xml
    Please advise.

    Hi^^,
    Actually I have created a project without using eclipse.
    My source files are inside WEB-INF/source
    Now I want to compile the files using build.xml so that I can create class files. I am using the following build.xml
    <project name="jsp" default="all" basedir="./">
      <property environment="env"/>
      <property file="ArmorJSP.properties"/>
      <!-- set global properties for this build -->
      <property name="source" value="."/>
      <target name="all" depends="copy, jspc, testservlet"/>
      <!-- Creates jsp_servlet directory under WEB-INF\classes of the Examples Web
        APP and places the compiled jsp classes into it -->
      <target name="jspc">
        <!-- Run ejbc to create the deployable jar file -->
        <java classname="weblogic.jspc" fork="yes">
          <arg line="-webapp ${APPLICATION_HOME} -compileAll -d ${APPLICATION_WEB_CLASSES} ${source}/*.jsp"/>
          <classpath>
            <pathelement path="${WL_HOME}/lib/weblogic_sp.jar;${WL_HOME}/lib/weblogic.jar;${ARMOR_HOME}/ARMORSecurity.jar;${ARMOR_HOME}/ARMORUtil.jar"/>
          </classpath>
        </java>
      </target>
      <!-- Creates jsp_servlet directory under WEB-INF\classes of the Examples Web
        APP and places the compiled Servlets classes into it -->
      <target name="testservlet">
        <!-- Run ejbc to create the deployable jar file -->
        <javac destdir="${APPLICATION_WEB_CLASSES}" srcdir="${source}" includes="*.java">
          <classpath>
            <pathelement path="${WL_HOME}/lib/weblogic_sp.jar;${WL_HOME}/lib/weblogic.jar;${ARMOR_HOME}/ARMORSecurity.jar;${ARMOR_HOME}/ARMORUtil.jar"/>
          </classpath>
        </javac>
      </target>
      <target name="copy">
        <copy todir="${APPLICATION_HOME}">
          <fileset dir="${source}">
            <include name="*.jsp"/>
          </fileset>
        </copy>
      </target>
    </project>I do not know how to compile the project using this build.xml
    The motive of doing all this is to understand how is Eclipse doing the build project step. I simply cannot find any build.xml inside any of my projects created in Eclipse however when right click on the project and choose build project, it compiles excellently. ???
    Edited by: pksingh79 on Nov 24, 2008 1:19 PM

  • Data extraction for BW/BI

    Hi ,
    I am new in BW.Can anyone send me material on DATA EXTRACTION IN BW? I mainly want the material for LO-extraction.If anyone could provide the material on extractors like LO-cockpit,Generic data source etc.I will be really thankful.Please send the material at  "baljinder4u_gmail.com" .
    Thanks in advance

    Hi Rakesh
    Step-by-step control flow for a successful data extraction with SAP BW:
       1.  An InfoPackage is scheduled for execution at a specific point of time or for a certain system- or user-defined event.
       2.  Once the defined point of time is reached, the SAP BW system starts a batch job that sends a request IDoc to the SAP source system.
       3.  The request IDoc arrives in the source system and is processed by the IDoc dispatcher, which calls the BI Service API to process the request.
       4.  The BI Service API checks the request for technical consistency. Possible error conditions include specification of DataSources unavailable in the source system and changes in the DataSource setup or the extraction process that have not yet been replicated to the SAP BW system.
       5.  The BI Service API calls the extractor in initialization mode to allow for extractor-specific initializations before actually starting the extraction process. The generic extractor, for example, opens an SQL cursor based on the specified DataSource and selection criteria.
       6.  The BI Service API calls the extractor in extraction mode. One data package per call is returned to the BI Service API, and customer exits are called for possible enhancements. The extractor takes care of splitting the complete result set into data packages according to the IDoc control parameters. The BI Service API continues to call the extractor until no more data can be fetched.
       7.  The BI Service API finally sends a final status IDoc notifying the target system that request processing has finished (successfully or with errors specified in the status IDoc).
    Note
    Control parameters specify the frequency of intermediate status IDocs, the maximum size (either in kilobytes or number of lines) of each individual data package, the maximum number of parallel processes for data transfer, and the name of the application server to run the extraction process on.
    *Here is LO Cockpit Step By Step*
    LO EXTRACTION
    - Go to Transaction LBWE (LO Customizing Cockpit)
    1). Select Logistics Application
           SD Sales BW
                Extract Structures
    2). Select the desired Extract Structure and deactivate it first.
    3). Give the Transport Request number and continue
    4). Click on `Maintenance' to maintain such Extract Structure
           Select the fields of your choice and continue
                 Maintain DataSource if needed
    5). Activate the extract structure
    6). Give the Transport Request number and continue
    - Next step is to Delete the setup tables
    7). Go to T-Code SBIW
    8). Select Business Information Warehouse
    i. Setting for Application-Specific Datasources
    ii. Logistics
    iii. Managing Extract Structures
    iv. Initialization
    v. Delete the content of Setup tables (T-Code LBWG)
    vi. Select the application (01 u2013 Sales & Distribution) and Execute
    - Now, Fill the Setup tables
    9). Select Business Information Warehouse
    i. Setting for Application-Specific Datasources
    ii. Logistics
    iii. Managing Extract Structures
    iv. Initialization
    v. Filling the Setup tables
    vi. Application-Specific Setup of statistical data
    vii. SD Sales Orders u2013 Perform Setup (T-Code OLI7BW)
            Specify a Run Name and time and Date (put future date)
                 Execute
    - Check the data in Setup tables at RSA3
    - Replicate the DataSource
    Use of setup tables:
    You should fill the setup table in the R/3 system and extract the data to BW - the setup tables is in SBIW - after that you can do delta extractions by initialize the extractor.
    Full loads are always taken from the setup tables
    please follow the link
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=dataEXTRACTIONIN+BW&cat=sdn_all
    Regards
    Tapashi
    Edited by: Tapashi Saha on Aug 18, 2008 11:03 AM

  • Importing modified Bug WIT does not refresh the template in TFS 2013 for the project created using Scrum Template.

    Hi,
    We have a TeamProjectA created in a collection using ScrumTemplate 2013.4. I have added a new State 'Duplicate' in the Bug WIT and modified the workflow. Also the ProcessConfiguration file is modified to match the metastate and imported using the ImportWit
    Commands which were successful. When I Export the modified WIT using Process Editor for TeamProjectA I can see the Bug.xml has my changes. However, when I try to create a new Bug through TWA, I do not see the new State'Duplicate' that I added.
    I dont see my changes are updated in the common configuration files Path ie C:\\Program Files\Microsoft Team Foundation Server 12.0\Tools\Deploy\ProcessTemplateManagerFiles
    Note: I have a different TeamProjectB created using the Agile template created under the same Collection as my other TeamProjectA. Not sure if this has anything to do with my problem.

    Hi NetLearuner15,  
    Thanks for your reply.
    If you want use witadmin command on your TFS Server machine, you need install VS 2013 on your TFS 2013 Server machine.
    Have you tried create new Bug using VS? The new added state value shows correctly in VS or cannot see it in VS too?
    You’re using TFS 2013 Update 4 and VS 2013 Update 4?
    Yes, you can restart your TFS Server and check the result.
    And we suggest you add a new custom field in your Bug_Test work item type(Fields and Layout) or only edit a default state value in it using Process Editor, then save this Bug_Test work item type and check if this new update shows correctly when you create
    a new Bug_Test work item from TFS Server. If the  new field or changed state value can be updated correctly in your TFS Server, I think your initial ‘Duplicate’ state value not defined correctly in your Bug WIT>>workflow.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Purchase Order data extraction for Service PO

    Hi Experts,
    I am facing problem for extraction of Service Po data .For extractor 2LIS-02_ITM which will give the item details for PO. for the same  I am not geting service Number .
    In ITEM data its show only its service type PO . but not giving service number.
    How to do this ??? plz send reply
    Thanks
    sharad

    Hi Sharad,
    You can enhance the extract structure for 2LIS_02_ITM by adding a new field.
    To populate this field, please try the below logic in user exit code. I am not sure which field you need from ESLL. I am assuming the activity number which is SRVPOS.
    1. Select ESSR-PACKNO into temp where ESSR-EBELN = Pur Doc no in extract
                                                           and  ESSR-EBELP = Pur Doc item in extract.
    2. Select ESLL-SRVPOS where ESLL-PACKNO = temp(retrieved from above step).
    I was not able to find any direct link between Purchase doc number and ESLL, that is why used table ESSR to get the packno.
    Hope this helps.
    Thanks,
    Archana

  • Problem in Data extraction for NEW GL DSO 0FIGL_O10

    Hi ,
    I am facing Problem in extraction of records from SAP to BW.
    I have installed Business Content of NEW GL DSO  0FIGL_O10.
    When I extract the Data from SAP R/3, to this DSO  ( 0FIGL_O10 )  the reocrds are getting over written
    For Example  When I go the the Mange Option ( InfoProvider Administration)  the transferred Records and the Added Records are not same.  The Added records are less then the Transfered reocords.
    This is happening becuase of Key Filed Definations.
    I have 16 Characterisics in the KEY FIELD, which the maximum that I can have. But the Data comming from is Unique in some casses.
    As result the data get added up in the DSO, hence my balances are not matching with SAP R/3 for GL Accounts.
    There are total 31 Characteristics in the Datasource (0FI_GL_10) . Of which 16 Charactheristics i can include in the Key field area.
    Please suggest some solution.
    Regards,
    Nilesh Labde

    Hi,
    For safety, the delta process uses a lower interval setting of one hour (this is the default setting). In this way, the system always transfers all postings made between one hour before the last delta upload and the current time. The overlap of the first hour of a delta upload causes any records that are extracted twice to be overwritten by the after image process in the ODS object with the MOVE update. This ensures 100% data consistency in BW.
    But u can achive ur objective in different manner::
    Make a custom info object ZDISTINCT and populate it in transformation using ABAP code. In ABAP try and compound the values from different charactersitcs so that 1 compounded characterstic can be made. Use ZDISTINCT in ur DSO as key
    Just a thought may be it can solve ur problem.
    Ravish.

  • Solution Manager Data Extraction for BW

    Hi,
    We have a Solution Manager in place for SAP Systems. Our requirement is to extract data from Solution Manager into BW and provide  BW Reports for Solution Manager Reporting & analysis.
    What are the standard DataSources/Extractors available in solution manager for this?
    What are the Business Contents (Infosources) available in BW?
    Any help will be rewarded.
    Regards
    Prasad

    Hi Prasad,
    have you already found the related IMG tree? It guides you through the setup.
    Transaction SPRO -> SAP Reference IMG -> SAP Solution Manager -> Scenario-Specific Settings -> Operations -> BI Reporting
    transaction: RSA5 (Installation of DataSource)
    -  0SM_SMG_ROOT                   Oberster Knoten Solution Manage
    -- 0SM_SMG                        Solution Manager
    --- 0SM_DSWPBI_DB390
    --- 0SM_DSWPBI_DB400                  DB400 Data
    --- 0SM_DSWPBI_DBADA                  Adabas Data
    --- 0SM_DSWPBI_DBDB2                  DB2 Data
    --- 0SM_DSWPBI_DBINF                  Informix Data
    --- 0SM_DSWPBI_DBMSS                  SQL Server Data
    --- 0SM_DSWPBI_DBORA                  Oracle Data
    --- 0SM_DSWPBI_MODUL                  Module Data
    --- 0SM_DSWPBI_PERF                   Performance Data
    --- 0SM_DSWPBI_SERVER                 Server Data
    --- 0SM_DSWPBI_SYSDATA                System Details Data
    --- 0SM_DSWPBI_SYSTEM                 System Data
    Best regards,
    Ruediger Stoecker

  • Error in JSP's for custom project created for SAP-SHRAPP crm/isa/web/b2b

    Hi All,
    we have NWDS 7.3, NWDI 7.3, JDK 1.6.
    Imported the track, created a new custom b2b project. Added the corresponding dependencied on the project folders.
    On build of the custom project, build was finished with some warnings. The depolyment was completed successfully.
    We are able to open the XCM settings of the custom project. And even the application for the custom project is running fine, ordes are being saved, without any error.
    However, when i open any JSP say order.jsp. It has some set of warnings and errors. The error description says ISACORE jar file is not accessible.
    Kindly help, how to solve this issue?
    Thanks
    Ekta
    PS. example of one of the error
    Access restriction: The type OrderChangeUI is not accessible due to restriction on required library D:\NWDS
    \eclipse\workspace.jdi\0\DCs\sap.com\crm\isa\isacore\_comp\gen\default\public\default\lib\java
    \sap.com~crm~isa~isacore~default.jar
    when i go to this location the JAR file is available.

    all the SC are of version 7.01
    Thanks!
         ED7
    o SAP_JTECHS.sca     sap.com      SAP_JTECHS      7.02 SP8 (1000.7.02.8.1.20110704191740)
    o SAP_BUILDT.sca     This is DTR component it will be in NWDI(DI BUILD TOOL)
    o SAP-JEE.sca     sap.com      SAP-JEE      7.02 SP8 (1000.7.02.8.1.20110705065623)
    o SAP-SHRJAV.sca
         SAP SHARED JAVA COMP. 7.01//
    SAP-SHRJAV      701 SP4 (1000.701.0.4.6.20110722065102)
    o SAP-SHRWEB.sca
         SAP SHARED WEB COMPONENTS//
    SAP-SHRWEB      701 SP4 (1000.701.0.4.6.20110722073940)
    o SAP-SHRAPP.sca
         sap.com      SAP-SHRAPP      701 SP4 (1000.701.0.4.6.20110722064714)
    o SAP-CRMJAV.sca
         CRM JAVA COMPONENTS 7.01//
    SAP-CRMWEB      701 SP4 (1000.701.0.4.6.20110722064233)
    o SAP-CRMWEB.sca
         CRM JAVA WEB COMPONENTS 7.01///
    SAP-CRMWEB      701 SP4 (1000.701.0.4.6.20110722064233)
    o SAP-CRMAPP.sca
                        sap.com      SAP-CRMAPP      701 SP4 (1000.701.0.4.6.20110722063254)
    o SAP-CRMDIC.sca
         sap.com      SAP-CRMDIC      701 SP4 (1000.701.0.4.6.20110722063636)
    o SAP-IPCMSA.sca
         CRM IPC MOBILE 7.01///
    SAP-IPCMSA      701 SP4 (1000.701.0.4.6.20110722064529)
    o STRUTS.sca
         This was for only CRM 5 I think you should ignore this SC    Note 917001 - XCM configuration failes on OS/400
    o TEALEAF.sca     This was for only CRM 5 I think you should ignore this SC   Note 900660 - TeaLeaf RealiTea Version 4.5 for CRM 5.0

  • What will be data type for the newly created Service Interface def.?

    hi @,
    I am using new Service interface for the start event with objective that any outside application will be able to trigger the BPM. I have created the same SI and its operation and Input params. Now when the request comes there is an exclusive choice gateway which based upon the input fields decide which path to take into consideration. Now I need to map the SI input to the Data object but which data type I need to use ideally it should be the data type defined in the Service Interface should be used but I am not able to locate the same in the data type folder .
    How can I map the input service interface data type to the Data object so that it is available in the next BPM steps?
    Thanks,

    Hi,
    Typically the used types in a new service interface are anonymous. Try making the used complex type a global one (Right-Click onto it -> Refactor -> Make Anonymous Type Global).
    Afterwards you could use the speed button around your your 'start event' and create a new 'data object' from there. Now the IDE automatically assigns the type of the service interface to your 'data object' and  performs the standard mapping between the 'start event' and the 'data object' in addition.
    Please also have a look at the documentation for further information:
    Accelerated Modeling with Speed Buttons
    http://help.sap.com/saphelp_nwce711/helpdata/en/16/52f063cac643d2917347aab86930ef/frameset.htm
    There is also an interesting blog entry dealing with data objects and their reuse:
    How to avoid modeling errors in Netweaver BPM? Part 3: Data flow in style
    /people/soeren.balko/blog/2009/02/03/how-to-avoid-modeling-errors-in-netweaver-bpm-part-3-data-flow-in-style
    Hope that helps,
    Martin

  • Real-time data extraction for FI-GL

    Hi All,
    I have a business requirement to have FI-GL transactions updated in 5 minutes or less in our BI system.
    As per OSS Note 991429 (Minute based extraction enhancement for 0FI * 4 extractors) it seems in theory possible. However, the settings in this note inidcate that the extraction can only happen every 3600 seconds (1h) or more to avoid losing any delta records.
    Has anybody been able to use either datasource 0FI_GL_4  or any other standard datasource to set-up a real-time extraction (the key point being a real-time update of 5 minutes or less, not an hour)?
    Thanks a lot for your help.
    David

    I would like to inform you, that SAP does not recommend to reduce the
    safety interval from 1 hour to 15 minutes.
    This setting can cause missing records in the BW system.
    However it is on your OWN risk, and it is NOT supported by SAP, if it
    will cause missing datas in BW.
    You can change the safety interval in table BWOM_SETTINGS.
    Please take a detailed look at the note 991429.
    Colin

  • Data extraction for debit/credit indicator A & L

    Hello,
    In ECC there are certain records agains which Debit/Credit Indicators
    are A & L...How can we pull them into BW???
    Also we are getting Amount againt those records in BW but not Quantity..
    Thanks & Regards
    Shilpi Gupta

    Hi Shilpi,
                    Check your transformation / Transfer rules for quantity.
    if quanity is not mapped map quantity field from data source to your bw target field.
    hope this will help you.
    Thanks,
    Vijay.

Maybe you are looking for

  • Accordion on SharePoint's td element

    I'm trying to use Accordion on my SharePoint project and I have this CEWP using JavaScript that creates a header placed under <td> element (see attached) class name "sectionHeader" the problem is its not working. Do we have some work around so I can

  • Updating Output Preview window

    Hello. I have a problem with output preview window. I found the thread with the same question: How to update Output Preview window? . But there are no answers. May be anybody can answer now. Thank you.

  • Photos trying to sync to ipod when they shouldn't

    Ok, i have seen the opposite of this happen on the discussions, but when i plug in my ipod (i think it's a second gen 8 gig, i bought it used so i don't know how to tell) it syncs the apps and new music just fine, but then it proceeds to optimize my

  • 9iAS Installation Issus in Red Hat AS2.1

    Hi, I have two machines to install both infrastructure and midtier instances both running in RedHat AS2.1. I applied all the OS patches to make sure it meet the requirements. I installed the infrastructure instances and successfully completed. I appl

  • Auto Run ignores URL parameters and uses Defaults on first run

    We have BI Publisher 11g standalone (not OBIEE). We have a suite of BI Publisher reports, all set up on data sets with default parameters. All reports have Auto Run enabled and caching disabled. The reports are run from a Flex UI application using a