QUALIFIED RANGE MAPPING/PI-MDM CONFIGURATION FOR AUTOMATIC SYNDICATION

Hi Experts,
I am setting up automatic import and syndication using an xml schema to a qualified lookup, will this be able to work?  I made tuple to work but not with a qualified lookup even the mappings are all corrent, the import doesnt work.
We are using the MDM-PI Adapter instead of the File Adapter to automatically syndicate, Is it possible to create multiple channel?  As when we configure the message starts to branch to the other channel since they have existing mapping but different remote port.  Other port was configured as Manual while the new one was automatically to syndicate?  Is there a workaround to this?
Many thanks!

Hi Elizabeth,
This is true that it uses only Numeric values while defining Qualified Range using Remote System of MDM Console.
But it doesn't allows to key the remote system details all alone for the internal number range as its using a qualified range.
I didn't get you exactly here, if you mean that you want to syndicate records on the basis of account number and want to generate customer number which is numeric then its possible. For this the Qualified field which is look-up to some sub-table, for this sub-table Key mapping Property should also be Yes.
Please refer step by step guide to make use of qualified range:
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/807ce1ba-94c0-2a10-a398-afdfd8135ebd?quicklink=index&overridelayout=true
Kindly let me know if you are looking for something else
Regards,
Mandeep Saini

