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

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.

  • 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

  • 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.

  • 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

  • Task not showing in UWL XML File

    Hello Experts,
    I am back with another query in less than a week.
    Requirement:- There is a Transaction BNK_APP by which users do their task (approve reject etc) it triggers a workflow and then the workitems are generated and sent to SAP Inbox. These workitems are now shown in the users Inbox in UWL.
    Users dont want to see these particular workitems in their inbox as they are required to do this via the transaction and not via UWL.
    Workarounds:- I have been told that there is noway at all that this can be controlled from the workflow or the backend it has to be done by changing the UWL XML. Is it true that this situation cannot be achieved by changing or filtering the workflow or backend.
    From Portal, I can
    1. go into the xml file and delete that Workitem Task no.(TS50100025) and upload it with new name with priority "high" and good to go.
    2.  I can put something like this :
    <ItemTypes>
    <ItemType name="uwl.HiddenTask" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
    <ItemTypeCriteria systemId="SAP_WebDynpro_XSS" externalType=" TS50100025" connector="WebFlowConnector"/>
    </ItemType>
    </ItemTypes>
    BUT BUT, I feel very awkward telling you this, but in the XML i DID NOT find a single entry with the Task no. TS50100025. I switched on the Troubleshooting for UWL and saw that the config file was "uwl.webflow" with the same Task id. But when I checked the uwl.webflow XML I did not find an entry with that Task no. either.
    Whats wrong ?? Why the task/workitem is being shown in UWL but not in the XML ?? Is it even possible ??
    Edited by: Rajat Sharma on Nov 2, 2011 6:14 PM
    Edited by: Rajat Sharma on Nov 2, 2011 6:14 PM

    Hi Rajat,
    For the items to appear in UWL, they need to be part of one of the XML files.
    You are checking in wrong XML file.
    Check in  uwl.webflow.SAP_WebDynpro_XSS.
    Second part, you don't need to or rather you shouldn't modify this ML file. Because every time you register the connector this file will be regenerated.
    For more details on how to hide work items refer to SAP note 1437432.
    In short
    1. Create an XML file with any name say Hide Tasks.xml
    2.  An entry in this file might look like
    <?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.webflow.DoNotDisplay12" connector="WebFlowConnector" defaultView="something" defaultAction="something" executionMode="default">
          <ItemTypeCriteria systemId="SAP_R3_FINANCIALS" externalType="TS00300025" connector="WebFlowConnector"/>
        </ItemType>
        </ItemTypes>
    </UWLConfiguration>
    Thanks
    Prashant

  • 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.

  • 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.

  • MDM Publisher 5.5 SP04 - family not showing

    I recently added a new qualified record to many SKUs. I then went to Publisher (family hierarchy mode) to view a particular family and I cannot get it to show up. I have looked at several of my other families w/the new qualified record and some show in Publisher while others do not.
    I checked the family in Data Manager and I cannot figure out why it would not be showing in Publisher. Does anyone have any ideas why this might be occurring?

    The problem has been fixed. I talked to Orly and it turned out that there were Competitor's Name and Syndicated Catalog qualified records that were checked, but they were not linked to the SKUs so this was causing MDM to not show the family at all. Once I unchecked all of the unneeded qualified records, everything showed up.
    Thanks any way Tim.

  • SRM7.0 Workitem is not showing in Manager WorkOverview(UWL)

    Hi Experts,
                       Work items are not showing in Manager->Work Overview->Task though it is available in SAP inbox for SRM 7.0.
    Regarding UWL configuration i have done bellow things:
    1. Created a system connector with SAP_SRM Alias
    2. Registered it.
    But the workitem is not showing in the Manager WorkOverview task tab.
    One more thing, when i checked the system connection (SAP Web AS Connection) form System Landscape, i got error message saying...
    6. The Web AS ping service https://saprst00.freescale.net:1443/sap/bc/ping was not pinged successfully. If the ping service is not activated on the Web AS, you can try to call the ping service manually.
    7. An HTTP/S connection to https://saprst00.freescale.net:1443/webdynpro was not obtained successfully; this might be due to a closed port on the Firewall
    I think may be this is one of the reason why work item is not appearing in the manager tab.
    Please guide me how can i solve  above issues..
    Thanks & Regards,
    Sambaran Chakraborty

    Hi Masa,
                      I have checked the SAP inbox with transaction SWI5, and for the particular user(with admin right) there is a Task TS10008126 with work item id 6407635.
    Now when i checked in the transaction SWI1 with the above work item id it shows the below information..
    ID:  6407635
    Work item type: Dialog Step
    Language: English
    Work item text: Approve shopping cart of JUDY SYDIONGCO with value 1,000.00 USD
    Creation date: 11/30/2010
    Creation time: 13:12:52
    Task: TS10008126
    Task Text: Approval of shopping cart
    Status: READY
    Priority: 9 Lowest
    Work flow id: 6407627
    Agent: No Agent Available
    Workflow:  6407629
    Administrator:
    Creator:  FLOWITEM  0000064076290000000109000000
    So from those information how can i check for correct approval.? as the workitem is available for the approver sap inbox(SWI5)........ and there is no Webflow connector error.
    Masa as i said i am also getting connection test failure error.. so is thre any chance due to this work items are not showing ?
    Thanks,
    Sambaran Chakraborty

  • UWL not showing workitems

    Hi,
        I have configured the UWL and getting the message on Register "UWL System_Name Created Successfully", but the problem is that after configuration the UWL is not showing the work items.
    Please help me.
    Regards
    Deep

    Have you you registered the work items for the sytem.
    There should be an opition to do that when configuring UWL

  • Due date is not showing up in UWL

    Hi ,
    Due date is not showing up in UWL. Back end is ECC not GP Just regular work flow.
    I can see in workflow object end date kind. But the field is blank. For due date any additional configuration needed.
    I really appreciate your help.
    Regards
    Mark

    Hi,
    As far as I remember correctly, the Due Date in UWL is the Requested End date in the workflow. So basically you need to open the workflow in backend in WF builder and look at the step. There is a tab for setting different deadlines and stuff. If you do the settings there (for example set the requested end in 3 days), I think that work item will display the due date based on that data.
    Regards,
    Karri

  • 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.

Maybe you are looking for

  • Today my iPod was stolen! But I also use iPhone, and both of them are registered in the same Apple ID!

    Today my iPod was stolen! I also has the second Apple device (iPhone). Now I worry a lot cause what ever I did in my iPhone, it duplicated in my iPod (contacts, notes and so on!!!!!! How can I avoid this process now?????? All my private data are not

  • Switch between Tabs doesn't seem to work in Leopard!

    I just got an IMAC which runs Leopard ( previously was running Tiger on Macbbook pro). Anybody here know why the old: ctrl + tab or Command + tilda key dont work to switch between application tabs? Im not talking about the usual Command + TAB key whi

  • No Administrator rights

    Hello! There's a laptop with Win8.1 64bit. There was just one user which was the Administrator. Due to the fact that the person using it had no clue what is he installing or opening the administrator rights were denied by changing the account type to

  • Why is my hard drive filling up? 'this user tip is completed'

    The first most common question arises out of an industry standard for hard drives. The industry considers 1000 bytes = 1 kilobyte, 1 million bytes = 1 megabyte, etc... When in actuality they are multiples of 1024. This article from Apple's knowledgeb

  • Thinking of getting a playbook!

    Hi I am thinking of getting a playbook but have a few basic questions: Can you link or bridge more than 1 bb phone to it? Can you watch 'sky go' and download sky go movies/programmes on to it? Can you use skype on it? And what is the battery life tim