Adpater Specific Attribute Message

Hi Experts,
I am doing IDoc->XI -> file Scenario. I sending material master data to a third party. At the target side i need to create a file name of this type "Material + MATNR+Timestamp.txt". In that file name  "Material" is always constant and "MATNR" is dynamic, it will be fetched from payload and timestamp is also dynamic. How can i create this kind of file name at target side.
I know i have to use  "Adpater Specific Attribute Message" but i dont know hw to do this. If some body know this please help out.
Thanks in Advance,
Venky

Hi Yugandhar Kotha ,
It is giving the following error
Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error during variable substitution: com.sap.aii.adapter.file.varsubst.VariableDataSourceException: The following variable was not found in the message payload: MATNR: com.sap.aii.adapter.file.configuration.DynamicConfigurationException: Error during variable substitution: com.sap.aii.adapter.file.varsubst.VariableDataSourceException: The following variable was not found in the message payload: MATNR
In variable substitution table i gave
MATNR payload:ZMAT_MN,1,IDOC,1,E1MARAM,1,MATNR,1
Below i am sending the XSD structure please provide the payload path
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
     <xsd:element name="ZMAT_MN">
          <xsd:complexType>
               <xsd:sequence>
                    <xsd:element name="IDOC" type="ZMATMAS.MATMAS05.ZMAT_MN" />
               </xsd:sequence>
          </xsd:complexType>
     </xsd:element>
     <xsd:complexType name="ZMAT_MN.E1MARAM">
          <xsd:annotation>
               <xsd:documentation>
               Master material general data (MARA)
               </xsd:documentation>
          </xsd:annotation>
          <xsd:sequence>
               <xsd:element name="MSGFN" minOccurs="0">
                    <xsd:annotation>
                         <xsd:documentation>
                         Function
                         </xsd:documentation>
                    </xsd:annotation>
                    <xsd:simpleType>
                         <xsd:restriction base="xsd:string">
                              <xsd:maxLength value="3" />
                         </xsd:restriction>
                    </xsd:simpleType>
               </xsd:element>
               <xsd:element name="MATNR" minOccurs="0">
                    <xsd:annotation>
                         <xsd:documentation>
                         Material Number
                         </xsd:documentation>
                    </xsd:annotation>
                    <xsd:simpleType>
                         <xsd:restriction base="xsd:string">
                              <xsd:maxLength value="18" />
                         </xsd:restriction>
                    </xsd:simpleType>
               </xsd:element>
               <xsd:element name="ERSDA" minOccurs="0">
Thanks,
Venky

