Chart not shown

Hello,
I got a problem with my svg-chart. It consists of two series: serie1 for data-is and serie2 for data-target. I haven't got any problems with the sql-statements for itself, but the chart has problems to show the combination of this two series if I want to order it by date. What's the problem and what is the solution?
Here the sql-statement of serie1:
select null link, tu.mon Monat, sum(tu.we) Wert from
(select fi.wert we, to_char(fk.datum,'Mon YYYY') mon, fk.datum erz from mess ms
left join formin fi on ms.mid = fi.mid
left join formko fk on fi.kid = fk.kid
where ms.uid IN (select uk.uid from umwken uk start with uk.uid = :P20_ubaum connect by uk.kat = prior uk.uid) and ms.oid in
(select o.oid from org o start with o.oid = :P20_org connect by o.vater = prior o.oid)
and to_char(fk.datum,'YYYY') = to_char(sysdate,'YYYY')) tu
group by tu.mon {color:#ff0000}order by to_date(tu.mon,'mmyyyy'){color}
I want to order this sql by fk.date ({color:#ff0000}look at red text{color:#000000}){color}{color}. it works in the sql-developer and when there's no other serie in the chart, but not when serie2 is included in the chart...
Here the sql-statement of serie2. I got a target for a year and have to distribute it on the 12 months of the year:
select null link, null label, nvl(bez,0) from (
select rownum as mon from all_objects where rownum <=12) tc,
(select round(sum(wer/12),2) as bez from
(select fi.wert as wer from org o
left join mess ms on ms.oid = o.oid
left join formin fi on fi.mid = ms.mid
left join formko fk on fk.kid = fi.kid
where fi.inh_art = 0 and ms.uid IN
(select uk.ziel from umwken uk where uk.uid =:P20_ubaum) and to_char(fk.datum,'YYYY') = to_char(sysdate,'YYYY')
start with o.oid = :P20_org connect by o.vater = prior o.oid))
Can anybody tell me the solution of this problem? whats the reason for the problem? serie1 or serie2?

the problem was that APEX order the data in chart (I don't know how). So I wrote a "select * from (select... )order by..." and it worked... :)

Similar Messages

  • Images-charts on 9ias R2 are not shown.

    We developped an application with dynamically build
    charts on 0C4J (stand alone) on linux(suse). The chartsoftware is from Netcharts
    After we installed the Xvfb-Server it works fine.
    When we deployed the application on 9ias (suse linux) no charts are shown.
    We run the Xvfb-Server as root.
    Xvfb runs on DISPLAY:1.0
    We only get that error message.
    Has anybody ecperiences in that matter or any idea?
    Thanks in advance
    Peter Eisert
    Problem with constructor javax.swing.plaf.FontUIResource and args {Dialog,0,12} : and types {class java.lang.String,int,int} : java.lang.reflect.InvocationTargetException
    java.lang.Exception: Stack trace
    at java.lang.Thread.dumpStack(Thread.java:997)
    at javax.swing.UIDefaults$ProxyLazyValue.createValue(UIDefaults.java:663)
    at javax.swing.UIDefaults.get(UIDefaults.java:145)
    at javax.swing.MultiUIDefaults.get(MultiUIDefaults.java:46)
    at javax.swing.UIDefaults.getFont(UIDefaults.java:223)
    at javax.swing.UIManager.getFont(UIManager.java:456)
    at javax.swing.LookAndFeel.installColorsAndFont(LookAndFeel.java:90)
    at javax.swing.plaf.basic.BasicPanelUI.installDefaults(BasicPanelUI.java:51)
    at javax.swing.plaf.basic.BasicPanelUI.installUI(BasicPanelUI.java:42)
    at javax.swing.JComponent.setUI(JComponent.java:322)
    at javax.swing.JPanel.updateUI(JPanel.java:107)
    at javax.swing.JPanel.<init>(JPanel.java:67)
    at javax.swing.JPanel.<init>(JPanel.java:97)
    at netcharts.pro.common.NFGraph.<init>(Unknown Source)
    at netcharts.pro.common.NFGraph.<init>(Unknown Source)
    at netcharts.pro.charts.pie.NFPiechart.<init>(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Native Method)
    at netcharts.pro.common.NFGraph.a(Unknown Source)
    at netcharts.pro.common.NFGraph.getGraphFromTemplate(Unknown Source)
    at de.vdma.statistik.Chart16Erstellen.chartErstellen(Chart16Erstellen.java:79)
    at de.vdma.statistik.Modul16Servlet.doGet(Modul16Servlet.java:32)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:66)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:284)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:539)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:285)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:231)
    at de.vdma.statistik.VdmaServlet.gotoPage(VdmaServlet.java:137)
    at de.vdma.statistik.VdmaServlet.doGet(VdmaServlet.java:120)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:66)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:284)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:539)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:285)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:771)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:170)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:802)
    at java.lang.Thread.run(Thread.java:484)

    Hi Peter
    It should run. we also have same dynamic chart displayed by an applicaiton deployed at 9ias, the difference is we have Solrais.
    We also have xvfb
    For just sack of correctness, check the DISPLAY setting that u have set for the OC4J, where u have deployed the application, in opmn.xml file.
    This is what opmn.xml for my 9ias is
    <oc4j instanceName="PGBU" gid="PGBU">
    <config-file path="/ora9ias/home/ora9iapps/j2ee/PGBU/config/server.xml"/>
    <oc4j-option value="-properties"/>
    <port ajp="3001-3100" rmi="3101-3200" jms="3201-3300"/>
    <environment>
    <prop name="DISPLAY" value="localhost:1.0"/>
    </environment>
    </oc4j>
    PGBU is the OC4J instance where my application is deployed
    Regards,
    Samir

  • SAPUI5 Chart not working in OverlayContainer

    Hi Experts,
    I am trying to show a Bar graph in an Overlay Container. But the same is not shown up in the screen. I checked the inspect element property, and the SVG object is rendered. Any Hope? I am adding my codes below.
    var overlay;
    jQuery.sap.require("sap.viz.ui5.Bar");
    jQuery.sap.require("sap.viz.ui5.data.FlattenedDataset");
    sap.ui.jsview("overlay.Main", {
      /** Specifies the Controller belonging to this View.
      * In the case that it is not implemented, or that "null" is returned, this View does not have a Controller.
      * @memberOf overlay.Main
      getControllerName : function() {
      return "overlay.Main";
      /** Is initially called once after the Controller has been instantiated. It is the place where the UI is constructed.
      * Since the Controller is given to this method, its event handlers can be attached right away.
      * @memberOf overlay.Main
      createContent : function(oController) {
      overlay = new sap.ui.ux3.OverlayContainer();
      return new sap.ui.commons.Button({
      text : "Press for overLay",
      press : function(){
      overlay.addContent(getChart());
      overlay.open();
    function getChart(){
      var oModel = new sap.ui.model.json.JSONModel({
      businessData : [
      {Country :"Canada",revenue:410.87,profit:-141.25, population:34789000},
      {Country :"China",revenue:338.29,profit:133.82, population:1339724852},
      {Country :"France",revenue:487.66,profit:348.76, population:65350000},
      {Country :"Germany",revenue:470.23,profit:217.29, population:81799600},
      {Country :"India",revenue:170.93,profit:117.00, population:1210193422},
      {Country :"United States",revenue:905.08,profit:609.16, population:313490000}
        // A Dataset defines how the model data is mapped to the chart
      var oDataset = new sap.viz.ui5.data.FlattenedDataset({
      // a Bar Chart requires exactly one dimension (x-axis)
      dimensions : [
      axis : 1, // must be one for the x-axis, 2 for y-axis
      name : 'Country',
      value : "{Country}"
      // it can show multiple measures, each results in a new set of bars in a new color
      measures : [
         // measure 1
      name : 'Profit', // 'name' is used as label in the Legend
      value : '{profit}' // 'value' defines the binding for the displayed value  
      name : 'Revenue',
      value : '{revenue}'
      // 'data' is used to bind the whole data collection that is to be displayed in the chart
      data : {
      path : "/businessData"
        // create a Bar chart
        // you also might use Combination, Line, StackedColumn100, StackedColumn or Column
        // for Donut and Pie please remove one of the two measures in the above Dataset. 
      var oBarChart = new sap.viz.ui5.Bar({
      width : "80%",
      height : "400px",
      plotArea : {
      //'colorPalette' : d3.scale.category20().range()
      title : {
      visible : true,
      text : 'Profit and Revenue By Country'
      dataset : oDataset
        // attach the model to the chart and display it
      oBarChart.setModel(oModel);
      return oBarChart;
    Regards
    Sreehari

    Hi Wenjun,
    Can I do the same for Bullet charts?
    This is my code
    sap.ui.controller("sap.ui.demo.myFiori.view.Master", {
      onInit : function(oEvent) {
        var oVizFrame = this.getView().byId("idVizFrameBullet_with_forecast_and_additional_value");
        var oPopOver = this.getView().byId("idPopOver");
        var oModel = new sap.ui.model.json.JSONModel({
          "Products":[
                     "Part no.": ["Product1","level1"],
                     "Profit": 100,
                     "Forcast": 200,
                     "Current": 20,
                     "Trigger": 50,
                     "KabanOrder": 0,
                     "Trigger3": 100,
                     "Trigger4": 512,
                       "Part no.": ["Product2","level2"],
                       "Profit": 159,
                       "Forcast": 140,
                       "Current": 50,
                       "Trigger": 30,
                       "KabanOrder": 70,
                       "Trigger3": 100
                       "Part no.": ["Product3","level3"],
                       "Profit": 129,
                       "Forcast": 120,
                       "Current": 10,
                       "Trigger": 15,
                       "KabanOrder": 0,
                       "Trigger3": 100
                       "Part no.": ["Product4","level4"],
                       "Profit": 58,
                       "Forcast": 60,
                       "Current": 80,
                       "Trigger": 20,
                       "KabanOrder": 20,
                       "Trigger3": 100
                       "Part no.": ["Product5", "level5"],
                       "Profit": 149,
                       "Forcast": 120,
                       "Current": 20,
                       "Trigger": 10,
                       "KabanOrder": 40,
                       "Trigger3": 100
                       "Part no.": ["Product6","level6"],
                       "Profit": 49,
                       "Forcast": 60,
                       "Current": 65,
                       "Trigger": 40,
                       "KabanOrder": 40,
                       "Trigger3": 100
                       "Part no.":  ["Product7","level7"],
                       "Profit": 58,
                       "Forcast": 60,
                       "Current": 80,
                       "Trigger": 20,
                       "KabanOrder": 20,
                       "Trigger3": 100
                       "Part no.": ["Product8","level8"],
                       "Profit": 149,
                       "Forcast": 120,
                       "Current": 20,
                       "Trigger": 10,
                       "KabanOrder": 40,
                       "Trigger3": 100
                       "Part no.":  ["Product9","level9"],
                       "Profit": 49,
                       "Forcast": 60,
                       "Current": 65,
                       "Trigger": 40,
                       "KabanOrder": 40,
                       "Trigger3": 100
        var oDataset = new sap.viz.ui5.data.FlattenedDataset({
           dimensions: [{
          axis:1,
             name: 'Part no.',
             value: "{Part no.}"
          axis:1,
             name: 'Profit',
             value: "{Profit}"
           measures: [
             {group:1,
               name : 'Current',
               value : '{Current}'
             {group:2,
               name : "Trigger",
               value : "{Trigger}"
             {group:3,
               name : 'KabanOrder',
               value : '{KabanOrder}'
             {group:3,
               name : "Trigger3",
               value : "{Trigger3}"
           data: {
             path: "/Products"
        oVizFrame.setVizProperties({ 
          plotArea: {
         colorPalette :  ['#CC0000','#339966','#66CC99'],
          legend : {
            title: {visible : true}
              title: {
                  visible: true,
                  text: 'Title'
        oVizFrame.setDataset(oDataset);
    //    oVizFrame.attachInitialized(this,function(){
    //     align=function(){
    //     window.setTimeout (function (){
    //     $('.v-forecast').each( function( i, val ) {
    //      wi=$(this).next().attr('width');
    //      $(this).attr('width',wi);
    //      tr=$(this).next().attr('transform');
    //      tr=tr.substring(0,tr.indexOf(',')) +')';
    //      $(this).attr('transform',tr);
    //     }, 500);
    //     $(window).resize(align);
    //     align();
    //     $('.v-m-root>defs:first').html('<linearGradient y2="1" x2="1" id="grad" x1="1" y1="0" spreadMethod="repeat">\
    //     <stop stop-color="rgb(255, 255, 255)" offset="0" stop-opacity="0"/>\
    //     <stop stop-color="rgb(0, 0, 0)" offset="0.0217"/>\
    //     <stop stop-color="rgb(0, 0, 0)" offset="0.0517"/>\
    //     <stop stop-color="rgb(255, 255, 255)" offset="0.0717" stop-opacity="0"/>\
    //     </linearGradient>');
        oVizFrame.setModel(oModel);
       var feedPrimaryValues = new sap.viz.ui5.controls.common.feeds.FeedItem({
         'uid' : "primaryValues",
         'type' : "Measure",
         'values' : ["Trigger","KabanOrder"
                    // ,"Trigger3",
        feedAxisLabels = new sap.viz.ui5.controls.common.feeds.FeedItem({
          'uid' : "valueAxis",
          'type' : "Dimension",
          'values' : ["Part no.","Profit"]
        feedTargetValues = new sap.viz.ui5.controls.common.feeds.FeedItem({
          'uid' : "targetValues",
          'type' : "Measure",
          'values' : ["Current"]
        feedForecastValues = new sap.viz.ui5.controls.common.feeds.FeedItem({
          'uid' : "forecastValues",
          'type' : "Measure",
          'values' : ["Trigger3"]
        oVizFrame.addFeed(feedPrimaryValues);
        oVizFrame.addFeed(feedAxisLabels);
        oVizFrame.addFeed(feedTargetValues);
      oVizFrame.addFeed(feedForecastValues);
        oPopOver.connect(oVizFrame.getVizUid());
    I am getting this error
    Failed to create chart:[50005] - categoryAxis : does not meet the minimum or maximum number of feeds definition.

  • Some fonts are not shown correctly in LabVIEW 2012

    I found a bug related with fonts in LabVIEW2012 f3 KR.
    - When I select NI7SEG in font selection dialog, right font is not shown in the example box.
    - Draw text at point.vi shows same problem for some fonts while other fonts are working.
    I reported it to Korean NI. As far as I know, this was not reported in previous versions and I couldn't find any related documents in Google. 
    So, here I would like to know whether it is related with only Korean version. Please let me know if English version is OK. 
    * OS: Windows 7 32bit KR

    Just now, I installed LabVIEW 2012 f3 (32-bit, English) and checked for the issue. But the font(NI7SEG) was not shown properly in VI either.
    - Both of Korea and English version of LabVIEW 2012 on Win 7 Korea OS shows wrong results. It is same on 64-bit OS.
    - LabVIEW 2010 but on same PC shows correct fonts.
    Is there a limit of number of fonts in LabVIEW? There are more than 100 fonts are shown in the "Selection Font" dialog and I can divide them into 3 groups by sequential order. I find that all fonts in the 3rd group are not applied correctly.
    (1st group)
    Arial Unicode MS...
    Bookshelf Symbol 3....
    Windings 3
    (2nd group)
    @Arial Unicode MS...
    @Terminal
    (3rd group)
    Arial...
    Consolas...
    Courier...  
    Licida Console... 
    NI7SEG...
    Verdana

  • IPC/VC: Knowledgebase/KB of ECC is not shown in CRM

    Hi,
    we would like to use the Variant Configuration in CRM.
    Today we are using already the IPC in a standalone environment with an external system (IPC 5.0, the external system is using the IPC in the Java environment of ERP). From the same ECC System we would like to download now the knowledge bases to reuse them in CRM 7.0. All knowledge bases and runtime environments are already available. When I download the object SCE (with certain filters), I can see all those entries in table COMM_CFGKB in CRM.
    Anyhow, when checking the material in CRM (e.g. commpr01 or WebUI), no knowledge base is shown!
    The table COMM_CFGKB has exactly the same entries as ECC (Active = T, KB Usage 10, KBOBJNAME and Version filled etc.), but anyhow it is not shown at all in CRM. As these knowledge bases are very huge, I have tested also a very small and easy one. This one is getting downloaded the same way and has the same entries in table COMM_CFGKB and it is also visible in commpr01.
    So my assumption is that the other KBs are not 100% correct. When checking them in ECC (cu36) I get many warnings and errors. Anyhow, they were downloaded to CRM (but won`t be shown). Business says that these warnings/errors are OK and that the external system which uses the IPC in ECC is not having any problems.
    Question: is there any chance of using a KB in CRM which has warning/errors when it was generated in ECC?
    Is there any chance of manipulating the KB before it gets imported into CRM. I have found Note 1044682 which explains a BADI.
    Which tables/fields do we have to manipulate so we are able to use the KB in CRM. 
    As mentioned: business is aware of those errors and excepts that there might be a crash in the IPC for certain combinations.
    Thx
    Guido

    Hi Christophe,
    OK, I think I understand your suggestion: you use the same IPC with your CRM as well as with the ECC system. So in CRM you just maintain the URL and a user in XCM to the "same" IPC. You mentioned that we need to download anyway the SCE. This is somehow logical as this is the base connected to CRM, but what is not clear to me is the fact, that if the SCE KB is used via ECC all SAP R/3 fields are available (like VBTYPE of the sales order where you have values like B or C). In CRM we use the same SCE KB but here these fields are not availble as the sales order transaction customizing in CRM does not contain such a field.  Where is the logical link between the values which are available in IPC and the SCE?
    Thx
    Guido

  • Voice memos sync not shown in iTunes

    I am trying to sync my voice memos to iTunes a couple of times. They are not shown. I haven't updated my iPhone 5s to the latest software yet. It's still running iOS 7; my iTunes was updated though. Does anyone have a solution for this?
    Thank you!!!

    You need to open iTunes on your computer. Then select music library from the left-hand. Then in the search window on the top right of the screen type in voice memo . The voice memo should now appear in the list is available music in the middle of the iTunes screen

  • Yosemite 10.10.1: Finder/CIFS mount problem: wrong folder count/folders not shown @samba shares

    Hello to all,
    we have several MacBook Pro (15" MBP Retina 2012/13"MBP Retina 2014) running. After upgrading to Yosemite 10.10.1 we had one nightmare after the other.
    Most problems could be solved with 3rd party software upgrades but there are several problems with the operating system itselve which can not really  be called a professional productive system at the moment...
    Ok., one thing after the other...here is one of our biggest problems:
    After upgrading from Mavericks or Mountain Lion to Yosemite 10.10.1 the CIFS/SMB mounts to our samba 3.x servers, running on Ubuntu Linux LTS 12.04 makes trouble. We could mount the server shares but after browsing with the Finder the beach ball occures and the Finder hangs forever. Sometimes we could not refresh the Finder, killing the process ended in a complete hang-up of the system which ended in a switch off death blow. This is not amusing because we have 30Tb of customer data there, which has to be worked out.
    We heard about the SMB3 protocol which will be used per default in Yosemite and so we decided after some testings to upgrate our Ubuntu servers to the latest LSF 14.04. release with samba 4.1.6 installed. There was no message from Apple for this SMB protocol release upgrade, never heard something related to Yosemite (Why?).
    Ok, after these server upgrades and disabling most of the Spotlight functions the performance to the CIFS shares was a little bit better as before but now we have another problem with the Finder...if you browse to the shares there are folders missing which have lots of files in it. For example there is a folder with 60 subfolders and 3562 files on the first level in it, the Finder shows 220 files and 15 folders. The Terminal shows a different count with "find . -maxdepth 1 -type d | wc -l" or "find . -maxdepth 1 -type f | wc -l" but there is also a difference to the original file and folder count. It doesn`t matter if the clients are connected via WiFi or Gigabit Ethernet. We have no access problems. We have the same behavior if we set the files and folders to 0777 permissions on the servers. The deletion of the preferences files of the users on the MacBooks does not solve the problem. If we use the "Go To Folder" option and type the path to a folder which is not shown in the Finder you get an result or not. But it is also possible that the result is not correct and there are also still files or subfolders missing.
    In my opinion this is a timeout problem and a "special SMB3 protocol interpretation" which is buggy. We have one hint found in /var/log/system.log:
    "Jan 23 14:35:49 wsosx33.clients.getcom.de KernelEventAgent[69]: tid 54485244 type 'smbfs', mounted on '/Volumes/customersdata2015', from '//x144067:@srvlxp013.servers.getcom.de/customersdata2015', not responding"
    We had no problems with Mavericks at all, we still have no problems with Windows 7 Pro/Ultimate, Windows 2008R2 (native or virtual) or Linux Mint 17/17.1 clients, neither with samba 3.x nor with our actual environment and different newer samba releases.
    We believe that this is a big bug in Yosemite, but we cannot go back to Mavericks because of incompatible TimeCapsule backups. Our workarround at the moment is that we have installed Linux Mint on our MacBooks to get 80% of our daily jobs done, rest has to be done with Windows 7 installed over virtualbox @Linux.
    We have no clue at the moment how to solve this problem, the samba logs do not give any hint. The access from other operating systems is perfect and very fast, but not with Yosemite. We checked different tips found in the internet but nothing helped.
    Does anybody has another idea to get Yosemite working or should we keep Linux Mint until Apple will provide a CIFS/SMB patch and going on with our workaround solution, which is productive at the moment ??? Our staff is not amused and wants one solution and not this workaround with two operating system. We have to decide wether we wait until Apple will get this fixed or we have to switch to Microsoft Windows (which is a No Go for me, but I will not be asked...).
    Thanks in advance
    C.

    Hi William,
    thank you for your response.
    As you can read in my post I talked about CIFS/SMB.
    It makes no difference if we mount the share over CIFS or SMB.
    Folders with lots of files will not be shown even if we use SMB3 or an older protocol.
    As mentioned I believe this is a timeout problem.
    Does anybody know how the CIFS/SMB timeout setting in Yosemite could be changed?
    Kind regards
    C.

  • In my Apple Macbook Air, most of the USB Flash/Thumb Drives are not shown in the Finder Window. Only a few Brands of USB /Flash Thumb Drives are shown or compatible or shown in the Finder. How do I use any Flash/Thumb Drive with my Apple MacAir?

    In my Apple Macbook Air, most of the USB Flash/Thumb Drives are not shown in the Finder Window. Only a few Brands of USB /Flash Thumb Drives are shown or compatible or shown in the Finder. How do I use any Flash/Thumb Drive with my Apple MacAir?

    Yes, junker thumb drives pour like rain in the market.  
    Which makes are working on your Air, and which arent?
    Stick to Sandisk and a couple of other reliable mfg. of memory sticks

  • Reporting tab is not shown in the console

    hi everyone
    the reporting tab is not shown in the service manager console, the topology i am using is 2 servers [one for DW and the other for management server] both servers have their SQL server installed on each one, could you please tell me how i can start to get
    this working or the steps i have to follow ?? isn't supposed to be working out of the box ? i have checked reporting services and they are running

    Probably your report server is not pointing to the DWDATAMART database, try login to:
    http://YourDWDatabase/Reports/Pages/Folder.aspx?ItemPath=%2fSystemCenter%2fServiceManager&ViewMode=List
    click on DWDATAMART Connection, under connection string, do you see your DWDATAMART DB name and server name?
    Antoine AL Ibry

  • Text in PO(text tab in header & item) is not shown in the Print Preview

    Hi Guys,
                I face a problem in ME23N.Text maintained in Purchase Orders (text tab in header & item)  is not shown in the Print Preview.
                Can you guys help.Do I need to write a subroutine pool for this.
                <<text removed by moderator>>
    Regards,
    Rajiv
    Edited by: Matt on Nov 12, 2008 1:20 PM

    Hi ,
    Use bapi bapi_po_getdetail .
    CALL FUNCTION 'BAPI_PO_GETDETAIL'
        EXPORTING
          purchaseorder   = is_ekko-ebeln
          item_texts      = c_x
          header_texts    = c_x
        TABLES
          po_header_texts = it_header_text
          po_item_texts   = it_item_text.
    Regards
    Neetesh

  • Approved and published items are not shown in the catalog search

    Hello all,
    We are implementing SRM 4.0 SSP scenario .
    To support shopping of EBP we are also implementing CCM 2.0 as an add on.
    Please note CCM and EBP are on same client and CAT & CSE are also on the same client.
    No XI is involved. The catalog scheme was uploaded as CSV 2.0. The items for the catalog was created manually in CAT.
    Although the item has the status "approved" and the procurement catalog which is also the master catalog was published successfully the item is not shown after searching by CSE in EBP. Also the categories of the scheme are not shown in the catalog search.
    Do i have to approve the categories too and if yes can you  explain me how to do this?
    I think you see that I'm a newbie at srm and ccm and this problem is probably no real problem but I have not found any similar topics in the forum. So please can you help.
    Thanks a lot for your help.
    Best regards,
    Bernd

    Bernd: the reason I asked about views is that you don't have any error messages. This might indicate that (a) you have no items in the view, or (b) there's something wrong with view-role-user assignment.
    To check for (a), please go to the published procurement catalog, and go to Views tab. Check that your View is Active. Click on your View ID link to display view details. You should see a list of characteristics assigned to your view in Assign Characteristics sub-tab (the list should not be blank!). Go to Assign Items sub-tab. Navigate in your schema to find items that are supposed to be assigned to your view. You should see "Yes" in the "Assigned" column for those products. If you don't, then you simply don't have any items in your view.
    Another thing I'd like you to check: when the user calls your procurement catalog for search, do you see the name of the catalog displayed just below the drop-down "Select Categories Hierarchically"?
    Cheers,
    Serguei

  • I AM STUCK WITH MOZILLA FIREFOX / NOT SHOWN ON MY LAPTOP SCREEN / USING HUGE AMOUNT OF RAM IN GENERAL - CAN YOU HELP????

    Hi,
    I have copied these problem on you site, as I could explain better then what they did, wich my problem remain the same as they have. And part me explaining what is really happen to my Laptop.
    ''Mozilla/Firefox 4 will not SHOW on my computer SCREEN.
    Firefox won't load onto my computer. I have Windows 7, and each time I try to run the program to install it, it tells me I have another version still waiting to be installed that requires my computer to reboot. When I check "yes" to reboot, my computer reboots but still no Firefox. When I try to uninstall the the old Mozilla program from my Control Panels, there is no Mozilla files or programs listed not in my list of programs but when I go directly to the Windows File on the C: Drive, there's a Mozilla program file there. WHen I go into that file check, I attempt to open the uninstall program. I get an error message that says something to the effect of: "the version Mozilla on this computer is not compatable with my OS." Something about it being and 86bit program. My Firefox 3.6 worked fine 2 days ago. What's wrong??? ''
    '''Firefox 4 using huge amounts of RAM on sites with Java scripts
    I have been observing Firefox using huge amount of RAM when I am on sites that use Java Scripts to rotate images. I have tried a couple of different sites and have monitored the RAM usage. With Java script enabled Firefox 4 continues to grow its RAM usage by about 10MB a minute. I have had the usage hit as high as 1.5GB. As a comparison I have monitored the same sites in Internet explorer and have not seen the same issue. - Just to eliminate a site issue.
    Turning off Java Script solves the issue and eventually frees the RAM.
    I am using XP Pro, 3 GB RAM. '''''
    My experince with Mozilla Firefox:
    Here what really happen when I install the Mozilla Firebox on my La[top you can see the file is there but when I click the program to open its does not shown on the screen but when I check with WTM (Windows Task Manager) its shows that is ON and you can only witness the laptop going very slow and I have to reboot it, and I can not install any other Mozilla :( because of the same problem and all the above.
    I really need Mozilla to work as soon as possible due to important deadlines I have pendent, and i can only use Chrome but is not my ideal program. Can you help me , please ?????
    Thank you
    Vitor Mendes

    If it opens in safe mode, you may have a problematic add-on. Try the procedure in the [[Troubleshooting extensions and themes]] article.

  • Available QTY is not shown in Production Order for SemiFinished Product?

    Hi
    In Production Order Available Qty value is not shown for SemiFinished product ( Stock is there), but it showing the Available for other rawmaterials in same Prdn. ordr..
    The SemiFinished product is manufactured and its having lot of stocks ..while i am calling this SemiFinished product in other Production order the available qty is not shown.. so how come the end user comes to know that availlable..
    Giri

    Hi Jey
    I will explain clearly so u can come what is hapening For Ex: Item ABC having child item A,B & C.
    when calling the BOM of ABC in Prodn.order its showing the available of A, B & C... But after the production over for the Semifinished product it increases the stock.
    When i am calling this Semifinished Product in other Produciton Order For Ex: Item AZ having Child item ABC & XYZ.
    In this Scenerio it has to show the Available of item ABC whic is semifinished product its not showing,but in the same Production order it showing the available for Other item XYZ which is purchased one .. So this is the nature of SAP or i am doing any wrong....
    Giri

  • Segment field is not shown in profit center master data

    Hi,
      When i activated New GL ,but the segment field is not shown in profit center master data. How can i make the field shown ?
    Thanks.

    After activating the New GL have you defined the segment? First define the segment under Enterprise Structure and in Fin.Acctg Global settings(New)-Legers-Display scenarios for General Ledger Accounting, you need to create new entries for FIN_PCA & FIN_SEG.
    Hope this helps you.

  • Crystal report not shown after application idle time

    i have a web page which uses around 10 session variables to store values on a button click.and after assign session values Response.Redirect("~/url",false); to a a page which contains crystal report viewer.and report should show those session values.after keeping the application idle for 45 mins i click on the button which assign session values.then it's redirecting to the report page but the report is not shown.it shows a empty page and no errors shown(only happens application is idle for nearly 45 mins other wise works fine)
    i'm using iis 7
    in the web.config i have set sessionState timeout="60" and application pool idle time out to 60 mins.
    any idea why this happens

    Make sure you are on SP 8
    Make sure you are using .Close and .Dispose on your report objects as you get done with them.
    What OS? (2003, 2008, 2012)
    Provide more info on the following:
    The problem is that the Crystal Report Viewer does not load after a few hours.
    What does that mean? Errors? Warnings? Behavior? Symptoms?
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

Maybe you are looking for

  • FDM script issue

    Hi, I'm trying FDM custom script to copy records from text file to oracle database. I've created 'sample' table in database. when I try to open table in script I get 'Arguments are of wrong type or out of acceptable range" Below is the statement wher

  • How to Install or Use Perl in 11g client?

    Hi all, I read this doc: Perl 5.10.0 is included in the Oracle 11.2.0.1 client. Execute the following command to ensure that the correct version of Perl is in the user profile PATH. perl -V 'perl' is not recognized as an internal or external command,

  • How to Use a Grid to Capture Icon Placement?

    Hi, I'm working on an application that uses a 4 quadrant image as a layer.  There are numerous icons that need to be dragged by the user onto one of the 4 quadrants.  I need to save which icons were placed in each quadrant of the image.  Can I overla

  • Global Variables across sessions in PL/SQL package Specification

    Hi, Is there a way I can share a variable value across sessions that doesnot affect by Commit/rollback. The value would be set by one session and is visible across sessions, until it is set to another value by another/same session, and the new value

  • Anyone using RAW in iPhoto?

    I am considering shooting more in RAW and wondered about iPhoto's RAW capabilities. I know iPhoto can handle RAW images, but with concessions (that I can't quite understand.) I do own Aperture, but have been slightly intimidated by it and wanted to h