Result row not getting in Query

Hi All,
I have standard infoobject "Characteristic" 0WAGETYPE in my Query. The Problem is, I am not getting the result row for the wage type. I checked the properties of
0WAGETYPE in my Query and kept results rows - always display. Still It is not getting. Any idea?
For your information, output of 0WAGETYPE has "/u201D. EX: /000, /210, /100. Is there any problem with this?
Thanks,
KN

Hi,
Are there other char before this char in the repot.
Try to put only this char in the rows of the report and then see the result.
I dont think values like this can create any issue.
You can always raise an OSS message to SAp if this is the case.
Thanks
Ajeet

Similar Messages

  • Result row not appearing for leftmost characteristics

    Hello Experts,
    I am facing one issue I have two characteristics in rows A with display attributes b,c,d and F with diplay attributes e,f,g and key figures in columns, I am not able to see result row for Characteristc A but I can see result row for F but when I  change sequence in rows i.e characteristic F then charactrristic A I get result row for A.
    Why this is happening please throw some light with available documentation.
    Thanks & Regards
    Deepak Chavan

    Hi Deepak,
    You have 2 chars A & F in Rows and lets say a KF Q1 in columns. Now when you go to properties of the Chars A & F and select 'Display Always' for the Result .
    As per property of query designer, when you see the result, the 'RESULT' row appears on the 2nd column (F) and 'OVERALL RESULT' is displayed for the 1st Column(F). This is logical because you cannot have the result rows appearing the 1st column!
    Let us put an e.g. here... If field A is say CALMONTH with values 01.2010, 02.2010 etc and field F is 'Order Change Date' and KF is 'No of Orders changed'.
    In such a scenario, when you have the Output of the query, the result set will have all the 'Change Dates' month wise grouped and the result column showing for each month under 'Order Change Date'.
    This conveys the 'No. of Orders Changed' month wise!
    -Hope it helps
    VA
    Edited by: Vishwa  Anand on Sep 28, 2010 6:55 PM

  • "Result" row not appearing for the Structure record in Bex Designer.

    Hi
    In BI BEx Designer,
    under Rows-> click any Characteristic-> Display Tab-> Result Rows: "Always Display" Option controls Last Row named "Result" (yellow colored) after the actual data reports ends.
    But i am not finding this thing for the structure.
    Actually my this report is based on 'Structure-> 2 selections' under Rows; once i run this query i get data without yellow colored 'Result" row at the end of report. I wanted to maintain the symmetry with other reports.
    Could u pls let me know how to get Query last "Result" record if i use only structure under the rows.
    Thanks...

    I limit the selection to display in one page, i see the overrall result but i've a result to show up after a Characteristic (result row option 'Display with more than one single value'), it works fine in BEx but not in web.
    for the other query, yes i do KF in the report.
    thanks

  • Result Row not Yellow

    Hi, When I run my Workbook Query (Backorder Qty by Material Division) for Sales Org 1100  the result it 8 rows of Material Divisions and a bottom yellow result row.  This is good.  When I add an additional Sales Org 1200 I end up with 9 rows of  Material Divisions and the Result Row is not Yellow.  The Row above the Total Line is Yellow (The Row that was originally the Result Total is yellow)
    Any idea what might cause this behavior.  Can't find anything online that might be the cause.
    Thanks

    Click the icon Pause Automatic Refresh.   Sometimes, there is delay in the formats with refresh with variable value changes.

  • Not getting BI query variable selection screen  for few test users

    Hi,
    i am having problem when i am executing the reports. i am not getting variable screen for the test users ID's. but i am getting the screen when when 0BI_ALL authorization selected.
    i want role based authorization, and not complete authorization.
    the parameters in su01 are scl(X) and wlc(X   X  XX   X)
    Thanks,

    Can you please check into Infoobject Maintenance screen in Bex Tab i.e. Query Execution Filter Value Selection. assign "Values from Masterdata Table".
    Try again and let me know.
    Nagesh Ganisetti.

  • Result handler not getting invoked on button click - URGENT

    Hi Folks,
    We are working on a form submit application where we populate the form and finally click on button to submit the completed form. We are using BlazeDs On button click I call java service and expect a response object back to flex UI. We are getting the java call invoked successfully and the log clearly shows that the appropriate objects are returned from java service, however, the result handler is not getting inviked to capture the result in flex mxml. I am in urgent need of your help on this
    Code snippet:
    <mx:Script>
    <![CDATA[
    protected  
    function Service_resultHandler(event:ResultEvent):void
    Alert.show(
    "event.result.troubleTicketId ::"+event.result.status); 
    var u:URLRequest = new URLRequest("http://www.adobe.com/flex");navigateToURL(u,
    "_blank"); 
    private function faultHandler_exitService(event:FaultEvent):void {Alert.show(event.fault.faultString +
    '\n' + event.fault.faultDetail); 
    var u:URLRequest = new URLRequest("http://www.google.com");navigateToURL(u,
    "_blank"); 
    protected  
    function submit_clickHandler():void
    //Alert.show("1");
    createTicketForm.setCallDetails_callRegion(FlexUI_callDetails_callRegion);
    //Alert.show("2"+FlexUI_callDetails_callRegion);
    createTicketForm.setCallDetails_callRegion2(FlexUI_callDetails_callRegion2);
    exitService.createTroubleTicket(createTicketForm);
    ]]>
     </mx:Script>  
    <mx:RemoteObject id="exitService" destination="ExitService" fault="faultHandler_exitService(event)">
    <mx:method name="createTroubleTicket" result="Service_resultHandler(event)"/>
    </mx:RemoteObject>
    <mx:Button 
    label="submit Ticket" width="65" height="22" textAlign="right" x="904" y="-10" click="submit_clickHandler()" />
    My Java service:
    public  
    class ExitService {  
    public CreateTmsTicketResponse createTroubleTicket(CreateTicketForm createTicketForm){
    return  
    createTmsTicketResponse;}
    remoting-config.xml:
     <destination id="ExitService">  
    <properties>  
    <source>com.qwest.qportal.flex.createTicket.ExitService</source>  
    </properties>
     </destination>

    Please refer to below link, hope it helps:
    http://forums.asp.net/t/1927214.aspx?The+IListSource+does+not+contain+any+data+sources+
    Please ensure that you mark a question as Answered once you receive a satisfactory response.

  • Second level child rows not getting updated by a web service call

    hi,
    I have a web service that takes a Header object (type: Header). Below is the part of the WS schema:
    <xsd:complexType name="Header">
    <xsd:sequence>
    <xsd:element name="Segment1" type="xsd:string" minOccurs="0"/>
    <xsd:element name="SoldtoBuId" type="xsd:long" minOccurs="0" nillable="true"/>
    <xsd:element name="ChangeAcceptedFlag" type="xsd:string" minOccurs="0" nillable="true"/>
    <xsd:element name="Lines" type="Line" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="Line">
    <xsd:sequence>
    <xsd:element name="LineNum" type="xsd:long" minOccurs="0" nillable="true"/>
    <xsd:element name="ChangeAcceptedFlag" type="xsd:string" minOccurs="0" nillable="true"/>
    <xsd:element name="Schedules" type="Schedule" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="Schedule">
    <xsd:sequence>
    <xsd:element name="ScheduleNum" type="xsd:long" minOccurs="0" nillable="true"/>
    <xsd:element name="ChangeAcceptedFlag" type="xsd:string" minOccurs="0" nillable="true"/>
    </xsd:sequence>
    </xsd:complexType>
    So a header element can have one or more lines and a line can have one or more schedules.
    Each of those entities have are based on tables (via EO & VO).
    Header table has primary key of HeaderId,
    Line table has primary key of LineId,
    Schedule table has primary key of ScheduleId,
    These primary keys are not part of the schema however they are there in the VOs.
    A Header can be uniquely identified by combination of Segment1 & SoldToBu which are part of the header element and they are added as a Altkey on the HeaderVO,
    For a given header a line can be uniquely identified by the LineNum which is added as Alt key on LineVo,
    And for a given line a schedule can be uniquely identified by the ScheduleNum which is added as Alt key on ScheduleVo.
    LineVO is added to the Service AM under HeaderVO via a ViewLink and similarly ScheduleVO is added below LineVO via viewLink.
    When I invoke the webservice the service identifies the header and line rows and updates them. It also identifies schedule rows but they are not getting updated.
    Any Idea what the prob. can be.
    Thanks in Advance!!
    Anil

    Hi Juhani,
    Do you try to execute the Web Service with SoapUI or XMLSpy??
    I think that is not a problem with abap side, but with java. I recomend to you use the following prefix in function modules:
    IMPORTING: I_
    EXPORTING: E_
    TABLES: T_
    Regards,
    Edson Thomaz

  • Search Result Row Not Highlighted

    Hi Experts
    I have a Result view . When i select the first one for some reason the ROW is not highlighted. It is selected as i able to get the data in my code and can pass the same to the next view, but somehow that HIGHLIGHTING is not happening when i select the row.
    What could be the reason for this? Please advise
    Thanks
    Abishek

    Hello Abishek,
    I was also suffered with this problem in my early days of CRM. The mistake is quite simple one. In table view .htm page onRowSelection is not passed or the passed event handler is not there is impl class or spelling or case mismatch of the event handler name.
    Check all the cases. You will come to know.
    Thanks & regards
    Vijay

  • ADF Issue with Tree Table , Child Row not getting rendered.

    Hi All,
    I am trying to show a single Level Master-Detail Table via ADF Tree Table.
    I have MasterVO : InventoryVO (1 SubInventoryCode)
    DetailVO: SubInventoryVO (n :SubInventoryCode)
    Both VOs are SQL query based VO with bindVariables.
    I have a viewLink between MasterVO and ChildVO (1:n relationship)
    I dragged and drop the MasterVO as a tree Table. I added the Rule in the Tree Binding too.
    I have the Tree table under a Tab , I execute the AM impl method when the Tab is clicked where I set the bindvariables of the MasterVO and ChildVO and execute it.
    when I run the Page , the VO query gets executed but the I am able to see only the MasterVO Datas, and when I click MasterVO ROW , the Table doesnt expand and it doesnt render any ChildVO ROws.
    Please find the Page Definition and Jspx Page Code Below
    Page Definition Code
    <tree IterBinding="ItemsLocatorIterator" id="ItemsLocator">
          <nodeDefinition DefName="xxplp.oracle.adf.items.model.view.ItemsLocatorVO"
                          Name="ItemsLocator0">
            <AttrNames>
              <Item Value="SubinventoryCode"/>
              <Item Value="Openorderqty"/>
              <Item Value="Openwoqty"/>
              <Item Value="Qoh"/>
            </AttrNames>
            <Accessors>
              <Item Value="ItemSubInventoryVO"/>
            </Accessors>
          </nodeDefinition>
          <nodeDefinition DefName="xxplp.oracle.adf.items.model.view.ItemSubInventoryVO"
                          Name="ItemsLocator1">
            <AttrNames>
              <Item Value="Locator"/>
            </AttrNames>
          </nodeDefinition>
        </tree>Jspx Page Code
    <af:treeTable value="#{bindings.ItemsLocator.treeModel}"
                                          var="node"
                                          selectionListener="#{bindings.ItemsLocator.treeModel.makeCurrent}"
                                          rowSelection="single" id="tt2"
                                          styleClass="AFStretchWidth"
                                          rowDisclosureListener="#{backingBeanScope.TabListenerBean.LocationTableRowDisclosureListener}">
                              <f:facet name="nodeStamp">
                                <af:column id="c110">
                                  <af:outputText value="#{node.SubinventoryCode}" id="ot116"/>
                                </af:column>
                              </f:facet>
                              <f:facet name="pathStamp">
                                <af:outputText value="#{node}" id="ot117"/>
                              </f:facet>
                              <af:column id="c111"
                                         headerText="#{bindings.ItemsLocator.hints.Qoh.label}">
                                <af:outputText value="#{node.Qoh}" id="ot118"/>
                              </af:column>
                              <af:column id="column1"
                                         headerText="#{bindings.ItemsLocator.hints.Openorderqty.label}">
                                <af:outputText value="#{node.Openorderqty}"
                                               id="outputText1"/>
                              </af:column>
                              <af:column id="column2"
                                         headerText="#{bindings.ItemsLocator.hints.Openwoqty.label}">
                                <af:outputText value="#{node.Openwoqty}"
                                               id="outputText2"/>
                              </af:column>
                              <af:column id="column3"
                                         headerText="Locator">
                                <af:outputText value="#{node.Locator}"
                                               id="outputText3"/>
                              </af:column>
                            </af:treeTable>

    I was able to find the issue which is causing the problem, both the VOs are SQL Query Based VOs.
    The ChildVO (SubInventoryVO) is has a bindvariable in its Query, which is losing its value when the viewlink accessor query gets appended to it.
    Please find the query below
    SELECT * FROM (SELECT MOTV.ORGANIZATION_CODE, MOTV.SUBINVENTORY_CODE  
    FROM MTL_ONHAND_TOTAL_V MOTV
    WHERE INVENTORY_ITEM_ID = :P_INVENTORY_ITEM_ID) QRSLT  WHERE ORGANIZATION_CODE = :Bind_OrganizationCode Though I am setting the VO query before the Table is rendered, ":P_INVENTORY_ITEM_ID".
    Its Losing its value, when the above whereclause "ORGANIZATION_CODE = :Bind_OrganizationCode " gets appended to it.
    I am thinking to use ExecuteWithParams Operation on SelectionListener method of the Tree Table to set the ":P_INVENTORY_ITEM_ID" bind variable, but I also want the viewLinkAccessor rule also to be applied ..
    Please suggest me how to retain the implicit bindVariable of the Query.

  • BEx Query results not getting updated

    Hi,
    I am using a BEx Query based on a multiprovider which is fetching data from a multiple remote cubes and multiple regular cubes.
    Now when data in the source system is getting changed the corresponding remote cubes are getting update but query result are not getting re-fresh for at least 2 hours.
    We have already tried doing logging out and and logging into the bex system.
    Is there some cache setting which is required?
    Default cache mode in query is  'Main memory cache without swapping'.
    Kindly advice.
    Regards
    Vivek

    Hi,
    Just generate your query once with program RSR_GEN_DIRECT_ALL_QUERIES.
    By selecting your multiprovider .
    Thanks,
    Ranjan

  • Not getting subvi results back in main VI

    I've got a subvi that I using in another subvi that then gets used in the main VI.  The results from the first subvi transfer to the second subvi correctly but the results do not get transfered into the main VI.  I've wired the connecotr in the second subvi and the main VI the same way.  Can't labview transfer information like this?
    I've attached a few jpg's for clarity, or attempted clarity!

    Ah ha!
    The while loop ends in the first subvi by a time out, it finishes the array of tests then sends results to a spreadsheet.
    Attachments...(hopefully it works this time)
    Attachments:
    top_level.JPG ‏47 KB
    subvi.JPG ‏67 KB
    mid-level.JPG ‏25 KB

  • Simple but strange behaviour of "suppress result rows"

    Hi,
    In one of the Query, for all the characteristics, the result rows are suppressed but strangely when i execute it on web i see the result row is getting dispalyed for one char.
    But when i go back and check my query designer,for every char i see suppress result row is set to Always...but i don't know why it is not reflecting on the web
    Now can any one please suggest how to suppress this on web permanently..
    Note:on the Web we can select the char and right click and change this feature in properties but it is a one time actitivity,Becuase when we try to execute the report once gain the result row again appreaing!!!
    when we execute the same report in BEx analyzert eh result rows is NOT shown up but only in web it is apprearing
    Is there any permanent way????????

    Hi Swapna,
    If you get the same behaviour after reopening the Web Template, you can use command "SET_RESULT_VISIBILITY" to suppress the result rows of that characteristic at Web Template level.
    Check this link for more details.
    http://help.sap.com/saphelp_nw70/helpdata/en/43/d828d988ef05f6e10000000a11466f/frameset.htm
    Regards,
    Rk.

  • Data not getting fetched bacause of index getting used

    Hi,
    I am selecting data from employee table having index on emp_id.
    Select * from employee where emp_id=101
    After executing Query doesnt show any data.
    but after executing like this
    Select * from employee where trim(emp_id)=101 --so index not getting used
    query shows data.
    How should resolve this.
    I am using Oracle 11G
    Thanks

    what is the data type of emp_id column... best approach is NUMBER data type....
    drop index
    Add another column in emp table (NUMBER data type)
    transfer all emp_id records in new column
    drop old column
    rename new column as emp_id
    create index on it

  • Row should get added in the target as soon as the data in the source table

    I have done the following:
    * The source table is part of the CDC process.
    * I have started the journal on the source table.
    Whenever I change the data in the source, I expect the target to get a new row added with a new sequence number as the surrogate key. I find that even though the source data changes, the new row does not get added.
    Could someone point out to me why is the new row not getting added?

    Step 1 - Sequence Number
    create a sequence in your rdbms namely
    CREATE SEQUENCE SEQUENCE_NAME
    MINVALUE 1
    MAXVALUE 99999
    START WITH 1
    INCREMENT BY 1
    YOU can use the above sequence in your mapping in this way
    schema_name.sequence_name.nextval executed on Target option .
    Next select only Insert option for sequence column .
    Click on the Source datastore and in the Properties panel you will find an option called " Journalized Data Only " . Now whenever this interface runs , only the journalized data gets transferred.
    The other way to see the journalized data from the source side is right click on the source datastore under the model which is journalized and now go to " changed data capture " and then to " journal data .. "
    Now you can see only the journzalied data.
    As CDC creates as trigger at the source , so whenever there is change in the source it gets captured at the target whenver you run the interface above interface with Journalized data only option.
    I hope iam clear and elaborate now.
    Thanks

  • Not getting total of results row in bex query

    Hi Experts,
    In Bex I have created new formula variable which is the Percentage of On time delivery for a particular vendor. The problem is when I use calendar year and vendor in rows and CK in columns and execute the query, I am not getting the the total value of particular vendor percentage for the year. Instead I am getting the value of 'X'.
    I tried to change the calculation result as "summation" but still I am facing the same issue.. If need more explanation i can give screenshots.
    Please help.
    Regards,
    Mathivanan

    Hi Anshu,
    Thanks for your valuable reply. Here is the screenshots
    The formula variable I have created is based on some CK's.  When i run query for all vendors I am getting the result percentage. But when I run the query with calendar year I am getting result as below
    The OTD Percentage is not the total % of the year 2010 for the particular supplier(vendor).

Maybe you are looking for

  • Getting error while migrating single mpr from pilot to production environment

    Hi, I am migrating single MPR form pilot to production and I am facing the following issue Join-FIMConfig : Two objects with same AnchorAttributeValue were detected. A requirement for using this migration tool is that AnchorAttributeValue is unique w

  • Web Report Development

    Hi, This is my first day using Oracle Reports and I had a couple of questions. Is there any kind of design view for creating web reports similar to the Paper Layout tab for designing paper reports or do we have to do most of the work using the Web So

  • EIS and Essbase Error Number 1030011

    Hi Guys,<BR>Please help if you have seen this issue before using Drill Through Reports on EIS and Essbase. Using Essbase 6.5 and EIS 7.0 Version. Created a Drill Through Report and trying to do it from Excel. When i click on the cell in Excel it disp

  • Send link doesn't work and Mailto does not appear on the applications tab

    After reinstalling Firefox twice (Tried two different versions) after my system crashed and then recovered, I got everything working again except the Send Link feature in Firefox. Reading through the forum, I tried to specify my mail program (Outlook

  • Having issues with my Time Machine backups...

    my mid-2009 MacBook Pro seems to be having an issue with time machine. I have an external, 1TB western digital harddrive that I used for my backups. it's about a year old. last weekend I took the harddrive with me on a trip - I kept it inside it's ow