Splitpage - details view not populating

Hi,
Can someone tell me what I am missing here.  I am using the splitpage.xaml page for the first time.  I have left it pretty much as default.  I have populated the Item list successfully but nothing happens when I click on an item.  I would
have expected the details of that item to populate the Details view. 
I would have expected that the below line in the Details view would have automatically populated the Details view with what is selected in the List view.  Or do I still need to do something in the ItemListView_SelectionChanged method?
DataContext = "{Binding SelectedItem, ElementName=itemListView}"
Maybe its something very simple I am missing. 
Below is my item list and my detail list from the xaml - NB the item list populates fine.
Thanks for any help.
<!-- Vertical scrolling item list -->
<ListView
x:Name="itemListView"
AutomationProperties.AutomationId="ItemsListView"
AutomationProperties.Name="Items"
TabIndex="1"
Grid.Row="1"
Margin="-10,-10,0,0"
Padding="120,0,0,60"
ItemsSource="{Binding Source={StaticResource itemsViewSource}}"
IsSwipeEnabled="False"
SelectionChanged="ItemListView_SelectionChanged">
<ListView.ItemTemplate>
<DataTemplate>
<Grid Margin="6">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto"/>
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>
<Border Background="{ThemeResource ListViewItemPlaceholderBackgroundThemeBrush}" Width="60" Height="60">
<Image Source="" Stretch="UniformToFill" AutomationProperties.Name="{Binding ErrorDate}"/>
</Border>
<StackPanel Grid.Column="1" Margin="10,0,0,0">
<TextBlock Text="{Binding ErrorDate}" Style="{StaticResource TitleTextBlockStyle}" TextWrapping="NoWrap" MaxHeight="40"/>
<TextBlock Text="{Binding UserMessage}" Style="{StaticResource CaptionTextBlockStyle}" TextWrapping="NoWrap"/>
</StackPanel>
</Grid>
</DataTemplate>
</ListView.ItemTemplate>
<ListView.ItemContainerStyle>
<Style TargetType="FrameworkElement">
<Setter Property="Margin" Value="0,0,0,10"/>
</Style>
</ListView.ItemContainerStyle>
</ListView>
<!-- Details for selected item -->
<ScrollViewer
x:Name = "itemDetail"
AutomationProperties.AutomationId = "ItemDetailScrollViewer"
Grid.Column = "1"
Grid.RowSpan = "2"
Padding = "60,0,66,0"
DataContext = "{Binding SelectedItem, ElementName=itemListView}"
HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Auto"
ScrollViewer.HorizontalScrollMode="Disabled" ScrollViewer.VerticalScrollMode="Enabled"
ScrollViewer.ZoomMode="Disabled">
<Grid x:Name="itemDetailGrid" Margin="0,60,0,50">
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="*"/>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto"/>
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>
<Image Grid.Row="1" Margin="0,0,20,0" Width="180" Height="180" Source="" Stretch="UniformToFill" AutomationProperties.Name="{Binding ErrorDate}"/>
<StackPanel x:Name="itemDetailTitlePanel" Grid.Row="1" Grid.Column="1">
<TextBlock x:Name="itemTitle" Margin="0,-10,0,0" Text="{Binding Title}" Style="{StaticResource SubheaderTextBlockStyle}"/>
<TextBlock x:Name="itemSubtitle" Margin="0,0,0,20" Text="{Binding ExceptionMessage}" Style="{StaticResource SubtitleTextBlockStyle}"/>
</StackPanel>
<TextBlock Grid.Row="2" Grid.ColumnSpan="2" Margin="0,20,0,0" Text="{Binding InfoMessage}" Style="{StaticResource BodyTextBlockStyle}"/>
</Grid>
</ScrollViewer>

Hi Ireland75,
I don't think you need some events like Selection_Changed since the data is binding. Once you change the selection in ListView, the content for selected item will be also changed.
I would suggest you to create a split template to see how it works instead of create a single Split Page on your project. You need binding things on to the item detail content, if you create a single split page, there is no test data.
--James
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.

