Attributes not showing up in POV

In the process of developing some financial reports, it looks like I hosed the display of attributes on my admin account somehow.
The scenario is as follows:
On several reports I have attributes setup in the POV, when I originally developed the reports they showed fine, but for some reason they are not there any more. I'm lead to believe that something with the account I'm using was changed, as when I log in with a test account, provisioned as a regular user, I'm able to see the attributes listed in the POV.
I've tried changing the available settings in workspace and have not found any settings in the desktop client that would affect this.
We're running workspace version 9.3.1.0.0.248 and financial reporting 9.3.1.325
Any help or guidance is appreciated.
Thanks

Hello Hari,
Currently, the only attributes that you have access to in Publisher are the attributes linked to the taxonomy that you've designated to be your family field (in the console), which by default, is your main taxonomy table.
The only way to display fields linked to non-main tables is by designating them alternate display fields, which in your case doesn't sound like what you want.
-Neta

Similar Messages

  • Updated attribute not showing up in the Front End

    Hi,
    I have to update an attribute column based on some conditions.
    Even though I have updated, the updated value is not showing up in the front end
    Moreover if I go to Diagnostics-> Examine and then query the attribute value I can see the updated Result
    What can be the reason...
    Please Advise
    Rahul

    Sounds like the Statement is not committed. Maybe you should add a
    COMMIT;
    at the end of your query.

  • MDM attributes not showing in UWL

    Hello Experts,
    I am using MDM5.5 SP06. I want to integrate MDM Workflow with UWL in portal. For that I followed this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/771f1a61-0e01-0010-daa9-93a52905da09
    I did all steps in the document. Still I am able to see the MDM tasks in UWL. And also, MDM attributes like mdmStatus, stepId, stepName, jobId, userNames, workflowTable are not available in Personalization.
    To get MDM attributes and MDM tasks what are the steps I need to Do?.
    PS: I am able to see the task in MDM Workflow.
    Thanks,
    Rajee

    Hi Jitesh,
    I have done already. I have given main table as 'Business Partners'.
    1. Here, whether I need to give table code or table name?.
    2. Any config file changes need to do for this?. I am NOT able to see MDM tasks in UWL.
    Here I am pasting my config xml file.
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd'
      >
    <UWLConfiguration version="1.0">
      <ItemTypes>
        <ItemType name="uwl.completedtask.mdm.all.SAP_MDM_Repository_BuPa.MDM_BUSINESS_PARTNERS" connector="MdmUwlConnector" defaultView="MdmWorkItemsCompletedView" defaultAction="showMdmDetails" executionMode="default">
          <Actions>
            <Action name="showMdmDetails" groupAction="no" handler="IViewLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes">
              <Properties>
                <Property name="taskId" value="${item.jobId}"/>
             <Property name="stepId" value="${item.stepId}"/>
                <Property name="userId" value="${item.userNames}"/>
                <Property name="workflowTable" value="${item.workflowTable}"/>
                <Property name="externalRequestEvent" value="com.sap.pct.mdm.appl.masteriviews.events.externals.ViewTaskRecordsHandler"/>
                <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.roles/com.sap.pct.mdm.appl.business_expert/com.sap.pct.mdm.appl.bupa_occ/com.sap.pct.mdm.appl.bupa.show_records_of_job"/>
              </Properties>
              <Descriptions default="Show Record Details"/>
            </Action>
            <Action name="showHistory"
              handler="IViewLauncher"
                 launchInNewWindow="yes"
                 launchNewWindowFeatures="width=557,height=560,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
                   <Properties>
                          <Property name="jobId" value="${item.jobId}"/>
                      <Property name="workflowTable" value="${item.workflowTable}"/>
                          <Property name="stepId" value="${item.stepId}"/>
                          <Property name="userId" value="${item.userNames}"/>
                          <Property name="systemId" value="${item.systemId}"/>
                          <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.taskhistory"/>
                   </Properties>
                   <Descriptions default="History"/>
            </Action>
            <Action name="createJob"
              handler="IViewLauncher"
                 launchInNewWindow="yes"
                 launchNewWindowFeatures="width=557,height=560,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
                   <Properties>
                          <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.createjob"/>
                   </Properties>
                   <Descriptions default="Create Job"/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.completedtask.mdm.all.SAP_MDM_Repository_Prod.MDM_PRODUCTS" connector="MdmUwlConnector" defaultView="MdmWorkItemsCompletedView" defaultAction="showMdmDetails" executionMode="default">
          <Actions>
            <Action name="showMdmDetails" groupAction="no" handler="IViewLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes">
              <Properties>
                <Property name="taskId" value="${item.jobId}"/>
             <Property name="stepId" value="${item.stepId}"/>
                <Property name="userId" value="${item.userNames}"/>
                <Property name="workflowTable" value="${item.workflowTable}"/>
                <Property name="externalRequestEvent" value="com.sap.pct.mdm.appl.masteriviews.events.externals.ViewTaskRecordsHandler"/>
                <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.roles/com.sap.pct.mdm.appl.business_expert/com.sap.pct.mdm.appl.products_occ/com.sap.pct.mdm.appl.product.show_records_of_job"/>
              </Properties>
              <Descriptions default="Show Record Details"/>
            </Action>
            <Action name="showHistory"
              handler="IViewLauncher"
                 launchInNewWindow="yes"
                 launchNewWindowFeatures="width=557,height=560,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
                   <Properties>
                          <Property name="jobId" value="${item.jobId}"/>
                            <Property name="workflowTable" value="${item.workflowTable}"/>
                          <Property name="stepId" value="${item.stepId}"/>
                          <Property name="userId" value="${item.userNames}"/>
                          <Property name="systemId" value="${item.systemId}"/>
                          <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.taskhistory"/>
                   </Properties>
                   <Descriptions default="History"/>
            </Action>
            <Action name="createJob"
              handler="IViewLauncher"
                 launchInNewWindow="yes"
                 launchNewWindowFeatures="width=557,height=560,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
                   <Properties>
                          <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.createjob"/>
                   </Properties>
                   <Descriptions default="Create Job"/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.mdm.jobs.SAP_MDM_Repository_BuPa.MDM_BUSINESS_PARTNERS" connector="MdmUwlConnector" defaultView="MdmViewJobs" defaultAction="showMdmDetails" executionMode="default">
          <Actions>
            <Action name="addRecordsToJob" groupAction="no" handler="IViewLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes">
              <Properties>
                <Property name="taskId" value="${item.jobId}"/>
             <Property name="stepId" value="${item.stepId}"/>
                <Property name="userId" value="${item.userNames}"/>
                <Property name="workflowTable" value="${item.workflowTable}"/>
                <Property name="externalRequestEvent" value="com.sap.pct.mdm.appl.masteriviews.events.externals.ViewTaskRecordsHandler"/>
                <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.roles/com.sap.pct.mdm.appl.master_data_expert/com.sap.pct.mdm.appl.bupa/com.sap.pct.mdm.appl.bupa.add_records_to_job"/>
                <Property name="mode" value="result_set"/>
              </Properties>
              <Descriptions default="Add/Remove Records"/>
            </Action>
            <Action name="createJob"
              handler="IViewLauncher"
                 launchInNewWindow="yes"
                 launchNewWindowFeatures="width=557,height=560,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
                   <Properties>
                          <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.createjob"/>
                   </Properties>
                   <Descriptions default="Create Job"/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.mdm.jobs.SAP_MDM_Repository_Prod.MDM_PRODUCTS" connector="MdmUwlConnector" defaultView="MdmViewJobs" defaultAction="showMdmDetails" executionMode="default">
          <Actions>
            <Action name="addRecordsToJob" groupAction="no" handler="IViewLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes">
              <Properties>
                <Property name="taskId" value="${item.jobId}"/>
             <Property name="stepId" value="${item.stepId}"/>
                <Property name="userId" value="${item.userNames}"/>
                <Property name="workflowTable" value="${item.workflowTable}"/>
                <Property name="externalRequestEvent" value="com.sap.pct.mdm.appl.masteriviews.events.externals.ViewTaskRecordsHandler"/>
                <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.roles/com.sap.pct.mdm.appl.master_data_expert/com.sap.pct.mdm.appl.products/com.sap.pct.mdm.appl.product.add_records_to_job"/>
                <Property name="mode" value="result_set"/>
              </Properties>
              <Descriptions default="Add/Remove Records"/>
            </Action>
            <Action name="createJob"
              handler="IViewLauncher"
                 launchInNewWindow="yes"
                 launchNewWindowFeatures="width=557,height=560,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
                   <Properties>
                          <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.createjob"/>
                   </Properties>
                   <Descriptions default="Create Job"/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.mdm.tasks.SAP_MDM_Repository_BuPa.MDM_BUSINESS_PARTNERS" connector="MdmUwlConnector" defaultView="MdmViewTasks" defaultAction="showMdmDetails" executionMode="default">
          <Actions>
            <Action name="showMdmDetails" groupAction="no" handler="IViewLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes">
              <Properties>
                <Property name="taskId" value="${item.jobId}"/>
             <Property name="stepId" value="${item.stepId}"/>
                <Property name="userId" value="${item.userNames}"/>
                <Property name="workflowTable" value="${item.workflowTable}"/>
                <Property name="externalRequestEvent" value="com.sap.pct.mdm.appl.masteriviews.events.externals.ViewTaskRecordsHandler"/>
                <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.roles/com.sap.pct.mdm.appl.business_expert/com.sap.pct.mdm.appl.bupa_occ/com.sap.pct.mdm.appl.bupa.show_records_of_job"/>
              </Properties>
              <Descriptions default="Show Record Details"/>
            </Action>
            <Action name="showHistory"
              handler="IViewLauncher"
                 launchInNewWindow="yes"
                 launchNewWindowFeatures="width=557,height=560,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
                   <Properties>
                          <Property name="jobId" value="${item.jobId}"/>
                      <Property name="workflowTable" value="${item.workflowTable}"/>
                          <Property name="stepId" value="${item.stepId}"/>
                          <Property name="userId" value="${item.userNames}"/>
                          <Property name="systemId" value="${item.systemId}"/>
                          <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.taskhistory"/>
                   </Properties>
                   <Descriptions default="History"/>
            </Action>
            <Action name="createJob"
              handler="IViewLauncher"
                 launchInNewWindow="yes"
                 launchNewWindowFeatures="width=557,height=560,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
                   <Properties>
                          <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.createjob"/>
                   </Properties>
                   <Descriptions default="Create Job"/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.mdm.tasks.SAP_MDM_Repository_Prod.MDM_PRODUCTS" connector="MdmUwlConnector" defaultView="MdmViewTasks" defaultAction="showMdmDetails" executionMode="default">
          <Actions>
            <Action name="showMdmDetails" groupAction="no" handler="IViewLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes">
              <Properties>
                <Property name="taskId" value="${item.jobId}"/>
             <Property name="stepId" value="${item.stepId}"/>
                <Property name="userId" value="${item.userNames}"/>
                <Property name="workflowTable" value="${item.workflowTable}"/>
                <Property name="externalRequestEvent" value="com.sap.pct.mdm.appl.masteriviews.events.externals.ViewTaskRecordsHandler"/>
                <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.roles/com.sap.pct.mdm.appl.business_expert/com.sap.pct.mdm.appl.products_occ/com.sap.pct.mdm.appl.product.show_records_of_job"/>
              </Properties>
              <Descriptions default="Show Record Details"/>
            </Action>
            <Action name="showHistory"
              handler="IViewLauncher"
                 launchInNewWindow="yes"
                 launchNewWindowFeatures="width=557,height=560,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
                   <Properties>
                          <Property name="jobId" value="${item.jobId}"/>
                      <Property name="workflowTable" value="${item.workflowTable}"/>
                          <Property name="stepId" value="${item.stepId}"/>
                          <Property name="userId" value="${item.userNames}"/>
                          <Property name="systemId" value="${item.systemId}"/>
                          <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.taskhistory"/>
                   </Properties>
                   <Descriptions default="History"/>
            </Action>
            <Action name="createJob"
              handler="IViewLauncher"
                 launchInNewWindow="yes"
                 launchNewWindowFeatures="width=557,height=560,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
                   <Properties>
                          <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.createjob"/>
                   </Properties>
                   <Descriptions default="Create Job"/>
            </Action>
          </Actions>
        </ItemType>
      </ItemTypes>
      <Views>
        <View name="MdmViewJobs" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.mdm.jobs" columnOrder="mdmStatus, priority, subject, jobId, userNames, dueDate, creatorId, createdDate" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="yes" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="unread" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="top">
          <Descriptions default="My Open MDM Jobs"/>
          <DisplayAttributes>
            <DisplayAttribute name="workflowTable" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Workflow Table">
                <ShortDescriptions>
                  <Description Language="en" Description="Workflow Table"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="userNames" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="User Names">
                <ShortDescriptions>
                  <Description Language="en" Description="User Names"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="mdmStatus" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="MDM Status">
                <ShortDescriptions>
                  <Description Language="en" Description="MDM Status"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="jobId" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Job ID">
                <ShortDescriptions>
                  <Description Language="en" Description="Job ID"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
          </DisplayAttributes>
          <Actions>
            <Action reference="refresh"/>
            <Action reference="defaultGlobalWizard"/>
            <Action reference="addToNavigation"/>
            <Action reference="removeFromNavigation"/>
            <Action reference="personalize"/>
          </Actions>
        </View>
        <View name="MdmViewTasks" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.mdm.tasks" columnOrder="mdmStatus, priority, subject, jobId, userNames, dueDate, creatorId, createdDate" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="yes" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="unread" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="top">
          <Descriptions default="My Open MDM Tasks"/>
          <DisplayAttributes>
            <DisplayAttribute name="workflowTable" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Workflow Table">
                <ShortDescriptions>
                  <Description Language="en" Description="Workflow Table"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="userNames" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="User Names">
                <ShortDescriptions>
                  <Description Language="en" Description="User Names"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="mdmStatus" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="MDM Status">
                <ShortDescriptions>
                  <Description Language="en" Description="MDM Status"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="stepId" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Step ID">
                <ShortDescriptions>
                  <Description Language="en" Description="Step ID"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="jobId" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Job ID">
                <ShortDescriptions>
                  <Description Language="en" Description="Job ID"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="stepName" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Step Name">
                <ShortDescriptions>
                  <Description Language="en" Description="Step Name"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
          </DisplayAttributes>
          <Actions>
            <Action reference="refresh"/>
            <Action reference="defaultGlobalWizard"/>
            <Action reference="addToNavigation"/>
            <Action reference="removeFromNavigation"/>
            <Action reference="personalize"/>
          </Actions>
        </View>
        <View name="MdmWorkItemsCompletedView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.completedtask.mdm.all" columnOrder="subject, jobId, userNames, creatorId, createdDate, status" sortby="creatorId:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="yes" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="-1" dueDateSevere="0" dueDateWarning="0" emphasizedItems="unread" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="top">
          <Descriptions default="Completed MDM Tasks"/>
          <DisplayAttributes>
            <DisplayAttribute name="workflowTable" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Workflow Table">
                <ShortDescriptions>
                  <Description Language="en" Description="Workflow Table"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="userNames" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="User Names">
                <ShortDescriptions>
                  <Description Language="en" Description="User Names"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="jobId" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Step Name">
                <ShortDescriptions>
                  <Description Language="en" Description="Job ID"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
          </DisplayAttributes>
          <Actions>
            <Action reference="refresh"/>
            <Action reference="defaultGlobalWizard"/>
            <Action reference="addToNavigation"/>
            <Action reference="removeFromNavigation"/>
            <Action reference="personalize"/>
          </Actions>
        </View>
      </Views>
    </UWLConfiguration>
    Thanks,
    Rajee

  • Master Data Attributes not showing in InfoCube

    Hi Experts,
    I'm a little lost here. I have loaded the master data  for a field ZPARTY(data coming from  3 non-SAP sources S1, S2 and S3) with all its attributes. I have actovated it and I see it as well in the BEx.
    Now I have loaded related Transaction data and and I have ZPARTY in that InfoCube as well. Now I can see the attibutes showing up in InfoCube from S1 and S2 but not from S3.
    I have deleted the data and reloaded it as well. I made sure that the SIDS get generated as well and I can see SIDs as well but I do not see the data from S1 for the master data attributes.

    Hi,
    You can check the following things,
    1) In the infoobject maintainance screen on the attributes tab, just check that attributes coming from S3 are marked as Navigation attributes.
    2) Check whether they are time dependent or independent attributes.
    3) Once you load all the data check it in master data view of ZPARTY infoobject and make sure that all the data is active.
    4) If you are not able to see the data loaded then check the underlying mappings of infoobject from S3 to ZPARTY in transformation or transfer rule.
    5) Finally in infocube check that you have marked all the navigation attributes available for reporting.
    Regards,
    Durgesh.

  • Attribute not showing up in Transfer Rule.

    This is my first posting on the forum.
    I am running into issue with the Transfer Rule.
    I have extended the existing BC extractor (0BEN_PLAN_TEXT) to include a field (ZZVENDOR) in R/3. I also replicated into BW.
    Then in BW I created a infoobject (ZZVENDOR) as Text and included it as the attribute of infoobject (0BEN_PLAN).
    When I try to modify the transfer rule that field is not there on the assignment side (left frame). It is on the right hand side coming from the datasource. It is also part of Transfer structure but since I cannot assign the transfer rule and it is not in communication area the field is not getting populated when I load master data.
    All the article I have come across say's the field should be there as soon as you add as attribute and activate it.
    Any help in this matter will be appreciated.

    Thanks SB.
    No the field is not hidden in R/3. When I tested the extractor in R/3 the field is displayed and populated with right information fine.
    In-fact I also see the field in the transfer structure in BW and it is also in the right frame of Transfer rule (Assign.InfoObject-field) but I do not have a field in the left frame where I can assign this too.
    I think the issue is around setting of (ZZVENDOR) as infoobject or assign it as attribute.

  • Navigational attribute not showing correct values

    Hello,
    I have a Notification cube Z_QM_C09, Apart from other infoobjects, it has Notification (0Notificatn) and one of its Nav attr 'Esc Category (0NOTIFICATN_/BIC/Z_ESC_CAT).
    The Master data for one of the Notification is as shown below
    /BI0/PNOTIFICATN - Master data table                   
       SOURSYSTEM   NOTIFICATN         OBJVERS   /BIC/Z_ESC_CAT   
       P1                        005000482694    A                (Blanks)     
    /BI0/XNOTIFICATN - SID Table attr                                                                   
      Notification SID      OBJVERS     SOURSYSTEM       NOTIFICATN          S__Z_ESC_CAT                    
       30,233,260            A                   P1                          005000482694      7                                                                               
    However, when I check the data in the cube for the same Notification, the data is as shown below;
    Notification         Notification SID      Z_ESC_CAT    Z_ESC_CAT SID
    5000482694         30,233,260            ESC2               7
    Can anyone throw some light on why this would be happening?
    Thanks for your input!
    Bala

    Hi,
    I believe Master data was loaded after the Transactional Data.
    You can do a full load for the Master data from the Data soruce from the Navigational Attribute is beng updated.
    And then acitvate it, No need to load the Transaction data as in the cube the value of Notificaiton is being refered from Master data.
    The above load will not have any side affects and is worth trying for.
    Hope this resolves.
    Thanks,
    Karan

  • ReadOnly attribute not showing

    I'm trying to create two views of a page where one is readonly and another one is editable.
    The form page does the following:
                   <h:commandLink value="Create Record"
                        action="#{Bean.readOnlyAccess}">
                        <f:param name="readOnly" value="false" />
                   </h:commandLink>
                   <h:commandLink value="View Record"
                        action="#{Bean.readOnlyAccess}">
                        <f:param name="readOnly" value="readonly" />
                   </h:commandLink>
    and the corresponding backing bean is able to get the value which I tested with System.out.
    But when the Record page is generated there is no readonly="" in the HTML code at all. I've tried setting <f:param name="readOnly" value="true" /> but that did not make any difference. This is the Record jsf code:
    <h:inputTextarea id="titleSubtitle" value="#{Bean.Record.title}" cols="60" rows="8" readonly="#{Bean.readOnly}"/>
    Is there another method that I can set a readOnly value to this Record page?

    user12846226 wrote:
    According to the HTML specification , the readonly attribute takes values 'yes' or 'no' and not 'true' or 'false', so maybe modifying your code accordingly can solve your problemI applaud your attempt to help, but you are basically repeating what EJP already hinted at and you do it 8 days after the last post has been made. Surely the OP has already solved his/her problem, or else this thread wouldn't have stopped. Be a sport and don't resurrect posts where it isn't necessary; that keeps the forum clean and accessible.

  • Urgent : Publishing Problem - Attributes not showing up in Layout Mode

    Dear MDM Gurus,
    We 4 fields in our main table i.e.
    FLD1   (Taxonomy  LKP -
    > Standard Categories Table)
    FLD2   (Taxonomy LKP)
    FLD3   (Qualified LKP)
    FLD4   (Taxonomy LKP)
    Now we have uploaded the data structure/Hierarchy to FLD1.
    FLD2,4  are Taxonomy lookups which store & link attributes for each of those fields.
    When viewed thru record mode our data looks like this :
    FLD1 :  Hierarchy Node
       FLD1-ATTRIBUTE1 = ABCD
    FLD2 : XYZ
      FLD2-ATTR1 = A1
      FLD2-ATTR2 = A2
      FLD2-ATTR3 = A3
    Which is how we want it to be.
    Here the data is well organised based on the taxonomy Lookup fields in the main table
    Now when we try to publish it,we dont see the attributes associated with FLD2 and 4 in the Layout mode.
    I can only see the main table fields,Qualified Table Fields and the attributes associated with FLD1.
    How to pull the data from the taxonomy lookup tables in Layout mode of Data Manager ?
    Greatly appreciate any inputs.
    Thanks.
    Hari

    Hello Hari,
    Currently, the only attributes that you have access to in Publisher are the attributes linked to the taxonomy that you've designated to be your family field (in the console), which by default, is your main taxonomy table.
    The only way to display fields linked to non-main tables is by designating them alternate display fields, which in your case doesn't sound like what you want.
    -Neta

  • Bespoke content node attributes not showing in UI config

    Hi guys,
    I'm trying to add some fields into a view via UI configuration...
    Below are the steps that I have taken
    1) In component BT116H_SRVO view BT116H_SRVO/Details I have added a bespoke context node of type BTCustomerH
    2) I did this via the wizard, right click and create...
    3) Defined the dependancy to higher node BTAdminH with relationship BTHeaderCustExt
    4) Everything was created successfully and the new ctxt node showed
    Problem is when I tried to set the fields on the UI config, I cannot seem to see the context node that I have created...
    Anyone have any idea why this is so?
    I am currently using CRM 7.0. The above steps works fine when used in CRM 2007 tho 

    Matt,
    Did you check if this setting is on in SPRO.
    Customer Relationship Management->UI Framework->UI Framework Definition->Design Layer->Deactivate Hiding of Fields.
    Regards,
    Masood Imrani S.

  • Essbase 11.1.2.2 view outline not showing attributes assigned to level0

    I have a weird queston. I have users that have full READ access to an essbase application. when they goto view it doesn't show the attributes assigned to our property dimension. In this version shouldn't they be able to see these? Or do i need to update their filter to have MetaRead for this to be accessible. The present owner of the application (who is an admin) clicks view and the property Level0 members do NOT show the attributes assigned.
    Any ideas?

    I assume you're talking about Outline Viewer in EAS? The attribute associations never show up in the treeview when using Viewer, although if you right-click on a member you can see the associations via 'View member properties' (and also get to the 'Attribute Viewer' tool which might help).
    In the Outline Editor the attribute associations do show up in the treeview, unless turned off in Tools | Console Options | Outline Tools.

  • Attribute of  subtype  not showing in supertype after delegation

    Hi, i've created a subtype of BUS2089 called ZBUS2089 added some attributes and then delegated to the BUS2089 but the new attributes are not showing, Any ideas?
    Thanzs in advanced to all
    Regards
    Jaime

    Hi Martina,
    Try to test the supertype and see if the delegated method is there.
    If that don't work say something and we find the problem.
    regards
    Jaime

  • User Discovery attribute added but not showing up in v_R_User

    Hi - working in 2007 here.  I added two attributes for user discovery, mail and telephoneNumber.  v_r_User.mail0 column came in fine but tel # did not show up.  Can someone point me to where I should troubleshoot this?  Thanks.

    Yea, I didn't mention that.  The log only said it failed to get the optional attributes.  It ended up being right under my nose.  The container set was the root and was set to exclude groups.  So that attribute was not available
    in the location it was searching.  As soon as I set to include groups I kicked off a discovery, re-ran the select for v_r_user and the column was there and starting to populate.

  • Book POV not showing all deminsions for some users

    I have a book that is suppose to display Scenario, Year, Period & Currency when it is run. However, one user who runs this book only sees Scenario, Year & Period. Her user group is the same as many others within our company who do not have this problem. Does anyone know why this is happening?

    The user only belongs to one group and other users within the group get the full POV selections. Also, we don't have any nested security groups.
    This issue has also presented itself in showing the incorrect POV to some users. I've discovered that this is related to the User's POV in User Preferences though I do not know how to fix it.
    If you go into File>Preferences and select Financial Reporting on the left you should see a button that says "Setup Members". Once inside, Person A sees Scenario, Year, Period, View, Entity, Value, Account, ICP, C1, C2, C3, C4, this is correct. However, Person B sees Scenario, Year, Period, View, Entity, Value, Account, ICP, C4, C1, C2, C3. When this occurs, and these two run the same book, Person A would see the Proper selections for POV. However, person B would see the incorrect custom dimensions. For example, If C1 should be displayed Person B would see C4, If C2 should be displayed Person B would see C1, etc...
    Correct Incorrect
    C1 = C4
    C2 = C1
    C3 = C2
    C4 = C3

  • Camera attributes do not show (sometimes​)

    I am aiming to configure a webcam (Trus Exis) so that the camera attributes can be configured in labview. This followed in a program (see attatched), however it sometimes does not work (camera attributes return empty and cannot be written). I am not totally sure of the problem as it appears quiet random, however after playing around a bit it appeared that it works better if I quickly stop and then start the vi again. To test this I placed the vi in a while loop and added a wait function. If this wait is 10ms the defect disappears, at 1sec it works about half the iterations, and at 10sec it occasionally works.
    One thing I also noticed is that in IMAQdx Configure Grab VI the check if session in exists always returns true (so path isn't found) and the standard path (cam0) is sent. Now however, this is the same path that is inputted. So I suspect this might be a couse of the problem too.
    Anyone have any ideas on how to solve this? Help is greatly appriciated.
    Attachments:
    test01.vi ‏58 KB

    Hello ThiCop,
    Thanks for your reaction, in The max it is showing that the camera connection is DirectShow. I have rebooted my pc so I could give you a clean MAX report (plugged in webcam after windows booted). This is the ni_support.zip. Here all camera Attributes show and can be edited at will (I think this is the sometimes that my program does work). Then I closed the MAX and reopened it (you could see it check for the webcam again and it was found again) this is the second report, here the camera attributes do not show.
    I tried opening your reccomended vi to test it but as I have labview 9.0 (student edition) I was unable to open it. I have however used the NI examble Grab and basic attributes.vi and here it worked after rebooting the pc. Stopping and restarting the program makes the vi stop being able to edit the attributes (still getting image though). As said before I suspect it might have something to do with time between starting and stopping the VI. If I place a grab and read attribute configuration in a while loop (so that the camera is configured and stopped multiple times) it appears that with a short wait (so a short time betueen the stopping and restarting) it works more often then with a long wait. Here the long wait still shows a immage if the attributes are not shown.
    Although it might seem like a strange problem I hope you can help me further. Just ask for more info if I have not suppied enough.
    Thanks in advance
    Attachments:
    ni_support.zip ‏371 KB
    ni_support2.zip ‏370 KB

  • LSMW record is not shows Product Attributes section for Tcode XD02

    Please advise me what changes required to resolve the following issue.
    "I am trying to record Tcode: XD02 (customer change) using LSMW, I choose Sales tab,  Product attributes section is not showing up under Sales Tab. But Product attribute section is populate when change the customer manually (without LSMW)."
    I unable to attach Screen shots here. Will be send to mail if needed.
    Please mail any documentation to [email protected]

    I solved this problem by myself. FYI while loading Product hirarchy data there is a filed called ISMHIERARCHLEVL which we need to assign the category, '1' for family, '2' for product and '3' for issue.
    Thanks,
    Raj

Maybe you are looking for