Similar Messages

  • Multi-Message-split with ABAP mapping and adapter specific attributes

    Hi all,
    With <b>ABAP-Mapping I split 1 message to n messages</b>.
    So many files are generated in <b>file-Adapter</b>.
    Everything fine.
    But now I want the file names different using adapter specific attributes.
    It is not possible to use variable substitution and write the file name in payload because of receiver restrictions.
    I tried this with following similar coding in ABAP-Mapping:
    data: lt_records TYPE MPP_DYNAMIC_TAB.
          Loop.
          l_file_name = "payload-Inbound"-information
          ls_record-namespace = 'http://sap.com/xi/XI/System/File'.
          ls_record-name = 'FileName'.
          ls_record-value = l_file_name.  "l_file_name comes from inbound-payload
          append ls_record to lt_records.
         Endloop.
      CALL METHOD dynamic_configuration->set_all_records
        EXPORTING
          records = lt_records.
    If I start the interface I see in the monitoring the dynamic configuration with many entries for file-name in the the SOAP-Header mapping of the request message (following extract):
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Mapping der Request-Message
      -->
    - <SAP:DynamicConfiguration xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Record namespace="http://sap.com/xi/XI/System/File" name="FileName">BPAADDRESS.XML</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/File" name="FileName">BPABROKERROLE.XML</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/File" name="FileName">BPACOMPANYSEGMENT.XML</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/File" name="FileName">BPACUSTOMERROLE.XML</SAP:Record>
    The result is that <b>all files have the same file name</b> (last entry in dynamic configuration).
    Is it possible to write the adapter specific configuration in ABAP-mapping <u>for every single result message</u>??
    Thank you for your help,
    Florian

    Hi Florian,
    I've a different idea...I dont think its a "right solution" but just another work around..it involves a BPM...
    In your ABAP mapping..set the dynamic config with as many variables as number of different messages...i.e. use the variables like 'FileName1', 'FileName2'...'FileName6' instead of 'FileName'. But use the same namespace 'http://sap.com/xi/XI/System/File'
    Call the above mapping in a BPM and capture the individual messages and set the attribute 'FileName' from the values of 'FileName1' to 'FileName6' accordingly using Message Mapping and then send the message using the 'Send' step.
    before you try this, try using the variable names 'FileName1' ...'FileName6' in the receiver adapters...enable the ASMS. <b>I know we need to select which variables from the dynamic config to be used by the adapter by specifically selecting 'FileName', 'Directory' etc...but just give it a try and see if it works..</b>
    Or..instead of using a BPM..you can combine Henrique's idea...use Adapter module to set the value for 'FileName' from variables 'FileName1'...'FileName6' accordingly.
    hope I'm clear..lemme know if you have any questions..
    cheers
    praveen

  • Adapter specific attributes - SOAP Adapter

    Hi,
    I am trying to use the adapter specific attributes of the receiver SOAP adapter. But I am not able to view the Dynamic configurations in sxi_monitor corresponding to this message. Any clue why!?
    I read through the SOAP adapter help on help.sap.com,
    <i>http://help.sap.com/saphelp_nw2004s/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/frameset.htm</i>
    Here it says:
    <i>If you want to use header fields, set the relevant indicator for Variable Header. The technical names for the fields are XHeaderName1, XHeaderName2, XHeaderName3. The parameters are embedded in the HTTP request under the names you enter here.</i>
    But I donot find an option where I can enter the names. Am I missing something here?
    Regards,
    Smitha.

    Hi Smitha,
    I did not try to use adapter-specific attributes with SOAP-adapter, but with mail-adapter. The documentation is quite similar, so I excpect similar results...
    So as far as I understood, the parameters XHeaderName1, ... etc are for dynamic extension of the set of adapter-specific attributes. For example, if you want to add some more information in the message header, you can program an adapter module and you have now a guide how to name the additional attributes.
    Usually, the "standard" adapter-specific attributes are starting with "S" (Sender) or "T" (Receiver). You can find the names in the documentation of the SOAP-adapter.
    In order to use the adapter-specific attributes, you have to check both indicators (adapter-specific attributes, variable transport binding). If this still doesn't work, you should use OSS. In my scenario (mail adapter) this didn't work, too. The reason was, that there was a bug in the adapter metadata (Integration Repository) of SAP BASIS. There was a SAP note, where I could download the correct adapter metadata. Maybe you can find a SAP note for the SOAP Adapter.
    Although this is probably not the final solution, I hope this guides you a step further.
    Regards,
    Torsten

  • Using Adapter-specific attributes in Mail adapter

    Hi,
    I try to use adapter-specific attributes in my Mail adapter. I set the "Use Adapter-Specific Message Attributes" indicator, but I do not get a result in the mapping and also in the SXMB_MONI the attributes are not visible.
    The documentation also refers to Variable Transport Binding indicator:<a href="http://help.sap.com/saphelp_nw04/helpdata/en/23/c093409c663228e10000000a1550b0/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/23/c093409c663228e10000000a1550b0/content.htm</a>
    Could this be the problem? I cannot find this indiciator! Does anyone know where I can find this indicator?
    Regards,
    Torsten

    Hi,
    The values for the parameters, set using adapter specific message attributes are available at runtime in the path http://sap.com/xi/XI/System/Mail.
    We need to write UDF's that can extract the values from this path.
    For Ex:
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters() .get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create(
        “http://sap.com/xi/XI/System/File”,
        “FileName”);
    String valueOld = conf.get(key);
    if (valueOld != null) {
        String valueNew = valueOld.replaceAll(“input”,”output”);
        conf.put(key, valueNew);
    If you check Dynamic configuration in sxmb_moni, you would be able to find the values for all the attributes that have been set in the adapter.
    Regards,
    Smitha.

  • How to bind a specific attribute of an element to an input field

    HI,
    in my web shop application I create an overview page of the items dynamically in the wdDoModify Method. Each item has it's own transparent container. I do not use tables or row repeaters, because they did not fullfill my requirements.
    Now I have the problem to bind a specific attribute to an input field.
    I bind the value with following code:
    amountInput.bindValue(item.getAttributePointer("amount").getAttributeInfo())
    item is the element of the item to display. amount is the attribute with type integer.
    The problem is, that I have 4 Items on the screen. When I enter a value for amount, all amounts on the screen are the same. So I guess that the input field is not bound to the correct element.
    Has anybody an idea what I have done wrong? Or which string for bindValue do I have to use for example for an attribute of the 5th element in a node?
    Best regards,
    Peter

    Peter, you can set the context node to mutiple select, but you have to select it on item variable, like:
    item = wdContext.nodeXXX.getElementAt(1);
    amountInput.bindValue(item.getAttributePointer("amount").getAttributeInfo())
    item = wdContext.nodeXXX.getElementAt(2);
    amountInput2.bindValue(item.getAttributePointer("amount").getAttributeInfo())
    Regards,
    Edson Thomaz

  • Looking for an app that will alarm on specific text messages.

    Looking for an app that will alarm on specific text messages. The idea is to use the message as a pager without a monthly subscription. There is a similar app for andriod called firealert.

    I could not find any app that would do this. There are different types of message apps but nothing that I could find to do what I am looking for. For a specific contact I would like the message to have a notification that will not go away until I acknowledge it. Just like you would do if it was a pager.

  • Specific attributes for IDM implementation

    I am trying to integrate webcenter with Oracle IDM environment, to do the same i required to know the specific attributes for oracle webcenter users
    the input is required for the IDM team to create the schemas,
    Can anybody enlighten me about the same,

    Read this link and around: http://docs.oracle.com/cd/E21764_01/webcenter.1111/e12405/wcadm_security_id_store.htm#CFHJEJID
    Note, that you will not integrate "WebCenter", but rather "its LDAP".

  • IXML - Reading a specific tag/specific attribute

    Hi,
    I'm trying to get out a specific tag ans specific attribute from an xml string.
    I built my method based on BCCIIXMLT2 & BCCIIXMLT11 and Parsing XML file to Internal table., however it doesn't seem to work.
    I already tried 2 approach, none of them worked
    The loops are ended before the get_attributes method is called.
    My code:
    METHOD /eby/if_xml_output_writer~finish_element.
    * Based on program BCCIIXMLT2 & BCCIIXMLT11
    * \\ ======= iXML =======
      DATA:
        lr_ixml           TYPE REF TO if_ixml,
        lr_xml_doc        TYPE REF TO if_ixml_document,
        lr_node           TYPE REF TO if_ixml_node,
    *    lr_iterator       TYPE REF TO if_ixml_inline_iterator,
        lr_iterator       TYPE REF TO if_ixml_node_iterator,
        lr_nodemap        TYPE REF TO if_ixml_named_node_map,
        lr_stream_factory TYPE REF TO if_ixml_stream_factory,
        lr_istream        TYPE REF TO if_ixml_istream,
        lr_parser         TYPE REF TO if_ixml_parser,
        lr_nnmap          TYPE REF TO if_ixml_named_node_map,
        lr_attr           TYPE REF TO if_ixml_node,
        lc_name           TYPE string,
        lc_value          TYPE string,
        lc_prefix         TYPE string,
        li_type           TYPE i,
        li_indent         TYPE i,
        li_index          TYPE i,
        li_count          TYPE i.
    * // ======= iXML =======
    *=======================================================================
      CLASS     cl_ixml          DEFINITION LOAD.
    *=======================================================================
      CHECK i_parent IS INITIAL.
    *-- Create the main factory
      lr_ixml = cl_ixml=>create( ).
    *-- Create the initial document
      lr_xml_doc = lr_ixml->create_document( ).
    *-- Create the stream factory
      lr_stream_factory = lr_ixml->create_stream_factory( ).
    *-- Create a stream for the input (string)
      lr_istream = lr_stream_factory->create_istream_cstring( i_input ).
    *-- Create the parser
    lr_parser = lr_ixml->create_parser( stream_factory = lr_stream_factory
                                         istream        = lr_istream
                                         document       = lr_xml_doc ).
    *-- We don't need the stream any more, so let's close it...
      lr_istream->close( ).
    * 1st attempt
    *  lr_node = lr_xml_doc.
    *  lr_iterator = lr_node->create_inline_iterator( ).
    *  li_type     = lr_iterator->get_type( ).
    *  WHILE li_type NE 0.
    *    li_indent = lr_iterator->get_height( ) * 2.
    *    CASE li_type.
    *      WHEN if_ixml_node=>co_node_element.
    *        lr_nnmap = lr_iterator->get_attributes( ).
    *        li_index = 0.
    *        li_count  = lr_nnmap->get_length( ).
    *        WHILE li_index < li_count.
    *          lr_attr  = lr_nnmap->get_item( li_index ).
    *          lc_name  = lr_attr->get_name( ).
    *          lc_value = lr_attr->get_value( ).
    *          li_index = li_index + 1.
    *        ENDWHILE.
    *    ENDCASE.
    *    li_type = lr_iterator->advance( ).
    *  ENDWHILE.
    * 2nd attempt
      lr_node ?= lr_xml_doc.
    * Create a node iterator
      lr_iterator = lr_node->create_iterator( ).
    * Get current node
      lr_node = lr_iterator->get_next( ).
    * Loop over all nodes
      WHILE NOT lr_node IS INITIAL.
        li_indent = lr_node->get_height( ) * 2.
        li_indent = li_indent + 20.
        CASE lr_node->get_type( ).
          WHEN if_ixml_node=>co_node_element.
    *       Element node
            lc_name = lr_node->get_name( ).
            lr_nodemap = lr_node->get_attributes( ).
            IF NOT lr_nodemap IS INITIAL.
    *         Attributes
              li_count = lr_nodemap->get_length( ).
              DO li_count TIMES.
                li_index  = sy-index - 1.
                lr_attr   = lr_nodemap->get_item( li_index ).
                lc_name   = lr_attr->get_name( ).
                lc_prefix = lr_attr->get_namespace_prefix( ).
                lc_value  = lr_attr->get_value( ).
              ENDDO.
            ENDIF.
          WHEN if_ixml_node=>co_node_text OR
               if_ixml_node=>co_node_cdata_section.
    *       Text node
            lc_value = lr_node->get_value( ).
        ENDCASE.
    *   Advance to next node
        lr_node = lr_iterator->get_next( ).
      ENDWHILE.
    ENDMETHOD.
    Any idea what could be wrong?
    Thanks in advance,
    Peter

    Thanks!
    Unfortunately my code should also work on 46C, so XLST is not an option. Anyway I used some code from SAPLink  and it works fine now.
    *-- Create the main factory
      lr_ixml = cl_ixml=>create( ).
    *-- Create the initial document
      lr_xml_doc = lr_ixml->create_document( ).
    *-- Create the stream factory
      lr_stream_factory = lr_ixml->create_stream_factory( ).
    *-- Create a stream for the input (string)
      lr_istream = lr_stream_factory->create_istream_cstring( i_input ).
    *-- Create the parser
      lr_parser = lr_ixml->create_parser(
                          stream_factory = lr_stream_factory
                          istream        = lr_istream
                          document       = lr_xml_doc ).
    *-- Parse the stream
      lr_parser->parse( ).
    *-- We don't need the stream any more, so let's close it...
      CLEAR lr_istream.
    * Find the tag
      lr_rootnode = lr_xml_doc->find_from_name( c_tag_structureddocument ).
      lr_attributelist = lr_rootnode->get_attributes( ).
      lr_nodeiterator  = lr_attributelist->create_iterator( ).
      lr_attributenode = lr_nodeiterator->get_next( ).
    * Find the attribute
      WHILE lr_attributenode IS NOT INITIAL.
        lc_name = lr_attributenode->get_name( ).
        IF lc_name = c_attribute_id.
          lc_value = lr_attributenode->get_value( ).
          EXIT.
        ENDIF.
        lr_attributenode = lr_nodeiterator->get_next( ).
      ENDWHILE.
      mc_output = lc_value.

  • Unable to create the protocol specific B2B message

    Hi,
    I recently created fresh new configurations on 10g Oracle B2B on a windows server. When i try to post an outbound ebxml 2.0 message, it fails with the below error:
    Description: Unable to create the protocol specific B2B message
    StackTrace:
    Error -:  AIP-51503:  General Create Message Error: java.lang.Exception: java.security.cert.CertificateParsingException: signed overrun, bytes = 67
        at oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin.createMessage(EBMSExchangePlugin.java:3018)
        at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1698)
        at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:1008)
        at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1204)
        at oracle.tip.adapter.b2b.transport.AppInterfaceListener.onMessage(AppInterfaceListener.java:141)
        at oracle.tip.transport.basic.FileSourceMonitor.processMessages(FileSourceMonitor.java:913)
        at oracle.tip.transport.basic.FileSourceMonitor.run(FileSourceMonitor.java:326)
    Caused by: java.lang.Exception: java.security.cert.CertificateParsingException: signed overrun, bytes = 67
        ... 7 more
    Caused by: java.security.cert.CertificateParsingException: signed overrun, bytes = 67
        at sun.security.x509.X509CertImpl.parse(X509CertImpl.java:1662)
        at sun.security.x509.X509CertImpl.<init>(X509CertImpl.java:173)
        at sun.security.provider.X509Factory.engineGenerateCertificate(X509Factory.java:90)
        at java.security.cert.CertificateFactory.generateCertificate(CertificateFactory.java:389)
        at oracle.tip.adapter.b2b.exchange.ebms.EBMSOSDTSecurity.getX509Certificate(EBMSOSDTSecurity.java:389)
        at oracle.tip.adapter.b2b.exchange.ebms.EBMSOSDTSecurity.getCertificateForSigning(EBMSOSDTSecurity.java:328)
        at oracle.tip.adapter.b2b.exchange.ebms.EBMSOSDTSecurity.signAttachment(EBMSOSDTSecurity.java:247)
        at oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin.createMessage(EBMSExchangePlugin.java:2813)
        ... 6 more

    Hi,
    I recently created fresh new configurations on 10g Oracle B2B on a windows server. When i try to post an outbound ebxml 2.0 message, it fails with the below error:
    Description: Unable to create the protocol specific B2B message
    StackTrace:
    Error -:  AIP-51503:  General Create Message Error: java.lang.Exception: java.security.cert.CertificateParsingException: signed overrun, bytes = 67
        at oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin.createMessage(EBMSExchangePlugin.java:3018)
        at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1698)
        at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:1008)
        at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1204)
        at oracle.tip.adapter.b2b.transport.AppInterfaceListener.onMessage(AppInterfaceListener.java:141)
        at oracle.tip.transport.basic.FileSourceMonitor.processMessages(FileSourceMonitor.java:913)
        at oracle.tip.transport.basic.FileSourceMonitor.run(FileSourceMonitor.java:326)
    Caused by: java.lang.Exception: java.security.cert.CertificateParsingException: signed overrun, bytes = 67
        ... 7 more
    Caused by: java.security.cert.CertificateParsingException: signed overrun, bytes = 67
        at sun.security.x509.X509CertImpl.parse(X509CertImpl.java:1662)
        at sun.security.x509.X509CertImpl.<init>(X509CertImpl.java:173)
        at sun.security.provider.X509Factory.engineGenerateCertificate(X509Factory.java:90)
        at java.security.cert.CertificateFactory.generateCertificate(CertificateFactory.java:389)
        at oracle.tip.adapter.b2b.exchange.ebms.EBMSOSDTSecurity.getX509Certificate(EBMSOSDTSecurity.java:389)
        at oracle.tip.adapter.b2b.exchange.ebms.EBMSOSDTSecurity.getCertificateForSigning(EBMSOSDTSecurity.java:328)
        at oracle.tip.adapter.b2b.exchange.ebms.EBMSOSDTSecurity.signAttachment(EBMSOSDTSecurity.java:247)
        at oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin.createMessage(EBMSExchangePlugin.java:2813)
        ... 6 more

  • RADIUS and Vendor-Specific attributes

    Hi,
    I'm trying to add a vendor specific attribute (Cisco AV Pair) to BMAS
    (NMAS 3.1.2 on NetWare 6.5 SP6). I can add any generic attribute I
    want, but any of the vendor-specific attributes are not sent back in the
    radius access-accept packet. Is there some configuration change I need
    to make to support vendor specific attributes? They all show up in
    ConsoleOne, I can add them, and they are saved when I hit OK.
    Thanks for any suggestions!
    Greg

    In article <UG2Jm.1195$[email protected]>, Greg Palumbo
    wrote:
    > I read the other two recent threads on this, it does sort of sound like
    > a snapin issue, but those are usually under the 1.2\snapins directory I
    > thought. what about installing a fresh copy of C1 on the C:\ drive from
    > the BMAS CD or from NW65SP7? Also, wouldn't all the replaced sys/public
    > files be in SYS/SYSTEM:\BACKSP7? Maybe something like Beyond Compare or
    > WinMerge could flag all the changed files easily...
    >
    My latest thinking is that this is related to security. The failing
    attribute contains an encryption of the DAS client password. I'm assuming
    that ConsoleOne relies on some background process to do the encryption, and
    that between SP7 and SP8, it changed. The new attributes are longer than
    the old ones, so the snapin-related issue may simply be that it cannot read
    what was stored.
    I don't know if there is a particular security-related component that can
    be reversed to allow changes to the DAS object, then updated again to put
    things back to SP8.
    Craig Johnson
    Novell Support Connection SysOp
    *** For a current patch list, tips, handy files and books on
    BorderManager, go to http://www.craigjconsulting.com ***

  • User Specific Output Message Determination for Purchase Orders

    Hi Sap Experts,
    Is there any functionality in SAP where you can setup specific Output message determination for a user?
    For example whenever User A creates a purchase order through ME21N it will always be emailed to vendor, whereas for User B whenever they create purchase orders it will always be printed.
    Is this possible?

    There is no standard functionality with in SAP.
    To achieve this Create 2 output types accordingly and create customized tables with user id fields

  • Customer-specific attributes (properties) for processes?

    Hello community,
    I already know how to define customer-specific attributes (properties) for documents stored in Solution Manager using the Document Modelling Workbench. For documents, everything works fine, so far.
    But: I also want to define customer-specific properties for processes. Is this possible? If yes, how do I do that? I cannot find any related configuration options -- neither in SPRO nor in Solution Manager's own project configuration area.
    Thanks in advance,
    Thomas

    Hi,
    In SPRO, naviagete to SAP Solution Manager Implementation Guide -> SAP Solution Manager -> Scenario-Specific Settings -> Implementation/Upgrade -> Blueprint and Configuration -> Object Attributes -> Definition of Customer Attributes for Object Types
    Best regards,
    Jacques.

  • MDM Specific XI message types.XI Content BI Cont 3.53

    Hi,
    I am working on XI and BI integration with MDM.
    Can you please tell me what all prerequisites do I need?
    I have one document which has mentioned that I would need "MDM Specific XI message types.XI Content BI Cont 3.53".
    Can you please elaborate me on this?
    Please help me.

    Hi,
    Once you have downloaded the business content as Michal said, you need to import it into your Integration repository. I believer the file that you downloaded will be a .zip file... Unzip if you will have a .tpz file.
    You copy that file into your XI server under ..\repository_server\import. Then when you select the Import Design Option from your IR menu you will find the file that you placed there. Just select it and import into your IR.
    Thanks,
    Prakash

  • Monitor specific PI messages from SAP portal

    Business users want to be made aware of problems in our F4F interface how would I display specific PI messages to the business. They don't want a complex solution. I don't think they would be able to page through SXMB_MON transaction.

    Hi,
    A monitoring solution could be [advantaco|https://www.advantco.com/], it is a bit pricy but you will get a pretty god overview of the messages that fails.
    Daniel

  • Updating only specific attributes.

    Hi,
    I am using JDEV 11.1.2.1.0
    How do I update only specific attributes in a VO/EO ?
    I have already selected the specific row in the AM and set the attribute...but how do I update the changes ?
    thanks in advance.

    To persist the changes to the db, you have to commit transaction.
    Timo

Maybe you are looking for

  • Ibook and diskwarrior

    hello- a few months ago i posted about my ibook crashing. it's a second computer and used only for wireless internet, so no data storage or anything. in any case, here's the link to that thread: http://discussions.apple.com/message.jspa?messageID=441

  • SAP Portal JDBC Connector for Oracle

    Hi forum:    hi need to configure the DATABASE URL for make the connection with JDBC Connector to Oracle.    Somebody knows this url ? thnks Joshua

  • How to I create and eprint account

    HP Laserjet CP1525nw iPad 2 Want to be able to use eprint to remotely print from my iPad at work to my home printer. Thank you

  • Slow start up time

    Lately I have been noticing that my macbook has been starting much slower, and I still have 50gb out of 80gb free and I'm wondering what can be done?

  • Blackberry Pearl keeps turning itself on and off then searching for network...........

    Hi people, not sure if anybody can help however I have a Blackberry Pearl 9105 and for the past 2 weeks its keeps turning itself off and on and also keeps saying 'searching for network' at random times.  I therefore thought it may require a new batte