<!doctype html>
<html>
 <head> 
  <title>Loading Message Definitions</title> 
  <link rel="stylesheet" href="styles/site.css" type="text/css"> 
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
  <link rel="stylesheet" href="styles/icons.css" type="text/css">
  <script src="js/jquery.min.js"></script>
  <script src="tree/collapsibleTreeMenu.js"></script>
  <link href="tree/collapsibleTreeMenu.css" rel="stylesheet" type="text/css">
 </head> 
 <body class="theme-default aui-theme-default"> 
  <div id="page"> 
   <div id="main" class="aui-page-panel"> 
    <div id="main-header"> 
     <div id="breadcrumb-section"> 
      <ol id="breadcrumbs">  
       <li> <span><a href="Rhapsody-Integration-Engine-6.5_133160975.html">Rhapsody Integration Engine 6.5</a></span> </li> 
       <li> <span><a href="Developing-Rhapsody_133161055.html">Developing Rhapsody</a></span> </li> 
       <li> <span><a href="Rhapsody-Objects_133161790.html">Rhapsody Objects</a></span> </li> 
       <li> <span><a href="Rhapsody-Components_133161994.html">Rhapsody Components</a></span> </li> 
       <li> <span><a href="Toolkits_133162036.html">Toolkits</a></span> </li> 
       <li> <span><a href="SAP-Toolkit_133162037.html">SAP Toolkit</a></span> </li> 
       <li> <span><a href="SAP-Configuration-Editor_133162039.html">SAP Configuration Editor</a></span> </li> 
      </ol> 
     </div> 
     <h1 id="title-heading" class="pagetitle"> <span id="title-text">Loading Message Definitions</span> </h1> 
    </div> 
    <div id="content" class="view">  
     <div id="main-content" class="wiki-content group"> 
      <p>The&nbsp;<strong>Rhapsody SAP Configuration Editor</strong>&nbsp;enables message definitions to be loaded. This allows message paths to be easily selected and inserted into Remote Function Calls simply by using drag/drop, or using the field selector dialog.</p>
      <p>The recommended way to load message definitions is to configure them for the appropriate SAP RFC communication point or filter in the Rhapsody IDE, and then launch the&nbsp;<strong>Rhapsody SAP Configuration Editor</strong>&nbsp;from there. This will then automatically load the configured message definition.</p>
      <h2 id="LoadingMessageDefinitions-ManuallyLoadingMessageDefinitions">Manually Loading Message Definitions</h2>
      <p>To load a message definition manually, select the&nbsp;<strong>Load Message Definition...</strong>&nbsp;command from the&nbsp;<strong>File</strong>&nbsp;menu. This loads the definition and makes it available where message field paths are required.</p>
      <div class="confluence-information-macro confluence-information-macro-note">
       <span class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span>
       <div class="confluence-information-macro-body">
        <p>XSD schemas cannot be loaded directly into the Rhapsody SAP Configuration Editor. Instead the compiled XML definitions (<code>.xp2</code> files) are loaded. These compiled versions are generated by the Rhapsody IDE when a definition is loaded into Rhapsody, and are placed into the local definition storage (by default this is in <code>&lt;My Documents&gt;\Local Definition Storage\&lt;Server Name&gt;:&lt;Server Port&gt;\Definitions\&lt;Definition Name&gt;</code>). XSD schemas are loaded correctly and automatically when launching the Rhapsody SAP Configuration Editor directly from the Rhapsody IDE.</p>
       </div>
      </div>
      <p> </p> 
     </div> 
    </div> 
   </div>  
  </div>   
 </body>
</html>