Similar Messages

  • User details are not populating in access request

    Hello All,
    We have configured GRC 10 with LDAP and we are able to search the users in LDAP tcode(find option) and in the access request. But when i select the user and click on ok in the access request, user information is not populating to user details tab. I have followed the SAP Standard doc and configuration is fine. When i select data source as SAP system, user details are population as expected. But when i use LDAP as data source, i am having the issue. I hope this is an field mapping issue but i tried all different options but no solution i found. Kindly help me with your expert suggestions.
    Field mapping is as follows:
    LASTNAME
    SN
    FIRSTNAME
    GIVENNAME
    USERID
    SAMACCOUNTNAME
    ROLE_NAME
    NAME
    MEMBER_OF
    MEMBEROF
    EMAIL
    MAIL
    MANAGERID
    MANAGER
    Regards,
    Jai Reddy.

    I know the path, but how to check it? is it using metaverse search?
    Look at the Runs. Are they succeeding, or failing to connect?
    Remove the Bit 17 and try again.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Win 7 File-Manager "Pages" column on details view not working.

    Hi, I'm using AA XI on Win 7.  I have a couple of advanced file managers (xplorer2 and XYplorer) that let you choose different columns for the the "Details View."  One of the built-in WIndows properties that can be used as a column is "Pages."  It shows the number of pages that a Word doc has, but does not show anything for PDF files.  One of the XYplorer forum members said that I need to install PDF-XChange, then the column support will be added to my computer...   Is there an Acrobat XI setting that will allow Windows to read the number of pages in a PDF?  Any other thoughts on this?  Many thanks. 

    Hi, I'm using AA XI on Win 7.  I have a couple of advanced file managers (xplorer2 and XYplorer) that let you choose different columns for the the "Details View."  One of the built-in WIndows properties that can be used as a column is "Pages."  It shows the number of pages that a Word doc has, but does not show anything for PDF files.  One of the XYplorer forum members said that I need to install PDF-XChange, then the column support will be added to my computer...   Is there an Acrobat XI setting that will allow Windows to read the number of pages in a PDF?  Any other thoughts on this?  Many thanks. 

  • IR detail view not showing

    I have an interactive report that I would like to show in detail view.
    I have set enable detail view to Yes
    I have set before rows to <table>
    I have set for each row to <tr><td>#CREATED_ON#</td></tr>
    I have set after rows to </table>
    When I click on the detail view icon on the IR action bar nothing shows.
    I've also tried just some plain text in for each row <tr><td>Made it here</td></tr> still nothing
    Any suggestions?
    I'm on apex version 4.2.1.00.08
    Using Theme 26 (Productivity)
    DB 11gR1
    Thanks
    Wayne
    Edit: Found the problem - when using the wizard to create the report/form for some reason the detail view wouldn't work. Created report by hand detail view works just fine
    Edited by: wcoleku on Apr 15, 2013 11:09 AM

    Hi,
    Check the assign template code and ensure the CSS refrence starts with a leading slash. 
    e.g.  "/mycss.css"
    This might be the cause of this issue.  If still no luck please provide the url to the web app so we can help further.
    Kind regards,
    -Sidney

  • View not populated

    Hi all,
    In my application there is an update on the base table. And there is a view based on that table which is also joined by another tables.
    I can see the changes in the base table but I cannot see them in the view. Though when I execute the query of the script of the view with a "where" clause based on the changes I made then the query returns results !
    So I want to understand the reason why the view is not automatically populated !
    Thank you very much indeed.

    Here is the script of the view :
    CREATE OR REPLACE FORCE VIEW V_COORDINATION_FH
    (COMP_FICHE, COMP_PROJET, COMP_REGION, REF_ART, STATUT,
    DATE_STATUT, NUM_VERSION, REMARQUES, DATE_DEMANDE_INIT, DATE_DEMANDE_COORD,
    NOM_DEMANDEUR, MOTIF_MODIF, DOC_ASSOCIE, DATE_REPONSE_ART, REPONSE_ART,
    REF_ACCORD_ART, DOC_ASSOCIE_REP, NOM_LIEN, VERSION_SPHVER, STATUT_LIAISON,
    DATE_EN_SERVICE, DATE_FIN_UTILISATION, DEBIT, LARGEUR_BANDE, REF_EQUIPEMENT,
    FABRICANT, SEUIL_103, SEUIL_106, KTBF, CLASSE_EQUIPEMENT,
    PUISSANCE_TYPIQUE, PUISSANCE_MIN, PUISSANCE_MAX, DESI_EMISSION, FACTEUR_BRUIT,
    TYPE_MODULATION, REF_SITE_1, REF_SITE_2, NOM_SITE_1, NOM_SITE_2,
    NOM_SITE_ART_1, NOM_SITE_ART_2, LONGITUDE_1, LONGITUDE_2, LONGITUDE_SEXA_1,
    LONGITUDE_SEXA_2, LONGITUDE_ART_1, LONGITUDE_ART_2, LATITUDE_1, LATITUDE_2,
    LATITUDE_SEXA_1, LATITUDE_SEXA_2, LATITUDE_ART_1, LATITUDE_ART_2, ALTITUDE_1,
    ALTITUDE_2, VILLE_1, VILLE_2, CODE_POSTAL_1, CODE_POSTAL_2,
    ZONE_GEO1, ZONE_GEO2, REF_CADASTRALE_1, REF_CADASTRALE_2, NOM_ANTENNE_1,
    NOM_ANTENNE_2, CONSTRUCTEUR_1, CONSTRUCTEUR_2, FREQ_MIN_1, FREQ_MIN_2,
    FREQ_MAX_1, FREQ_MAX_2, DIAMETRE_1, DIAMETRE_2, GAIN_1,
    GAIN_2, OUV_3_DB_1, OUV_3_DB_2, TYPE_STATION_1, TYPE_STATION_2,
    SURFACE_PASSIF_1, SURFACE_PASSIF_2, PERTES_PASSIF_1, PERTES_PASSIF_2, PUISS_NOMINALE_1,
    PUISS_NOMINALE_2, NUM_CANAL_1, NUM_CANAL_2, FREQ_EMISE_1, FREQ_EMISE_2,
    PARITE_1, PARITE_2, POLARISATION_1, POLARISATION_2, PERTES_EMISSION_1,
    PERTES_EMISSION_2, PERTES_RECEPTION_1, PERTES_RECEPTION_2, HAUTEUR_ANTENNE_1, HAUTEUR_ANTENNE_2,
    NOM_BANDE, COMP_LIEN, COMP_SITE_1, COMP_SITE_2, COMP_STATION_1,
    COMP_STATION_2, COMP_ANTENNE_1, COMP_ANTENNE_2, ARCHIVE, NOM_SITE_1_EXP,
    NOM_SITE_2_EXP, LONGITUDE_1_EXP, LONGITUDE_2_EXP, LATITUDE_1_EXP, LATITUDE_2_EXP,
    REF_ART_EXP, L_ATPC_DYN, LP_PLAN, LP_CH_SEP, LE_ARCEP_ID,
    LE_ATPC, AL_PLACE, BL_PLACE, AL_ADDRESS, BL_ADDRESS,
    AL_NUM_ANFR, BL_NUM_ANFR, AA_ARCEP_ID, BA_ARCEP_ID, A_TX_ADDLOSSES,
    B_TX_ADDLOSSES, A_NUM_SUPPORT, B_NUM_SUPPORT, AL_NUM_ANFR_EXP, BL_NUM_ANFR_EXP,
    A_NUM_SUPPORT_EXP, B_NUM_SUPPORT_EXP, DATE_EXP_COMSIS, DATE_MAJ_COMSIS, REF_PROJET,
    DATE_CREATION)
    AS
    SELECT tab.*, a.ref_projet, a.date_creation
    FROM t_coordination_fh tab, t_projet_coord a, t_l_user_regions ur
    WHERE archive = 0
         and tab.comp_projet = a.comp_projet
    AND tab.comp_region=ur.comp_user_reg
    AND ur.reg_code LIKE NVL(Pkg_Cfh.fn_getgroupe(USER), '%')
    And here is the query I launched :
    SELECT tab.*, a.ref_projet, a.date_creation
    FROM t_coordination_fh tab, t_projet_coord a, t_l_user_regions ur
    WHERE archive = 0
    and tab.nom_lien = '9120'
         and tab.comp_projet = a.comp_projet
    AND tab.comp_region=ur.comp_user_reg
    AND ur.reg_code LIKE NVL(Pkg_Cfh.fn_getgroupe(USER), '%')
    The condition "tab.nom_lien = '9120' " is just added.
    And the filter in TOAD is nom_lien = '9120'.
    Everytime I launch the application then the changes are missing in the view.
    I debugged the application and it executes the updates :
    update t_coordination_fh
                                  set al_num_anfr = nvl (v_al_num_anfr, al_num_anfr),
                                            bl_num_anfr = nvl (v_bl_num_anfr, bl_num_anfr),
                                            a_num_support = v_a_num_support,
                                            b_num_support = v_b_num_support,
              date_maj_comsis = trunc(sysdate)
                                  where comp_fiche = :FHEXPMAN_POSSIBLES.comp_fiche;
    forms_ddl ('commit');
    UPDATE t_coordination_fh
    set al_num_anfr_exp = al_num_anfr,
    bl_num_anfr_exp = bl_num_anfr,
    a_num_support_exp = a_num_support,
    b_num_support_exp = b_num_support,
    date_exp_comsis =      v_def_date
    WHERE comp_fiche = :FHEXPMAN_POSSIBLES.comp_fiche;
    forms_ddl ('commit');
    So why the data is not in the view ?

  • PLD - Payment details view not smart way

    Hi All / Expert,
    I have problem with PLD which the customer/ vendor ref not display in correct way.
    Payment details
    A/P Invoices: 04526053 - RM 13,507.19; 04526052 - RM 2,4272.99
    It should be like this :
    Payment details                                        Amount
    04526053          <blank>                          RM 13,507.19
    04526052          <blank>                          RM 2,4272.99
    Anyone can tell me how to setup/design it to be like that? I'm appreciated your help.
    Thanks in advance.
    uddin
    Edited by: Muhd Mahyuddin Zakaria on Apr 21, 2008 6:15 PM
    Edited by: Muhd Mahyuddin Zakaria on Apr 21, 2008 6:15 PM
    Edited by: Muhd Mahyuddin Zakaria on Apr 21, 2008 6:16 PM

    Dear Jimmy,
    As your mention before, query PLD is seem as solution for this problem. I tried to use your sample query you had given before and assign it to report
    (Query manager --> Create report). But, it failed to bring out any figure.
    Dear Naveed,
    I'm also tried this query but I failed because syntax IF and /
    2. Create a query IF /$[/$20.45.0] = '18'
    SELECT T0.NumAtCard FROM OPCH T0 WHERE T0.DocNum = /$[/$20.1.0] (Note that query is starting by identifying the doc type, this query is for A/P reserve invoice, you can have it for any doc type by changing the syntax)
    Please advice. Thanks
    Edited by: Muhd Mahyuddin Zakaria on Apr 23, 2008 11:41 AM

  • Executing Query Views not populating Query Cache?

    Hi,  I'm executing 3 query views in a web template.  I was expecting this to populate the cache for the query which they are based upon, but they are not? 
    Can anyone verify this behavior?
    Thanks!

    Hi,
    A query uses a cache entry only if it is suitable for it regarding navigational status, filters...
    I recommend you to read this how to guide:
    https://websmp103.sap-ag.de/~sapdownload/011000358700004339892004E/HowToOLAPCache.pdf
    Have a detalied look at sections 3.4 and 3.5:
    <i>Cached query results can be used only for the same query. In some cases, real subsets of
    cached query result sets can be used; this is possible, if the three following requirements are
    met:
    • It is the same query ID
    • All selection criteria of the second query must be contained in those of the first call, i.e.
    the query result set of the cached query is a superset of the second query
    Note that the selection variable must defined as ‘changeable with query navigation’! If the
    variable was not changeable, the variable value would be part of cache entry key and,
    hence, the cache entry could only be used for exactly the same variable values.
    • The characteristics with differing selection criteria are included in the drill-down of the
    cached query result</i>
    Hope it helps,
    David.
    Message was edited by: David Sirvent

  • Master-detail form not populated

    Hello,
    i have created a data block on my ELEVI table, and then another data block on ELEVI_CLASA table, table which contains (id_elevi, id_clasa, start_date, end_date). at Master-Detail section i have specified the join condition,
    ELEVI_CLASA.ID_ELEVI=ELEVI.ID
    in the WHEN-NEW-FORM-INSTANCE trigger i have
    begin
    go_block('elevi');
    execute_query;
    end;but the block ELEVI is populated, without being populated ELEVI_CLASA too (that 4 fields).. when i run the form it points to the first item from ELEVI_CLASA and tells me that "Field must be entered". Why happens this?
    Thanks

    Sorry if i'm asking this, but how should i see that last query? when i created the second data block, ELEVI_CLASA, in master-detail section i joined these 2 tables, ELEVI and ELEVI_CLASA

  • Not able to display bar chart in details view

    Hi every one,
    I created Tiles and when click on Tile it is going to SplitContainer. in SplitContainer container i have two HTML views. I am trying to dispaly bar chat in Detail view. but its not displaying. Can you please help me?
    Here is my code.
    Here is my details view.
    <template data-controller-name="view.LrDetail">
      <div id="page" data-sap-ui-type="sap.m.Page" data-title="Leave Request" data-show-nav-button="true" data-nav-button-press="back">
      <div data-sap-ui-aggregation="content">
      <div data-sap-ui-type="sap.m.ObjectHeader"
      data-title-active="true"
      data-title-press="showRequestor"
      data-title="{lr>requestor}"
      data-number="{lr>days}"
      data-number-unit="days">
      <div data-sap-ui-aggregation="attributes">
      <div data-sap-ui-type="sap.m.ObjectAttribute" data-text="{path:'lr>type', formatter:'util.Formatter.lrType'}">
      </div>
      </div>
      <div data-sap-ui-aggregation="firstStatus">
      <div data-sap-ui-type="sap.m.ObjectStatus" data-text="{path:'lr>agoDays', formatter:'util.Formatter.agoDays'}">
      </div>
      </div>
      </div>
      <div id="reports" data-sap-ui-type="sap.viz.ui5.Bar">
      </div>
      </div>
      </div>
    </template>
    and here is my details controller
    onBeforeRendering: function()
      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}
      sap.ui.getCore().setModel(oModel, "MyJSONModel");
      var dataset = new sap.viz.ui5.data.FlattenedDataset({
                dimensions : [ {
                  axis : 1,
                  name : 'Country',
                  value : "{Country}"
                measures : [ {
                  name : 'population',
                  value : '{population}'
                }] ,data : {
                  path : "/businessData"
      var chart = this.getView().byId("reports");
      chart.setDataset(dataset);
      chart.setModel(oModel);
    here is my output screenshot.
    Can you please help me where i am doing wrong.

    Hi Sakthivel Elango,
    My code is working in Normal view and displaying Chart. the same code put into detail view chat is not displaying. Inside HTML code i am posting please check the code.
    <div id="LrDetail--reports" data-sap-ui="LrDetail--reports" class="sapVizChart" style="width: 640px; height: 480px;">
       <div id="UIComp_0" style="position: relative; overflow: visible; font-size: 10px; box-sizing: border-box; left: 0px; top: 0px; width: 640px; height: 480px; display: none;">
          <div id="UIComp_1" class="UIComp_1-2ebc44e6-2f93-46d1-964e-e823b0afe432 v-viz v-bar" style="position: relative; overflow: hidden; font-size: 10px; box-sizing: border-box; display: block; width: 640px; height: 480px; -webkit-user-select: none; left: 0px; top: 0px;">
             <canvas style="width: 0px; height: 0px;"></canvas>
             <svg class="v-m-root" width="640" height="480" style="left: 0px; top: 0px; direction: ltr; position: absolute; box-sizing: border-box;">
                <defs></defs>
                <g class="v-m-title"></g>
                <g class="v-m-legends">
                   <g class="v-m-legend"></g>
                </g>
                <g class="v-m-main">
                   <g class="v-m-background"></g>
                   <g class="v-m-xAxis"></g>
                   <g class="v-m-yAxis"></g>
                   <g class="v-m-plot"></g>
                </g>
             </svg>
          </div>
       </div>
    </div>
    in this svg tags there is no bars.

  • Bug in details view: index columns not shown correctly, stops at 4th column

    I do have two indices on a table which are shown in the details view. In the column 'columns' only the first 4 columns are shown that belong to the index.
    If I choose an index in another detail view, all columns are shown correctly.
    Where to report this bug?

    I just realized this was an issue today.
    Once one knows that only 4 columns are shown in the summary and that you have to click on the index name for any index that shows 4 columns to see if there are more, well that extra click is pretty simple and not a big deal.
    The problem is BEFORE one knows of this. For weeks, when reviewing some indexes created by others, I was under the wrong impression about some indexes because I thought they only had the 4 columns shown. I didn't know at that time that I had to select the index and look at the detail section.
    It wasn't until I just happened to click on one of them and saw more columns listed that I realized there was a bug. And yes, as far as I'm concerned, this is a bug not a feature.
    At an absolute minimum, there should be something done so users know they have to look at the details. Perhaps the heading could be changed to "Columns (up to 4)" or the ellipsis or (more) could be added as someone else suggested. Even just an additional comma would help. I can't imagine why it was written to stop at 4 anyway - why does that make any sense?
    This is the first time I've come to this forum so I'm not sure how to request an enhancement. I'll read a few other threads and see if I can tell.

  • Order list not linking through to detail view

    Hi all, I'm creating an order list in a secure zone, each order needs to link to the invoice of that order (the detail view). I have read:
    http://forums.adobe.com/message/4348407#4348407
    and
    http://kb.worldsecuresystems.com/838/cpsid_83807.html?bc-partner#main_Displaying_Order_His tory
    but cant seem to link from the order list to the detail view.
    My list template is:
    <li>
    <span class="col1">{tag_invoicedate}</span>
    <span class="col2">{tag_invoicenumber}</span>
    <span class="col3">{tag_invoicetotal}</span>
    <span class="col4">{tag_status}</span>
    </li>
    Are any of these tags meant to link to the detail view? I have looked for further tags which link to the detail view but cant find any.
    Thanks for your reply in advance.
    Karl

    Yea, best is to wrap {tag_productimage} in a div with a class, i.e. <div class="order-image">{tag_productimage}</div> and "shrink" it with css:
    .order-image {
         width:80px;
         height:80px;
    .order-image img {
         width:100%;
    You can not define a template for the detail view (I wish...), it is using the default template.
    Nicole - BCGurus.com   |  http://bcgurus.com/Business-Catalyst-Templates for only $7

  • Managed Server not populating while installation in SOA server detail

    I am facing an issue in installation of AIA. In the screen SOA server detail, managed server is not populating in dropdown option. I have installed Weblogic middle ware fusion in which admin server and managed server is running. Both are configured for by own machine and clustering is not done
    I want to know these things.
    1) Is there any problem with weblogic installation or configuration. Managed server and admin server is running fine
    2) Do i need to configure node management to map admin server and managed server in fusion middleware?
    3) Is there any compatibility mode issue? I am running the setup as administrator in window 7 OS for 32bit windows
    Please help me in resolving this issue.
    Thanks

    Check for the following in your target soa server:
    1. SOA components are correctly deployed.
    2. soa-infra deployment is running and healthy.
    3. node manager is able to start and stop the managed server properly.

  • Segment not Populated in FB03 in G/L View

    Dear Experts,
    Document Splitting is activated and all settings for doc splitting have been configured in the system, with Profit Centre and Segment as mandatory fields.
    When a document is posted and we are looking at this document in FB03 the segment and profit center are not populated for all accounts (i.e customer and vendor account) when we are in G/L View while everything is populated in Entry View (including customer and vendor reconciliation account).
    Thanks for your help

    Dear,
    GL ledger view fetches data from the header table BKPF and while entry view fetched it from BSIS where these fields are maintained and hence are displayed. In BKPF no such fields are maintained. This is for your information
    Regards

  • Info-Object Master Data is not populated using Attribute View

    Hi Colleagues,
    I have one info-Object 'Resource', compounded with client, resource type and scenario.
    I want to fill its master data using an attribute view.  In Master data tab, i have mentioned the package and attibute view (SAP HANA MODEL).
    Assigned all the attributes to respective fields in attribute view.
    I can see data using the 'Data Preview' in my attribute view.
    Two issues --
    1. Maintain master data option is disabled in the context menu of 'Resource' Info-Object.
    2. Also the data available in attribute view is not populating in master data of info-Object ( I tried seeing by creating a report).
    Please suggest what is wrong here.
    Thanks in advance.
    Regards,
    Rohit

    Hi,
    When you are loading data from DSO to IO, seems like some filtering is happening. Just check the active table of DSO and make sure that you have all the 59 records available.
    Another important thing is check the primary key of your master data i.e. if there is any compounding attribute if not then records from DSO might be getting overwritten in the master data. i.e. only 6 unique records.
    Regards,
    Durgesh.

  • Detail view with bind variable. TreeTable not showing all detail result.

    I’m having trouble with treeTable using detail view with bind variables and where clause defined in VO definition.
    Both, master and detail view objects, base on the same entity and have the same condition in where clause. The view objects also have bind variables, which are set in prepareRowSetForQuery() method.
    Again, these are two different views, that get different result, based on value of one of the bind variable.
    When I show results in two different tables on jsf page, where master table has "RowSelection" set on "single", all results are displayed in detail table.
    But when I use treeTable, only the first result of the detail is shown.

    I tested it in applicationModule and it works, but i think that's the same as two tables on a jsf page.
    This is the order in which overridden methods are called in ADF BC or two tables on jsf page
    when clicking on row in master table.
    PrepareRowSetForQueryDetail
    executeQueryForCollection_Detail user param: 2
       Object 2: class [Ljava.lang.Object;  -> print of the object2[] parameter in executeQueryForCollection
         List 0: Bind_ChildId -> viewLink parameter
         List 1: 400035313 -> viewLink parameter value
    getEstimatedRowCount_Detail
    count: 2
    getEstimatedRowCount_Detail
    count: 2 And when i click on "expand node" in tree table:
    getEstimatedRowCount_Root
    count: 2
    PrepareRowSetForQuery_Detail
    executeQueryForCollection_Detail user param: 2
       Object 2: class [Ljava.lang.Object;
         List 0: Bind_ChildId -> viewLink parameter
         List 1: 400035321
    PrepareRowSetForQueryDetail
    executeQueryForCollection_Detail user param: 2
       Object 2: class [Ljava.lang.Object;
         List 0: Bind_ChildId -> viewLink parameter
         List 1: 400035313
    getEstimatedRowCount_Root
    count: 2
    getEstimatedRowCount_Root
    count: 2
    getEstimatedRowCount_Root
    count: 2
    PrepareRowSetForQueryDetail
    executeQueryForCollection_Detail user param: 2
       Object 2: class [Ljava.lang.Object;
         List 0: Bind_ChildId -> viewLink parameter
         List 1: 400035313
    PrepareRowSetForQueryDetail
    executeQueryForCollection_Detail user param: 2
       Object 2: class [Ljava.lang.Object;
         List 0: Bind_ChildId -> viewLink parameter
         List 1: 400035321
    getEstimatedRowCount_Root
    count: 2
    getEstimatedRowCount_Root
    count: 2Values of user parameters are OK. Is there another method that i should override?
    I also noticed, that if detail view doesn't have user bind variables, the tree works fine and is shown even in ADF BC (aplication module).
    I guess we loose a tree, when using bind variables in detail view object.
    Is there a way around it?

Maybe you are looking for