No records in UWL for mdm

Hi all,
I have a problem with the UWL for MDM, no records are displayed. I have configured things after all the guides and articles found here on SDN and all connection tests are fine, data is displayed in the iVews. (for Vendors). There are tasks in the MDM system. I have restarted the portal server and all services, cleared the cache etc but without any luck..
Any ideas?
Cheers,
Max

Hi,
Looks like this:
<?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_Vendors.Vendors" 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/net.xx.semc/net.xx.MDM/net.xx.Pages/com.sap.pct.mdm.appl.vendors.search"/>
                         </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_Vendors.Vendors" connector="MdmUwlConnector" defaultView="MdmViewJobs" defaultAction="showMdmDetails" executionMode="default">
               <Actions>
                    <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_Vendors.Vendors" 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/net.xx.semc/net.xx.MDM/net.xx.Pages/com.sap.pct.mdm.appl.vendors.search"/>
                         </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>

Similar Messages

  • Configuring UWL for MDM

    Hi All,
    I am working on an EP MDM scenario where i have to configure a UWL for MDM. Can anybody please provide me with the step by step details of how to perform this task??
    Is the procedure different for Custom MDM repositories??
    Also, do i need to work on Guided Procedures for this??
    Please help me out at the earliest as it is very urgent!!!
    Useful answers will surely be rewarded.
    Thanks,
    Becky.
    Edited by: Becky Joseph on May 8, 2008 5:53 AM

    Hi Becky,
    Please follow the below steps:
    1. Deploy the SCAs available with the MDM Installables in the Portal Content and JAVA API on the portal.
    2. Restart the Portal Server.
    3. Create the MDM System with system alias and User mapping and test the connection with the MDM System.Assign the main table name in the Tables with Workflows property of the System.
    4. Search for the eu role and assign it to the user
    5. Go to the System Administration -> Support -> Portal Runtime -> Application Console. Select the com.sap.netweaver.bc.UWL from the drop down list and there you will get the option of refresh.Also below that there will be two restart options do all these things.
    6. Again select com.sap.MDM.UWL from the drop down list and refresh and restart it.
    7. Go to the System Administration -> System Configuration and select the Universal Worklist from the Detailed navigation pane.
    8. Create the new Universal Worklist System and assign the System Alias of the system that you have created previously and select the connector type as MDMUWLConnector.
    9. Deactivate and Activate again to clear the Cache.
    10 . Your Workflow records should be visible in the Work role created after assigning the eu role to the user.
    Also refer to the below document for better picture
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/771f1a61-0e01-0010-daa9-93a52905da09]
    Regards,
    Jitesh Talreja

  • Reg: Java API for MDM work flow

    Hi,
    I am using MDM java API (Version: 5.5 SP 06 Patch 2) for webdynpro. I am creating a record in MDM using MDM java API. Once the record gets created in MDM i need to call the MDM workflow. Is there any java API available to call the MDM workflow into webdynpro. If that is not possible, what is the alternative to call the MDM workflow into webdynpro.
    Kindly suggest.
    Thanks,
    Prasanthi.

    Hi Prasanthi,
    You need to use the three main classes to work with MDM Workflows
    1. RetrieveWorkflowTasksCommand
    2. WorkflowTask
    Both of the above classes are used to retrieve the current workflow tasks.
    3. WorkflowTaskAction
    4. WorkflowActionMenuNode
    Above classes tells the possible actions of the workflow task.
    You will find more information about the above classes in the Java docs
    I would still suggest to use UWL if you dont need any customization.
    Regards,
    Jitesh Talreja

  • Displaying Record in UWL

    Hi,
    I am working on UWL using MDM Workflows.
    In MDM, when a workflow is triggered it represents a single record...so when we click on the workflow tab in DM we see a particular record related to that WF.
    Now, when we configure UWL, is it possible that in portal too the corresponding task just refers to that particular record??
    Here i am getting the task, but what should i do so that when i click that task, an iview opens which contains just the details of that particular record??
    Is it possible through some settings in the xml file or do i have to go for customized iviews??
    Please help me out with this. Useful answers will be surely rewarded.
    Regards,
    Becky.

    Hi,
    I had already set the "Display Item Preview" as "Yes".
    But still the problem exists that when we click on the name of the task it opens a new page with the same content.
    Is there any way to avoid it..as the same content is displayed on the page already??
    Same is the case with "Show Record Details" button.
    How can we avoid both??
    And there is also another problem that i am facing. In my Item Details iView i have to set an Input Field of type Pull Down. On preview its displaying the content properly but when the user logs in and uses the ivew that particular field is giving a Portal Runtime Error.
    What can be the reason for this??
    Regards,
    Becky.

  • XI Business content for MDM - Syntax error in IDOC adapter

    Hi mates,
    I'm trying out the Master Data Harmonization scenario for Vendor data with R/3 as the client system. I'm using SAP delivered XI Business content for MDM. The mapping program is generating ADRMAS and CREMAS IDocs but the IDOC adapter reports that there is a syntax error in ADRMAS IDOC. Find below the details.
    <i><SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_IDOC_METADATA</SAP:Code>
      <SAP:P1>Segment 'E1BPAD1VL', segmentnumber '000001' not correct in structure ADRMAS02</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error: Segment 'E1BPAD1VL', segmentnumber '000001' not correct in structure ADRMAS02</SAP:Stack>
      <SAP:Retry>M</SAP:Retry></i>
    Generated ADRMAS IDOC is
    <i>  <?xml version="1.0" encoding="utf 8" ?>
      <ADRMAS02>
      <IDOC BEGIN="1">
      <EDI_DC40 SEGMENT="1" />
      <E1ADRMAS>
      <OBJ_TYPE>LFA1</OBJ_TYPE>
      <OBJ_ID>0000500140</OBJ_ID>
      <CONTEXT>0001</CONTEXT>
      <E1BPAD1VL SEGMENT="1">
      <FROM_DATE>00010101</FROM_DATE>
      <TO_DATE>99991231</TO_DATE>
      <NAME>Swift Transportation</NAME>
      <COUNTRY>US</COUNTRY>
      <COUNTRYISO>US</COUNTRYISO>
      <LANGU>E</LANGU>
      <LANGU_ISO>EN</LANGU_ISO>
      <SORT1>SWIFT TRANSPORTATION</SORT1>
      <TIME_ZONE>CST</TIME_ZONE>
      <E1BPAD1VL1 SEGMENT="1">
      <LANGU_CR>E</LANGU_CR>
      <LANGUCRISO>EN</LANGUCRISO>
      <ADDR_GROUP>BP</ADDR_GROUP>
      </E1BPAD1VL1>
      </E1BPAD1VL>
      </E1ADRMAS>
      </IDOC>
      </ADRMAS02></i>
    Strangely, the control record is blank. I looked at the XSLT program, it is coded that way. I do not understand the reason. Is the error pointing to the control record?
    Look at the code sample from XSLT mapping program
      <xsl:for-each select="IDOC/*/E1ADRMAS">
           <IDOC BEGIN="1">
           <!-- The header data of each single ADRMAS-IDoc needs to be there but does not require specific data -->
                <EDI_DC40 SEGMENT="1"/>
                <xsl:apply-templates select="."/>
           </IDOC> 
      </xsl:for-each>
    How can an IDOC w/o control record be posted?
    Did anyone come across this error? Whats wrong/missing?
    I appreciate ur inputs.
    thx in adv
    praveen

    Moorthy,
    I tried reloading the IDOC metadata from IDX2. Still I get the same error.
    Regd, IDOC w/o control record, can u elaborate on "dynamic value while posting IDOCs". From where, XI message SOAP header with Business System replaced by corresponding logical system names?
    Thanks
    Praveen

  • ABAP API for MDM work flow

    Hi SDN,
    I need some information related to ABAP API for MDM workflow. I did search in SDN and I found one solution in a thered posted on Jul-2008.
    ABAP API - MDM Workflow execute
    My dought is: Do we have any ABAP API for call MDM work flow. Please provide me the solution ASAP. Apprciate for your immediate response.
    Regards,
    Kumar.

    Hi LAKSHMAN ,
    To answer your question specifically
    Using ABAP api you cannot call MDM workflows as of mdm 5.5 there are no functions specific to calling MDM workflows in ABAP.If you want to implement workflows on ABAP side you need to go for SAP ECC workflows which is a different topic than MDM>
    To call MDM workflows over the Java stack ie WAS (SAP portal),You have 2 ways
    - UWL
    - Guided Procedures.
    - UWL is a way of calling MDM workflows on EP.Wherein the workflow design will be done in MDM and it will only be called in portal using appropiate connections and configurations.
    You can refer the below links to know more on them:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/771f1a61-0e01-0010-daa9-93a52905da09 (uwl)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a3461636-0301-0010-3787-978f5ac8bd45 (UWL config)
    - GP is a way where by you need to design the entire workflow on SAP portal the logic can be pertaining to MDM but the design is completely on portal using webdynpros and api.
    You can refer the below links to know more on them:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/92811997-0d01-0010-9584-f7d535177831  (Guided procedures)
    Enterprise Master Data Management   (EP Guided)
    To know more on ABAP api and its provider classes you can refer the below:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/601ddb01-e5c8-2910-d981-b190b51fca44  (abap api webinar)
    Re: Abap api error (Abap api provider classes Forum)
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • How do I initialize the ItemDetails screen when first presented for MDM WD

    Hello everyone!
    Iu2019m new to the world of netweaver ce and webdynpro for MDM and need a little help with what Iu2019m sure is a basic  code problem for most of you.  Please help if you can! I am a developer for MDM 7.1 sp06. We are now experimenting with Enterprise Portal  using NetWeaver CE 7.2. I have create and deployed an application using NetWeaver Design Studio 7.2. I have also created some screens in the WD Configuration Manager for MDM.
    The 2 interface views I have configured are u201CSEARCHu201D and u201CITEMDETAILSu201D.  u201CITEMDETAILSu201D was limited to ADD/CREATE new items in MDM using the WD Configuration Manager  options.
    When I created the WD application in NWDS I also created a link with buttons between the 2 screens/views. When I then deploy my application and I press the button to go from my u201CSEARCHu201D screen/view to the u201CITEMDETAILSu201D ADD screen/view, All I see is a u201CCREATEu201D button and no other fields. 
    I expected to see every field without values in them just as I do when I u201CPREVIEWu201D the screen in the WD Configuration Manager . If I continue and press the u201CCREATEu201D button on the the u201CITEMDETAILSu201D  view, The screen the then presented as I expected with all fields showing but without any values populated in them. I donu2019t want the user to have to press the create button the first time they are presented with this screen.
    Can anyone tell me or give me a sample of code that will initialize the itemDetails view just as it is seen when previewed in the WD Configuration Manager?
    Thank you
    Steve

    Thanks for the reply but I dont have any problem calling the ItemDetailsInterface. My problem is when I call the ItemDetailsInterface the screen that is presented has no data other than the buttons. I would like the ItemDetailsinterface to display exactly as it does when I preview the screen in WD configuration manager.
    What I expect to see is... a screen showing all the buttons plus all the ItemDetails Fields but with the fields initilized as null. this would then allow my user to input the fields needed to create a new record. As it works now... when the user is sent to the ItemDetails view... all they see is the "Cancel" and "Create" button. They have to press the "Create" button 1 time inorder to present the screen a second time but this time witlh all fields presented.
    I believe I have to set the "LeadSelection" or the "internalID" to -1 the first time thru the ItemDetails "DoInit" section. So far, no luck.

  • It possible to use bpm uwl or mdm uwl iview instead of standatd uwl?

    it possible to use bpm uwl or mdm uwl iview instead of standatd uwl?

    Hi thanks for reply.
    issue not solve yet...
    i just joined organization, it has standard UWL. And in last oragnization i seen advance UWL which showing details of item, add note, attachment while approve n reject.
    I am developer. n some where i seen advance UWL and BPM n MDM iview showing advance falicity of approve n reject.
    Also seen in portal content about MDM UWL iView, BPM UWL iView.....
    might be that was customized standard UWL iView....
    n i think there are some xml file in mdm n bpm so we can show item in UWL list or to do customize UWL with .xml.
    so my thing is there are any cotmization in MDM BPM .xml or standard so we can use that iview or xml instead of UWL standard UWL or .xml

  • Minimum Hardware Requirements for MDM 5.5 SP2

    What is the minimum hardware requirements for MDM 5.5 SP2?  For what I am doing, I expect to have 25-50K records stored in it.

    The question is clear but answers may vary from one repository to another. How many fields your main record will  have, how big lookup tables will be, how complex your taxonomy with attributes will be, and so on. But! The good news is you may try it even on your laptop. I got an impression it's for your own playing and experiments but not production yet. If you computer allows to run MSSQL and it has other I'd say 50-100Mb of memory free it may be enough. But again, it really varies.
    For production-oriented precise estimations you can read an official sizing doc at SMP - quick link /instguidesnw04
    The rule of thumb - the faster/bigger computer the better:-)

  • New Initial Extraction for MDM

    I am running a new initial load in my ECC system for MDM (MDM_CLNT_EXTR).  It is running a bit longer than I expected and I was wondering if I needed to (or should have) removed the initial load records from table MDM_SELECT_TRANS using MDM_SERV_SELTRANS_MAINTAIN before starting the second initial load.  Anyone have experience with this?
    Thanks

    Hi Keith,
    MDM_SELECT_TRANS just stores some information about your extraction run. It should not impact the overall runtime. The runtime in generall is affected by other components like:
    - current system load
    - amount of available background processes
    - amount of data to be extracted
    - extraction variant configuration, especially the IDoc block size
    - the way how IDocs are sent (e.g. collected into packages or immediately)
    Usually MDM_CLNT_EXTR runs as background job using as many background and work processes available. If the amount of users currently working in the system is high, the amount of free processes is pretty low. So the overall extraction takes more time.
    Best regards
    Michael

  • Report  for "record payment history"  for customer ?

    Report  for "record payment history"  for customer ?
    Please send it.

    Dear Goutam
    Through <b>FBL5N</b>, you have to select "<b>Cleared items</b>" with "from to date" and execute.
    You will get a list which can then be downloaded as excel by selecting "List" on top left followed by "export" and "spreadsheet".
    Thanks
    G. Lakshmipathi

  • What are the book names for MDM from SAP Education academy

    Hi SAP gurus,
    Can any one tell the name of the books for MDM from SAP Education academy.
    For example in SAP MM (material management) - it is TAMM40(part1,part2,part3,paret4...etc)
    So what are the names of the books for MDM from SAP Education academy. Just name and other deails enough.
    Thanks in advance.
    Vam C

    Hi Vamsay,
    I am sending you some books names of SAP MDM.
    1. SAP MDM Frequently Asked Questions (English)
    (Master Data Management Certification Sap Mdm Faq - ISBN: 9781603320153)
    Price range: $42.00 - $54.95 from 4 Sellers
    Publisher: Equity Pr
    Format: Paperback
    2. Build Foundations for Continual Improvements with SAP MDM
    Enterprise Data Management with SAP NetWeaver MDM
    Andrew LeBlanc
    3. English Edition
    Auszug aus:
    SAP NetWeaver Master Data Management
    ISBN 978-1-59229-131-1
    lieferbar –  EUR 69,95 • CHF 115,00
    [In den Warenkorb] [Auf den Merkzettel]
    Please rewrds if found helpful.
    Regards,
    Alok

  • Journal Import finds no records in GL_INTERFACE for processing.

    Hi,
    I'm using the Oracle Web ADI (11i) to upload journal entries form a spreedsheat to GL.
    When the request is finished, this message is shown on the out put :
    Journal Import finds no records in GL_INTERFACE for processing.
    Check SET_OF_BOOKS_ID, USER_JE_SOURCE_NAME, and GROUP_ID of import records.
    If no GROUP_ID is specified, then only data with no GROUP_ID will be retrieved.  Note that most data
    from the Oracle subledgers has a GROUP_ID, and will not be retrieved if no GROUP_ID is specified.
    Can you help me to reslove it.
    Thx.

    Hi Msk;
    You have below errors,
    LEZL0008: Found no interface records to process.
    LEZL0009: Check LEDGER_ID, GROUP_ID, and USER_JE_SOURCE_NAME of interface records.Journal Import Finds No Records in gl_interface for Processing [ID 141824.1]
    Journal Import Finds No Records in GL_INTERFACE For Processing For AX and AP Sources [ID 360994.1]
    GLMRCU does not populate GL_INTERFACE to produce journal for reporting sob [ID 1081808.6]
    Regards
    Helios

  • XI Technical and Business System Definition For MDM 2.0

    Hi,
    We're trying to define the XI technical and business system definitions for our MDM 2.0 installation to work with SRM 5.0 and PI 7.0.
    In the documentation we have we can't find reference to what type of a technical and business system to define. Should they be abap/java/standalone/3rd party?
    Does anyone have any install scripts of what they did?
    Regards,
    Jerry Martinek

    You can set it as third party and it will work fine.  Because MDM isn't built on the wed application server like the majority of the netweaver apps, it's basically treated like a third party system as far as integration is concerned.  Hence you send and receive XML documents to PI and convert them into IDocs to send to R/3
    Check the beginning of this document on creating the business and technical systems for MDM
    /people/harrison.holland5/blog/2006/12/20/xi-configuration-for-mdm-integration--sample-scenario

  • NO RECORDS IN AR_PAYMENT_SCHEDULES_ALL FOR THE INVOICE

    제품 : FIN_AR
    작성날짜 : 2003-04-07
    NO RECORDS IN AR_PAYMENT_SCHEDULES_ALL FOR THE INVOICE.
    =======================================================
    PURPOSE
    Problem Description
    고객은 AR invoice를 입력한후, AR transaction화면에서
    Balance 버튼을 눌렀을때, 아무런 data도 나타나지 않는다.
    AR_PAYMENT_SCHEDULES_ALL table에
    아무런 rows도 존재하지 않는 것을 확인함.
    Workaround
    Solution Description
    (&customer_trx_id => 96343)
    declare
    xamt NUMBER ;
    begin
    arp_maintain_ps.maintain_payment_schedules(
    'I',
    &customer_trx_id,
    null,
    null,
    null,
    null,
    null,
    xamt
    end;
    (Multi-Org를 사용한다면, 실행전에 꼭 Org_id를 설정한다.)
    Reference Documents
    -------------------

    Hi,
    let me put it this way.
    1. An additional record is created in ar_payment_schedules_all whenever an invoice, CM, DM or receipt is created.
    2. when a receipt is applied to an invoice, the application records are created in ar_receivable_applications_all, linked to payment_schedule id of receipt record in ar_payment_schedules_all.
    what I want is:
    customer_id, site_id, and balance amount (i.e. customer collection data) for only those transactions(INV, PMT, CM, DM) that have been posted to GL. (transaction info is not needed.)
    but since the master tables for INV and PMT are different, I need to check in different tables whether the transactions is posted or not.
    so I used a union between two queries (one fetching INV, CM, DM's posted data and other fetching PMT's posted data).
    I think this is similar to your suggestion.
    let me know if I missed anything.
    Thanks
    Imran
    Edited by: imran soudagar on Nov 12, 2008 8:54 PM

Maybe you are looking for