Reporting on Solution , not Project

Hi all :
  We know that we could use tcode SOLAR_EVAL to get the information like which tcode/IMG object is assigned to which process/process step ,  but that's only for project , if we want to know same info for SOLUTION  ,is there any report available ?
  Thank U very much

Anyone knows how to get the TCODE list from a solution ? or which IMG Object used in which process of a solution ?
Thanks

Similar Messages

  • Can Grow Vertical Alignment Error in Embedded Report View, but not in .PDF

    Hello,
    I have seen postings about this issue before, but have yet to find a solution. 
    I am using Visual Studio 2008 w/ the basic version of Crystal Reports that is included.
    I have a simple report that displays results of a stored procedure as rows across the report.  One field can be of variable length, anywhere from 0 to 100 characters.  Usually it's something reasonable (less than 40 chars), and so I have only given it so much width in the report.  For when it is longer than that, I turned the "Can Grow" property ON, and set the Maximum Number of Lines property to 0. 
    When the report displays embedded in my Web Form, and this field's data is wider than the space I have allowed, it breaks the data down into multiple lines of the same correct width, as you'd expect, but those lines end up displaced vertically upward several rows, and print directly on top of other data from the above rows, make the report unreadable in that area (and quite ugly overall!).
    If I export this report to a .PDF, it displays perfectly, without the vertical displacement error.
    Anyone know what the official work is on this?  Is there a fix or is this a bug?
    If there is no fix, does anyone know how to direct the report to the .PDF file viewer, so the embedded report remains invisible (and thus hides the ugly error), but the user has the .PDF version to see?  My client ultimately wants to export the report to .PDF, which I have already coded, but it does not open the .PDF Viewer, just saves the report to disk.  However, if I use the Crystal built-in Export button, it first displays a pop-up asking which format to export to, then if .PDF is chosen and okay is clicked, the pop-up switches to contain the .PDF Viewer, and opens the report.  In my user-defined export code, the .PDF is correctly created, but I am missing the step on how to open the .PDF Viewer.
    Any ideas?

    Thanks for the responses.
    Jonathan, moving the field in question to its own details section (details B) did not fix the issue.  The field in question is moved slightly down as its in a new details section with sits slightly lower than details A, but when it has to be broken up into multiple lines, the same issue arises, the field text is displaced vertically upward and sits on top of other data.
    Ludek, I wanted to send the report to a .PDF Viewer in a new browser, and keep the original browser intact.  I'm using code very similar to yours.  To launch the new broswer I added this code to the Page_Load of my main browser:
    btnViewReport.Attributes.Add("onclick", "window.open(Page.aspx', """", """", 'height=200,width=400')")
    When the button is clicked the report is exported, and the new browser opens Page.aspx.
    I use this code in Page_Load of Page.aspx:
            Dim webClient As System.Net.WebClient = New System.Net.WebClient()
            Dim buffer As Byte() = webClient.DownloadData("C:\Reports\Report.pdf")
            If Not buffer.Length.Equals(0) Then
                Response.ContentType = "application/pdf"
                Response.AddHeader("content-length", buffer.Length.ToString())
                Response.BinaryWrite(buffer)
            End If
    Any other ideas on the original vertical displacement issue when using Can Grow, I'd still appreciate it.
    Thanks,
    Scott
    Edited by: Scott Deltorto on Sep 23, 2008 10:15 PM

  • Reporting Tab is not showing in SCSM 2012 SP1 Console

    I'm working with SCSM 2012 SP1. But after installing data ware house only "DataWareHouse" tab appares no "Reporting" tab. And it shows below MSG:
    And only the below reporting management pack are available in the Data Ware House >> Management pack area.
    I already check data warehouse server 'System Center Data Access Service' and 'SQL Server reporting Service', borth are running. But still 'Reporting' tab is not there.
    Mithun Dey Web: http://cloudmithun.wordpress.com If this may give your necessary resolution please mark it as Answre.

    At last I solve the problem. THere is 2 solution for resolve the issue.
    Force start all warehouse job.
    Un register and reregistared DataWareHouse againg.
    In my case I do the borth after reregister datawarehouse I wait 1hr after that I manualy start the warehouse jobs. And it works for me.
    Mithun Dey Web: http://cloudmithun.wordpress.com If this may give your necessary resolution please mark it as Answre.

  • Report launchpad is not working under MSS

    Hi,
    We are configuring MSS and now the report launchpad is showing errors like Role: MSS instance: REP NOT_FOUND.
    I know we need to configure the MDT scenario and then change the iView property. But I could not find the documentation on which property in the launchpad iView to change and how to change it to mactch the scenario we defined in MDT.
    Can anyone help?

    hi,
    Even i had the same probelm.. which i reported to SAP.. they replied me with folowing message :-
    hanks for the message.
    Kindly check whether corrections of Note 940552 are implemented in your
    system.
    Some of the customers reported the same issue. In their case they
    got no reports if they run program #PWPC_CONV_MDT_TO_LPA# with type
    #RPT0# because the Report Launchpad was not initialized.
    You could also solve the problem if you start the customizing of the
    report launchpad. ( Transaction FPB_LP_MSS_REP_CUST )
    If you do that the first time you will get a popup
    that ask you whether you want a tree at the left side or not.
    For the Manager Self Service you could say no and then you must save
    the launchpad.
    Now the launchpad is initialized and you could run the report for
    inserting the MDT reports.
    If you want also add the financials report please implement at first
    the correction at note 954301.
    After that you could also insert the Financials reports.
    I asume certain table contents are not delivered, because they form partof Launchpad customization.
    Please implement any of the two solutions;
    1) (Preferred sol.) Start the customization of the Launchpad (
    Transaction FPB_LP_MSS_REP_CUST ). Check that table FPB_LP6_SNI is no
    longer empty, and has the required entry. Then run the transaction to
    convert.
    2) Manually add the line to table FPB_LP6_SNI. The values are role =
    'MSS', instance = 'REP', and sni_used = ' ' (blank). Then run the
    transaction to convert.
    Regards
    Jigar Oza

  • Report engin is not working

    Dear All
    I have install Forms6i and Report6i on client machine and give exact path of server and also mention net 8 service and also give path of reports and forms. my form are running correct but my eports are not working and i notice when i run my report then report engin is not come on status bar, please let me know the solutions
    Thanks in Advance
    Regard

    Hello,
    The problem may be a PATH problem.
    Start the reports server after having set the PATH :
    set ORACLE_HOME=d:\oracle\ods1012
    set PATH=%ORACLE_HOME%\jdk\jre\bin\classic;%ORACLE_HOME%\jdk\jre\bin;%ORACLE_HOME%\jdk\jre\bin\client;%ORACLE_HOME%\jlib;%ORACLE_HOME%\bin;%ORACLE_HOME%\jdk\bin;%ORACLE_HOME%\jre\1.4.2\bin\client;%ORACLE_HOME%\jre\1.4.2\bin;
    Regards

  • GPM Custom GPO-Settings: An error occurred while generating report: Object reference not set to an instance of an object.

    Hello,
    As you can tell from the title of this question, I am no expert with GPO's.  Before I begin, I spent a few minutes to an hour searching and reading in hopes of finding the solution and avoid putting myself out there as a "GPO Newb".  While
    I found several posts and answers that were similar and were related, the questions and answers were more advanced and did present the solutions providing the person had initial knowledge already.  That is not necessarily my case and I would ask for a
    little patience and a bit of 'hand-holding' for what I need.
    I run SBS 2011, and in Group Policy Management I have a custom GPO.  In this GPO I define all my settings.  I understand this may not be the best or most practical method of applying policies, but I am not very strict and have few settings.  This
    policy existed prior to my joining the company, and was migrated in to this SBS '11 from SBS '03.  That may be the issue, but before making any changes I am seeking expert advice.
    When I select that GPO, named "Main GPO", and click on the tab at the top "Settings" I see the error: "An error occurred while generating report: Object reference not set to an instance of an object."
    I saw that when I right click the GPO > View > Options and select the tab "Reporting" that it states that for reporting to work the location of the .adm files must be specified.  I see that my option for the location is set to "Default"
    which by my guessing would be located in the C:\Windows\sysvol directory.  Below is what I see there:
    C:\Windows\sysvol\domain
    C:\Windows\sysvol\staging
    C:\Windows\sysvol\staging areas
    C:\Windows\sysvol\sysvol
    I think the problem is that my custom GPO are not inside the default location, which I speculate is: C:\Windows\sysvol\domain\policies (which I do see some objects there).
    But instead I also see items in this folder: C:\Windows\sysvol\sysvol\JOHN.LOCAL\policies (while where I just typed 'JOHN.LOCAL' is my actual local domain).
    To further this, when I edit that custom GPO, then at the very top of the tree I right click on it and select Properties, I see a Unique Name listed there as a long string of numbers and letters, similar to a registry entry.  I searched my server for
    that same Unique Name and found it listed inside the folder: C:\Windows\sysvol\domain\policies
    If I am correct with my assumption and basic knowledge, I should move all objects as follows:
    -Move FROM: C:\Windows\sysvol\domain\policies
    -Move TO: C:\Windows\sysvol\sysvol\JOHN.LOCAL\policies
    My concerns are that I am not correct at all, that I will break something, that there may be an easier fix than moving anything, or that I am overlooking something causing this error altogether. 
    Thank you for anyone's help and time with assisting me with this request.
    John Fester

    > top "Settings" I see the error: "An error occurred while generating
    > report: Object reference not set to an instance of an object."
    That's due to a security setting (most possibly) your current OS does
    not understand. Hard to find out wich exact setting it is... To resolve
    this issue, we need the gtpptmpl.inf file residing in the policiy's
    sysvol folder. To open this folder, edit the policy, move to computer
    settings - policies - windows settings - scripts - startup, press "show
    files". Then move two folders upwards and back down to
    .\microsoft\windows nt\secedit. There you'll see the gpttmpl.inf - post
    its contents and we'll have a look at it.
    > location, which I speculate is: C:\Windows\sysvol\domain\policies (which
    > folder: C:\Windows\sysvol\sysvol\JOHN.LOCAL\policies (while where I just
    That's perfectly ok - JOHN.LOCAL in fact is a symlink pointing to "domain".
    > all objects as follows:
    > -Move FROM: C:\Windows\sysvol\domain\policies
    > -Move TO: C:\Windows\sysvol\sysvol\JOHN.LOCAL\policies
    No.
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Error: The report source could not be retrieved from the state object.

    I have been trying to create a report in a JSF page. The relevant parts are below:
    Inside the JSP page, this is the code:
                  <jsp:useBean id="MyBean" class="com.nm.facade.rto.POJOViewerBean" scope="session" />
                    <jsp:setProperty name="MyBean" property="reportLocation" value="Report1.rpt" />
                   <v:reportPageViewer reportSource="#{MyBean.reportSource}"
                                           displayToolbarPrintButton="true"
                                           printMode="ActiveX"
                                           zoomPercentage="100"
                                           displayToolbarExportButton="true"
                                           displayToolbarRefreshButton="true"
                                           viewerName="My Viewer"
                   ></v:reportPageViewer>
    In the backing bean, this is the relevant code:
        public Object getReportSource() throws ReportSDKException
            if (propertiesChanged || reportSource == null)
                propertiesChanged = false;
                if (reportLocation == null)
                    throw new RuntimeException("The reportLocation property must be set before a report source is retrieved");
                ReportClientDocument rcd = new ReportClientDocument();
                rcd.setReportAppServer(ReportClientDocument.inprocConnectionString);
                rcd.open(reportLocation, 0);
                DatabaseController dbc = rcd.getDatabaseController();
                //Create the POJO collection and populate it with data
                ReportData[] data =
                  new ReportData("B.B.", "King", 6, new Date(25, 9, 16)),
                    new ReportData("Muddy", "Waters", 7, new Date(15, 4, 4)),
                    new ReportData("John Lee", "Hooker", 8, new Date(16, 8, 16)),
                    new ReportData("Otis", "Rush", 9, new Date(34, 4, 29)),
                    new ReportData("Buddy", "Guy", 10, new Date(36, 7, 30))
                //Create the result set from the collection of POJOs
                POJOResultSetFactory factory = new POJOResultSetFactory(ReportData.class);
                factory.setVerbose(true);
                POJOResultSet results = factory.createResultSet(data);
                ResultSetMetaData metaData = results.getMetaData();
                //Set the resultset as the report datasource
                      //Get the table name from the 'Set Datasource Location' dialog in the Crystal Reports designer
                String reportTable = "getReportDataDataSource";
                dbc.setDataSource(results, reportTable, reportTable);       
                IReportSource reportSource = rcd.getReportSource();
                if (reportSource == null)
                    throw new RuntimeException("Unable to get a report source.");
            return reportSource;
    In the CRConfig.xml, this is what is there:
    <?xml version="1.0" encoding="utf-8"?>
    <CrystalReportEngine-configuration>
        <reportlocation>../reports</reportlocation>
        <timeout>0</timeout>
        <ExternalFunctionLibraryClassNames>
             <classname></classname>
        </ExternalFunctionLibraryClassNames>
    </CrystalReportEngine-configuration>
    The report template 'Report1.rpt' is packaged under WEB-INF/reports in the war file.
    When I try to generate the report by accessing the JSF page, I am getting an error: "The report source could not be retrieved from the state object. "
    I am not sure what is wrong. Can someone help me in resolving this issue?
    Edited by: renshai on Jul 9, 2009 3:21 AM

    My formatting gets lost and the message looks unintelligible. After some experimentation, I found that if the message exceeds some length, the formatting is removed. Since I couldn't find any way to delete this post, I made another post with the same subject. Please ignore this post and help me to find a solution for the problem posted in the other thread with the same subject. Thanks in advance.

  • "SQL Server 2008 Reporting Services does not support map report items"

    Hi,
    I am trying some new feature that are introduced in SQL Server 2008 R2 version. While I try to use "Map" control within it, it threw the following error:-
    "Error 1 The map, Map1, was removed from the report. SQL Server 2008 Reporting Services does not support map report items. "
    -Also, similar kind of error I am getting for "Indicator" control.

    Hi Tej,
    I think you get this error message when you are deploying a report to report server using BIDS, correct?  If not, please provide more details on your scenario :-)
    If I guessed correctly, then this message is a result of trying to deploy a map report (a SSRS 2008 R2 feature) to a non-R2 2008 report server.  When deploying a report of RDL2010 format to a non-R2 report server, BIDS will downgrade the file to RDL2008 format, so that the non-R2 report server can process it.  Any report elements using features not supported in RDL2008 will be dropped during this downgrade process.
    BIDS gets the server version from a report project property called TargetServerVersion:
    http://technet.microsoft.com/en-us/library/ee635898(SQL.105).aspx
    If your report server is indeed the 2008 R2 version, then the TargetServerVersion property should be set to "SQL Server 2008 R2 Reporting Services."  The project property page also has a "Auto Detect..." option if you are uncertain about the version of your report server.
    Hope this helps!
    Cheers,
    LawrenceThis posting is provided "AS IS" with no warranties, and confers no rights.

  • A Standard RRB report that shows actual project cost line items .... ?

    A Standard RRB report that shows actual project cost line items but that also shows amount/qty by rejected, billed, to be billed, postponed?
    I'm looking for something that will allow project managers to reconciile with the RRB totals and be able to dril in a see a level detail not available in RRB to decide what should be billed, what should should be deferred (postponed) and what should be rejected out of hand.
    Thanks.

    Thanks Virendra Pal but the VAx5 reports are not really the answer - maybe a custom report will be required right enough.

  • Develop a Integrated Report of Program and Project Risks, Issues and Opportunities from Project Sites

    Does anyone know if it is possible to create an integrated report of all program / project risks, issues and opportunities as identified on project sites? We plan on having our project teams identify and manage these on their project sites but would like
    to  ability to roll this information up into a report for management review.  Need to know if this is possible and how it might be done. Thanks.

    Hi,
    are you asking for a Reporting Services Report? You can find this information in Reporting DB (2010) resp. schema dbo for reporting (2013).
    Here a simple query:
    SELECT PROJ.ProjectName
    , ISSUE.Title AS Issue
    , RISK.Title AS Risk
    FROM dbo.MSP_EpmProject_UserView AS PROJ
    LEFT OUTER JOIN dbo.MSP_WssIssue_OlapView AS ISSUE ON PROJ.ProjectUID = Issue.ProjectUID
    LEFT OUTER JOIN dbo.MSP_WssRisk_OlapView AS RISK ON RISK.ProjectUID = PROJ.ProjectUID
    Or are you looking for something different?
    Regards
    Barbara
    To increase the value of this forum, please mark the replies that helped to solve your issue as answer. If you find answers to questions from other forum participants to be helpful, please mark them as helpful. Your participation will help others to find
    an appropriate solution faster. Thanks for your support!

  • LIne Item Reports CJIF & CJID - not showing output

    Hello Friends,
    Can anybody help me to find out why CJIF - Result analysis and CJID - Line item settlement not giving any out put though we are regularly doing RA & settlement for RA as well as Incoming order.
    Thanks and beste regards
    Bharat

    sorry - i should have clarified
    CJID can only be used for line items for settlements to assets
    this report is used when project is for investment
    the line item / summary settlement is part of investment profile, not settlement profile (i should have clarified that earlier)
    if your project is not for investment then use CJI3 from the line items for the project and fileter for the settlement cost element

  • Links  to Documentation in a Solution Manager Project

    Solution Manager Project Documentation has a feature that allows you to "link" to differnet levels of your documentation. For instance, if I attach a documentation template at the Process level of a Project and there are 10 process steps under that process, I can create links at each process step that will link to the document that I attached at the process level.
    Is there a way to automatically build these links or must I create each link manually?
    Thx

    Hi Rod,
    at least until solman version 7.0 ehp1 i'm not aware of any automatic way to do that. Maybe in the 7.1 could be any other option, maybe importing from any external tool.
    I believe that the only things you can do in a node and replicate to the subnodes are the settings in the administration tab.
    Kind regards, Fabricius

  • Differences Between Optimizer Solution and Planner Solution in Project Server Events

    Dear All,
    Does anyone know the differences between Optimizer Solution and Planner Solution in Project Server? 
    In http://msdn.microsoft.com/en-us/library/office/gg204879(v=office.15).aspx and http://msdn.microsoft.com/en-us/library/office/gg200978(v=office.15).aspx, they stated same definitions for both Optimizer Solution and Planner Solution.
    Thank you.

    Not entirely sure, but I'd guess they are the same.  This is probably a relic of the old Portfolio Server which had Planner and Optimizer as separate modules.  My guess is that some of that got grandfathered in to Project Server, but due
    to functionality creep, ended up meaning pretty much the same thing.
    Andrew Lavinsky [MVP] Blog: http://azlav.umtblog.com Twitter: @alavinsky

  • Solution Manager Project

    When creating a project in Solution Manager (solar_project_admin) I am receiving an error when creating the IMG View for the remote system. The message states that I am not authorized to display the project even though I have SAP_ALL and SAP_NEW authorizations in both systems. When reading the extended help for the error (SPROJECT322) it states that I need the value 03 for the field ACTVT in the authorization object S_PROJECT, but I have confirmed that this is already set.
    It begins the process of creating the IMG in the remote system but does not complete the link back to the Solution Manager project.
    Are there any other reasons why this type of behavior might occur?

    Prince Jose
    Thank you for your suggestion, but let me provide you with a little more information to see if this is still the correct action to take.
    I currently have SAP_ALL and SAP_NEW authorizations in Solution Manager along with many different role assignments.  In the satellite systems I have the IMG_CUS_ADMIN role for managing the projects when they are published to those systems.
    In my most recent work I created a project in Solution Manager using 4 different logical components (BI, ECC, SCM, and SRM) for the systems that this project would interact with.  With my current Solution Manager security and authorizations I was able to create the IMG view from Solution Manager to the BI, SCM, and SRM systems, but received my error message described above for the ECC system.
    Based on that do you think I would still look at my security in the Solution Manager system, or a configuration in the satellite system?

  • Migrating Solution Manager Project ?

    Hello .. has anyone had success in migrating a Solution Manager project from one server to another ? If so, can you share the details. I am aware it can be done via template, but havent tried as of yet...
    weinux

    My worry is not migration process.
    That´s why you must have a certified migration consultant on-site to do the migration. If you do it on your own and you have problems after the migration you will loose support.
    But after migration will solution manager configuration remain intact?
    Yes - it will be identical.
    Will configuration done in SOLMAN before migration, affect due to migration.Any pros and cons?
    No - apart from a different OS and database configuration that must be taken care of during the migration.
    Also Can you please suggest rough ( approx ) estimate for migration? Solution manager version 7.0 , Solaris 5.9 , oracle 10g.
    It´s impossible to tell that.
    It depends on lots of factors (processor number/speed, speed of I/O subsystem, database configuration...). A migration is usually done three times at least to get the optimal number of R3load processes and database configuration during the migration process.
    Markus

Maybe you are looking for

  • Windows Vista wont recognize any generation Ipod. Not charging unless windows is booted off.

    When I plug in any genration Ipod in windows, it dosent make the chime like other devices. Nothing is showing up in device manger, ITunes, or My computer. For all intsesive purpse it's like nothing is plugged in there. Also, it only charges when wind

  • Send the report instance in a PDF format as an email

    hi all, We have Crystal Reports Server 2008 V0 and it runs on Tom Cat. How do I send the instance of a report in a PDF format as an email? I know i need to configure the destination of the Job Server, but which one do I configure? CrystalReportsJobSe

  • Changing PR Document Type

    Dear Experts, Just want to know whether there is a way to raise PR through a project with a customize PR document type (except the standard NB type). Your guidance is well appreciated. Regards, Dileepa.

  • OSX 10.9.2 iMac won't scan for new Wifi networks.

    Sometimes I will tether the mac to my cell phone (because roomates hog bandwidth).  The problem is that when I click the Wi-fi icon in the upper-right hand corner, it shows Wifi networks it has found before but it will not scan for new ones (such as

  • If I download mountain lion onto my computer can I still run photoshop cs5?

    I wanted to download the new mountain lion onto my computer, but i'm worried that my adobe cs5 programs won't be compatible with the new software. Something like this happened to a good friend of mine who owned cs3 and downloaded lion onto her comput