Similar Messages

  • EDI configuration for automatic IV

    Hi,
    What all are the steps to do EDI configuration for automatic
    IV in an intercompany scenario. In an STO scenario I
    want the invoice to generated automatically in the receiving
    company based on the issuing company's invoice.
    regards
    Magi

    HI,
    I have done these setttings . I have done the settings for partner type KU (customer) and partner type LI (vendor) in
    WE20.
    But IDOCs are not getting generated. Is there anything else
    to do to trigger the generation of IDOCS?
    regards
    magi

  • XSLT Mapping with Dynamic Configuration for Mail Adapter

    Hi Guys,
    I am wondering if somebody can help me please.
    I have a requirement in which I need to pick up the file from FTP and email it to the user as an attachment with the same file name and content.
    I know it is possible via 3 method either by deploying adapter module or via XSLT or JAVA Mapping.
    I preferred XSLT Mapping because it is easier to use and we don't need to compile the code like JAVA Mapping.
    I have done the XSLT Mapping but the only problem I am facing is that how to copy the file name which we get it from Dynamic Configuration to the Mail ContentDisposition.
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0"
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
      xmlns:map="java:java.util.Map"
      xmlns:dyn="java:com.sap.aii.mapping.api.DynamicConfiguration"
      xmlns:key="java:com.sap.aii.mapping.api.DynamicConfigurationKey">
    <xsl:output indent="no" />
    <xsl:param name="inputparam"/>
    <xsl:template match="/">
    <!-- change dynamic configuration -->
        <xsl:variable name="dynamic-conf" 
            select="map:get($inputparam, 'DynamicConfiguration')" />
        <xsl:variable name="dynamic-key"  
            select="key:create('http://sap.com/xi/XI/System/File', 'FileName')" />
        <xsl:variable name="dynamic-value"
            select="dyn:get($dynamic-conf, $dynamic-key)" />
        <xsl:variable name="dummy"
            select="dyn:put($dynamic-conf, $dynamic-key, $new-value)" />
        <!-- copy payload -->
    I tried many option but unfortunately none of them worked.
    <Content_Disposition>attachment;filename="$inputparam"</Content_Disposition>
    <Content_Disposition>attachment;filename="$dynamic-conf"</Content_Disposition>
    <Content_Disposition>attachment;filename="$dynamic-key"</Content_Disposition>
    <Content_Disposition>attachment;filename="$dynamic-value"</Content_Disposition>
    <Content_Disposition>attachment;filename="$dummy"</Content_Disposition>
             <Content_Disposition>
                attachment;filename=
                <xsl:value-of select="dynamic-key"/>
             </Content_Disposition>
    I really appreciate if someone can please provide some guidance.
    Thanks,

    Hi,
    Yes u r correct it will show error in operation mapping.. bcoz u cannot check the DynamicConfiguration in Operation mapping...
    It will throw Exception..
    The parameter to UDF depends on ur requirement.... Let us know ur requirements exactly...
    If u r doing for file to file means no UDF required,, just check ASMA on both sides....
    Babu

  • Configuration for automatic payment inwards from customer using F110

    Hi
    Can someone help me with the configs reqd to be maintained in F110 for processing payments received from Customers. Appreciate if some document could be attached in this regard
    Thank you for your early replies
    Rgds
    Sameer Drolia

    Hi Sameer,
    You need to maintain the payment menthod for Incoming payments in FBZP. You need to set up payment methods per country and per company code.Assign these payment methods to the customer master data as required.
    Execute F110. If you have the document numbers against which the payment has been received, you can mention them in the Free selection tab of F110.
    Payemnt receipt/Clearing documents will be generated automatically.
    Please check and revert.
    Thanks and Regards,
    Anit

  • KOB5 - User Exit for automatically final settlement

    Hi Experts,
    I'm searching any user exits for the transaction KOB5 because I want to create automaticaly the final settlement when I run this transaction.
    Does anybody know any user exits that I can use?
    Thanks in advance.
    Best regards
    Giampaolo

    Hi,
    Please check the configuration for automatic generation of Settlement Rules. Internal Orders > Actual Postings > Settlement > Automatic Generation of Settlement Rules.
    Regards
    Sreekanth

  • SSL and custom domain configuration for cloud service

    Hi,
    I am doing custom domain mapping and SSL configuration for a cloud service web role. Another important aspect is Cloud service web role uses ADFS in between for authentication.
    I have custom domain mapped, SSL uploaded on cloud services Certificates
    tab in management portal, certificate .pfx and chaining certs .CER are added as below -
    <Certificate name="UATCert" thumbprint="A" thumbprintAlgorithm="sha1" />
    <Certificate name="Certificate1" thumbprint="B" thumbprintAlgorithm="sha1" />
    <Certificate name="Certificate2" thumbprint="C" thumbprintAlgorithm="sha1" />
    I see these certificates getting added properly to Azure cloud service web role instance VM.
    The problem is, when I access the custom domain,
    https://mysite.com/default.aspx in the browser ultimately after ADFS login I see
    https://cloudservice.cloudapp.net/default.aspx. My understanding is, cloudapp.net should not be seen in the browser to the client. Also I keep getting error of certificates stating "There is
    a problem with this website’s security certificate" when browser shows cloudapp.net url.
    How can I avoid display of cloudapp.net in browser and show only custom domain Url. Also how can I avoid this certificate error ?
    Thoughts? 
    http://sanganakauthority.blogspot.com/

    Hi kunal,
    Based what you described, I understand that you want to use the custom domain for cloud service web role and apply azure active directory authentication to the web role application.
    >>>The problem is, when I access the custom domain,
    https://mysite.com/default.aspx in the browser ultimately after ADFS login I see
    https://cloudservice.cloudapp.net/default.aspx. 
    As for above issue, I think you should make sure you have registered the web application in azure AD both "SIGN-ON URL" and "Reply URL" are
     https://mysite.com/default.aspx 
    >>>Also I keep getting error of certificates stating "There is a problem with this website’s security certificate" when browser shows cloudapp.net url.
    Try to upload a valid certificate (provided by CA) to cloud service for your custom domain.
    Best Regards,
    Fuxiang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • MDM qualified range - concern

    Hello Experts,
    I am using qualified range to generate customer number based on the account group.
    But its not allowing me to syndicate the alphanumeric values since it expects
    numbers only. If I enter the remote system & key mapping details in the record while
    creation the alphanumeric record then syndication goes fine. But it doesn't allows
    to key the remote system details all alone  for the internal number range as its
    using a qualified range.
    Any way to resolve this issue?
    Thanks in advance,
    Elizabeth.

    Hi Elizabeth,
    This is true that it uses only Numeric values while defining Qualified Range using Remote System of MDM Console.
    But it doesn't allows to key the remote system details all alone for the internal number range as its using a qualified range.
    I didn't get you exactly here, if you mean that you want to syndicate records on the basis of account number and want to generate customer number which is numeric then its possible. For this the Qualified field which is look-up to some sub-table, for this sub-table Key mapping Property should also be Yes.
    Please refer step by step guide to make use of qualified range:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/807ce1ba-94c0-2a10-a398-afdfd8135ebd?quicklink=index&overridelayout=true
    Kindly let me know if you are looking for something else
    Regards,
    Mandeep Saini

  • CONFIGURATION FOR LOTUS TO COMMUNICATE TO MDM

    Hi Experts,
    I would like to know what are required for lotus database to communicate to MDM then automatically syndicated to ECC.
    What configurations are needed in PI?
    Many thanks in advance.

    Hello SHOCKER_WDR
    As i understand.
    In Lotus database you have some data wich you want import  to MDM and than syndicate to ECC
    Let assume that you already have some data in MDM repository and turn syndication process to ECC
    First of all you sould found PI adapter for working with Lotus database.
    Than you should create as-is(Lotus) to-be(your mdm repository) model for importing data from lotus to mdm
    Than configure your PI(test sending data from Lotus to mdm inbound port)
    Than configure your MDM Import server(for importing data from inbound port to repository)
    That is all.
    Regrads
    Kanstantsin Chernichenka

  • How to configure one dsl connection and one public ip in cisco router and map to one interface for using exchange server

    how to configure one dsl connection and one public ip in cisco router and map to one interface for using exchange server

    Hi ,
     Have you got any additional public IP Address from your service provider , If yes on router you can have static route for those additional IP Address pointing to your ASA  outside interface . 
    Accordingly you can configure NAT 
    HTH
    Sandy . 

  • MDM API for key Mapping.

    Hi All,
    Can anyone tell me how to use MDM API for updating key mapping ?
    I want to create a webservice which will take customer,client system and key for updating key mapping in mdm.
    Can anyone give me clue on this

    Hello Rama:
    Under Java you can do these things:
    Delete key mapping:
    CatalogData.DeleteKeyMapping(ClientSystem : String, Table :
    String, RecordID : int, Keys : String[])
    Argument Description
    ClientSystem -> Client system name
    Table -> Table name
    RecordID -> Record ID
    Keys -> Remote keys to remove
    Set a new keymapping:
    CatalogData.SetKeyMapping(ClientSystem : String, Table :
    String, RecordID : int, Keys : String[], DefaultKeyIndex
    : int)
    Argument Description
    ClientSystem ->    ClientSystem name
    Table ->           Table name
    RecordID ->        Record ID.
    Keys ->            Remote Keys you want to add
    DefaultKeyIndex -> Index entry into the key parameter
    indicating the key value as the default.
    I hope that helps
    Alejandro

  • How to configure an automatic vendor assignment for a purchase requisition

    hi guys,
    how to configure an automatic vendor assignment for a purchase requisition in sap
    Thanks in advance

    hi Swathi,
    Check these Links out
    http://help.sap.com/saphelp_erp2005/helpdata/en/75/ee11e655c811d189900000e8322d00/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/5e/372e3b7532394ce10000000a114084/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/4d/2b912a43ad11d189410000e829fbbd/frameset.htm
    Regards,
    Santosh

  • Portal Content Guide for understanding the MDM Configuration.

    hi friends,
    I need Portal Content Guide for understanding the MDM Configuration pdf file..
    please send that file in pdf format
    thanks
    ramu

    Hi,
    You can access the below link.
    [http://help.sap.com/saphelp_mdm550/helpdata/en/45/c87d0243e56f75e10000000a1553f6/frameset.htm]
    Regards,
    Jitesh Talreja

  • Date range mapping for dimension

      
    Hi Guys,
    I am looking for a way where I can provide DATE as a range for dimension , Any such possibilities anyone is aware of ?? Please suggest
    For string or number I have used something like 
    Country
    A - B
    C - D
    etc
    Salary
    10000$ - 50000$
    51000$ - 99000$
    etc
    What I want now is something similar for dates
    Date
    This Week
    This Month
    etc
    Please suggest
    Thanks In Advance
      

    The pattern here is to convert the dates to numerics.
    For example, your record could have as properties in YYYYMMDD format and be configured for filtering:
    p_start_date = 20140325
    At run time, you take the date as entered from the UX and convert it to YYYYMMDD format and create your filter for dates between Jan 1, 2014 and March 31, 2014:
    Nf=p_start_date|BTWN+20140101+20140331

  • Automatic posting configuration for GR/IR account

    Dear Alll,
    I need some clarification on Automatic posting configuration for GR/IR account. In OBYP, for transaction BNG-Invoiced but not yet delivered we maintain GR/IR clearing account, adjustment account and target account. As per my understanding, adjustment accounts and target accounts are only hit during closing time when GR/IR account has some value and that time it is checked using the transaction F.19 and the amount is posted to adjustment account and target account. Please point out where I'm wrong and provide explanation if I'm loosing on some point
    Warm Regards
    Mazdul

    Hi Jud
    You should make these posting to a cost center then..The only way you can control account postings via PO type is having a account assignement category. You can make this as mandatory filed for this PO type..
    Please let me know if your requirement is different..
    CHeers
    R K Bolla

  • Qualified Range is not Working

    Hi,
    I am having issue with Number Range getting crated for my Customer Number.Steps what I took to Acheive .
    In Console  :
    For Remote System R/3 
    Key Genration : Qualified Range
    Lookup Fields : Account Group.
      Even For Account Group  table has Key Mapping set to "Yes"
    Then in the syndication Remote Key Value is mapped to Customer Number .When I syndicate the Records customer number not getting created and also when I check the Edit Kay Mapping,doesn't show anything for the Record.
    Please help us onthis ,do I miss something here.
    Thanks,
    Manju

    Hi,
    after completing MDM Console setting for qualified number range
    kindly Note following points:
    1. make sure main table(for e.g. Product) and account group table key mapping should enable
    2. import main records with specific remote system
    3. open syndication map, and map value field under remote to destination side
    4. in syndication map properties tab select remote system under Remote Key Override
    5. Dstination preview tab will display customer number based upon qualified number range
    Thanks,
    Jignesh Patel

Maybe you are looking for

  • New Note 790189.1 - Oracle Clusterware and Application Failover Management

    Hi all, please, note the newly created Metalink Note 790189.1 - Oracle Clusterware and Application Failover Management if you want to use Oracle Clusterware as a general purpose cluster solution. The note intends to clarify and to explain the current

  • In application services i am using entity services

    hi all i have created application services in entity services i have created findAll ()method that method i have accessed in application services by getEntityServices.findAll .and i have made application service as a webservices but when i am testing

  • How to get rid of an entry in the Finder sidebar?

    In the finder window sidebar there is an entry called "Untitled CD", with the burn icon next to it.  How do I get rid of it?  Using v10.6.8, on an iMac.

  • Regarding logical error

    Dear sir, following is the question of the assignment provided to me from my college.i hav developed the program for the same question. My problem is that i am getting exact o/p as mentioned in the examples provided with question.But my lecturer is s

  • Listener log file

    My database version is 11g Release 11.1.0.6.0. I need my listener to write to a specific log file, I've tried different things including setting the following parameters in listener.ora and restrarting the listener: LOG_DIRECTORY_LISTENER = /mydesire