<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: SAP HCI Cannot create Content Modifier External Parameter in Web UI in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491666#M88641</link>
    <description>&lt;P&gt;Hi Eng Swee - actually if you do deploy from Eclipse, the flow does make it to the tenant - but it does not get tied to a package. Basically, the project in Eclipse has no idea about HCI packages. So you have to export from Eclipse as a ZIP and then import into the package in Web UI to tie this to a package. And with the bug, you should actually delete the flow from the package in Web UI first and then import the zip exported from Eclipse as the work around.&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Jay &lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2017 18:20:34 GMT</pubDate>
    <dc:creator>jmalla</dc:creator>
    <dc:date>2017-10-12T18:20:34Z</dc:date>
    <item>
      <title>SAP HCI Cannot create Content Modifier External Parameter in Web UI</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaq-p/491661</link>
      <description>&lt;P&gt;I am not able to create an External parameter for the Content modifier. The dropdown is not enabled.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/74596-external-parameter-greyed-out.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;I followed the URL &lt;A href="https://answers.sap.com/questions/273527/external-parameter-not-working-hci-web.html?childToView=322242#" target="_blank"&gt;External parameter not working HCI Web&lt;/A&gt; with a user who has the same issue. The recommendation was to create the external parameter in Eclipse and deploy that. &lt;/P&gt;
  &lt;P&gt;So I created this in Eclipse:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/74597-creating-content-modifier-in-eclipse.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;Then I click on the Externalized Parameters tab (in between the Console and the Remote Systems tab).&lt;/P&gt;
  &lt;P&gt;Then I sync with the Editor, add the values, and then save the parameters.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/78340-externalized-parameters-screen.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;I execute checks for the flow and make sure everything looks good. Then I deploy the integration content from Eclipse. I check the deployment in the console and tasks view and I get no errors:&lt;/P&gt;
  &lt;P&gt;However, when I create the external parameter for the Content modifier in Eclipse and deploy, I still do not see the external parameter that I created in Eclipse in the Web UI.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/74598-exchange-property-still-has-no-external-property.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 00:51:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaq-p/491661</guid>
      <dc:creator>jmalla</dc:creator>
      <dc:date>2017-10-06T00:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HCI Cannot create Content Modifier External Parameter in Web UI</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491662#M88637</link>
      <description>&lt;P&gt;Hi Jay&lt;/P&gt;
  &lt;P&gt;External parameter in Content Modifier on WebUI does not work for me too.&lt;/P&gt;
  &lt;P&gt;As to your Eclipse changes, deploying them does not mean that it will appear in WebUI. Nothing you deploy from Eclipse will appear in WebUI - it's unfortunate that it's that way, but that's the way things are. To "sync" your changes between WebUI and Eclipse, you need to use the workaround mentioned in my blog below:-&lt;/P&gt;
  &lt;P&gt;&lt;A target="_blank" href="https://blogs.sap.com/2015/12/08/hci-transferring-integration-package-content-from-webui-to-eclipse-and-back/"&gt;HCI: Transferring Integration Package Content from WebUI to Eclipse and back&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;Eng Swee&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 07:01:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491662#M88637</guid>
      <dc:creator>engswee</dc:creator>
      <dc:date>2017-10-11T07:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HCI Cannot create Content Modifier External Parameter in Web UI</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491663#M88638</link>
      <description>&lt;P&gt;Hello Jay,&lt;/P&gt;
  &lt;P&gt;As per understanding externalizing the parameters directly from content modifier [ WEBUI ] is not yet available ( Although there is a button externalize appearing in right corner of Content Modifier ) for Integration Project created in WEBUI, as a work around you can create a project in Eclipse and externalize the required parameter and import it to webui.&lt;/P&gt;
  &lt;P&gt;I am able to view the External Parameter Created which got created in Eclipse in WEBUI without any issues ( from Content Modifier perspective it is not editable &amp;amp; grayed out in WEBUI).&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/74779-sap-sdn-ext-param.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Screenshot from WEBUI content modifier:&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/74780-sap-sdn-ext-param-webui.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Sriprasad Shivaram Bhat&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 07:22:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491663#M88638</guid>
      <dc:creator>Sriprasadsbhat</dc:creator>
      <dc:date>2017-10-11T07:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HCI Cannot create Content Modifier External Parameter in Web UI</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491664#M88639</link>
      <description>&lt;P&gt;Hi Sriprasad,&lt;/P&gt;
  &lt;P&gt;Thanks for your answer. I am able to create the content modifier external parameter in Eclipse - that was never the issue. The problem was when you try to deploy this to the tenant. If there is an EXISTING flow, then there is actually a bug in the deployment from Eclipse to the tenant - which we confirmed with SAP technical support on a live Skype session. The work around is to actually DELETE the flow from the HCI tenant. Then export the project from Eclipse as a zip file - and NOT deploy directly to the tenant. Then in the package view in the Web UI, you can import this "new" zip exported from Eclipse into the package. Then it works fine. &lt;/P&gt;
  &lt;P&gt;So basically, the external parameters do not move over correctly from Eclipse if there is an existing flow in the tenant. The bug is in the deployment of the parameters.prop and parameters.propdef file. If you delete the flow from the package in Web UI, and then deploy from Eclipse (instead of exporting the zip and importing using the Web UI), then the flow is NOT connected to the package. I think SAP should have the option in Eclipse to tie the flow to a package explicitly or SAP should provide a way from the Web UI to bring in an existing flow that is already deployed to the system that is not tied to a package and have this tied to a package.&lt;/P&gt;
  &lt;P&gt;I am planning to write a BLOG about this - as I spent many hours trying to figure this out and I even tried to bring up the flow xml in an editor and backdoor the content modifier external parameter - which also did not work since I had the existing flow in the tenant. It would have worked had I deleted the flow on the tenant.&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Jay&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 18:09:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491664#M88639</guid>
      <dc:creator>jmalla</dc:creator>
      <dc:date>2017-10-12T18:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HCI Cannot create Content Modifier External Parameter in Web UI</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491665#M88640</link>
      <description>&lt;P&gt;Hi Eng Swee,&lt;/P&gt;
  &lt;P&gt;Thanks for your response. We did confirm with SAP technical support that this was a bug with the deployment from Eclipse if there is an existing flow on the tenant - the parameters.prop and parameters.propdef do not get updated correctly. I have written out the full response on the reply to Sriprasad's note following this one with exact steps on the work around - which does work. I will add a BLOG about it - but at least the issue and workaround is covered in this post.&lt;/P&gt;
  &lt;P&gt;I appreciate your help and look forward to your BLOGs.&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Jay&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 18:14:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491665#M88640</guid>
      <dc:creator>jmalla</dc:creator>
      <dc:date>2017-10-12T18:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HCI Cannot create Content Modifier External Parameter in Web UI</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491666#M88641</link>
      <description>&lt;P&gt;Hi Eng Swee - actually if you do deploy from Eclipse, the flow does make it to the tenant - but it does not get tied to a package. Basically, the project in Eclipse has no idea about HCI packages. So you have to export from Eclipse as a ZIP and then import into the package in Web UI to tie this to a package. And with the bug, you should actually delete the flow from the package in Web UI first and then import the zip exported from Eclipse as the work around.&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Jay &lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 18:20:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491666#M88641</guid>
      <dc:creator>jmalla</dc:creator>
      <dc:date>2017-10-12T18:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HCI Cannot create Content Modifier External Parameter in Web UI</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491667#M88642</link>
      <description>&lt;P&gt;Hi Jay,&lt;BR /&gt;&lt;BR /&gt;Currently, the only way you can see the External Parameters in WEBUI (greyed out) is the above way: i.e. Export/Import the iFlow from WEBUI to Eclipse, define external parameters in Eclipse, delete the iFlow in WEBUI and export/import the iflow from Eclipse to WEBUI.&lt;BR /&gt;As mentioned above, the external parameter features in WEBUI are still in development.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Pierre.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 12:11:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491667#M88642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-10-13T12:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HCI Cannot create Content Modifier External Parameter in Web UI</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491668#M88643</link>
      <description>&lt;P&gt;Hi Jay&lt;/P&gt;
  &lt;P&gt;Let's be very clear about the fundamentals here with regards to the following two items:-&lt;/P&gt;
  &lt;UL&gt;
   &lt;LI&gt;Design time artifact&lt;/LI&gt;
   &lt;LI&gt;Runtime/Deployed artifact&lt;/LI&gt;
  &lt;/UL&gt;
  &lt;P&gt;Web UI (Design) section and Eclipse deals with designing design time artifacts. If you design in Eclipse, and deploy from Eclipse, only the Deployed artifact is changed in the tenant, and this is only reflected in Web UI - Monitoring section. Deployment from Eclipse &lt;STRONG&gt;DO NOT&lt;/STRONG&gt; update the design time artifact in Web UI - Design section.&lt;/P&gt;
  &lt;P&gt;If you do not get this fundamentals, you can test this out by creating an arbitrary project in Eclipse and deploying it into the tenant. If you go to Web UI, you cannot see the project in Design (i.e. design time artifact is not transferred), and you can only see the deployed integration flow in Monitoring (i.e. deployed artifact is transferred).&lt;/P&gt;
  &lt;P&gt;An analogy to this is a Java development,&lt;/P&gt;
  &lt;UL&gt;
   &lt;LI&gt;Java source code - design time artifact&lt;/LI&gt;
   &lt;LI&gt;Java compiled library (JAR file) - runtime artifact&lt;/LI&gt;
  &lt;/UL&gt;
  &lt;P&gt;You do not deploy a design time artifact into a server to execute it, you deploy the runtime artifact.&lt;/P&gt;
  &lt;P&gt;If you get this, then you can make sense of why you had to do what you had to do. Hope this helps.&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;Eng Swee&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 13:07:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491668#M88643</guid>
      <dc:creator>engswee</dc:creator>
      <dc:date>2017-10-13T13:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HCI Cannot create Content Modifier External Parameter in Web UI</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491669#M88644</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
  &lt;P&gt;Is there any possibility to create custom adapter module in Eclipse for SAP CPI scenario.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Sandhya.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 14:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491669#M88644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-04-05T14:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HCI Cannot create Content Modifier External Parameter in Web UI</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491670#M88645</link>
      <description>&lt;P&gt;Hello Sandhya,&lt;/P&gt;
  &lt;P&gt;Yes its possible and please create a separate thread for your question so that other community members can search it easily in future if required.&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;Sriprasad Shivaram Bhat&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 14:48:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491670#M88645</guid>
      <dc:creator>Sriprasadsbhat</dc:creator>
      <dc:date>2018-04-05T14:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HCI Cannot create Content Modifier External Parameter in Web UI</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491671#M88646</link>
      <description>&lt;P&gt;Hi SriPrasad,&lt;/P&gt;
  &lt;P&gt;Thanks for the response.&lt;/P&gt;
  &lt;P&gt;I have raised thread for this query which is as below. Could you please provide your valuable suggestions.&lt;/P&gt;
  &lt;P&gt;If it is really possible, please mention what are the steps required to implement custom module.&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://answers.sap.com/questions/470409/sftp-pick-multiple-files-and-zip-them-through-sap.html" target="test_blank"&gt;https://answers.sap.com/questions/470409/sftp-pick-multiple-files-and-zip-them-through-sap.html&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Sandhya.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 05:03:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491671#M88646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-04-13T05:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HCI Cannot create Content Modifier External Parameter in Web UI</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491672#M88647</link>
      <description>&lt;P&gt;Hi SriPrasad,&lt;/P&gt;
  &lt;P&gt;Thanks for the response.&lt;/P&gt;
  &lt;P&gt;I have raised thread for this query which is as below.&lt;/P&gt;
  &lt;P&gt;If it is really (Custom module implementation) possible, please mention what are the steps required to implement custom module.&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://answers.sap.com/questions/470409/sftp-pick-multiple-files-and-zip-them-through-sap.html"&gt;https://answers.sap.com/questions/470409/sftp-pick-multiple-files-and-zip-them-through-sap.html&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Sandhya.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 12:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491672#M88647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-04-17T12:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HCI Cannot create Content Modifier External Parameter in Web UI</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491673#M88648</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;
  &lt;P&gt;For those that still come across this post, it is possible without the need to classify the parameter as an External Parameter. In the content modifier, simply set the type to &lt;STRONG&gt;Expression&lt;/STRONG&gt; and set the value to the same name as your external parameter &lt;STRONG&gt;{{extName}}&lt;/STRONG&gt;.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/154484-content-modifier.png" /&gt;&lt;/P&gt;
  &lt;P&gt;You can use the same concept in the message body if you want to access the parameter by simply using &lt;B&gt;{{extName}}. &lt;/B&gt;This will dynamically replace the value.&lt;/P&gt;
  &lt;P&gt;To access the externalized parameters via scripts, you can use the Camel SimpleBuilder function to evaluate the parameter name and return it as a String:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;import org.apache.camel.Exchange;
import org.apache.camel.builder.SimpleBuilder;

def Message processData(Message message) {

    def Exchange ex = message.exchange;
	def messageLog = messageLogFactory.getMessageLog(message);	
	if(messageLog != null){	
		messageLog.setStringProperty( "Property" , SimpleBuilder.simple('{{sftp.directory}}').evaluate(ex, String) );
	}
	}
	return message;
}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 May 2018 12:01:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491673#M88648</guid>
      <dc:creator>FrancoisM</dc:creator>
      <dc:date>2018-05-30T12:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HCI Cannot create Content Modifier External Parameter in Web UI</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491674#M88649</link>
      <description>&lt;P&gt;Looks like this will work. But I still do not understand why SAP couldn't simply add this feature in the WebUI in such a long time.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 07:08:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491674#M88649</guid>
      <dc:creator>jmalla</dc:creator>
      <dc:date>2018-06-05T07:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HCI Cannot create Content Modifier External Parameter in Web UI</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491675#M88650</link>
      <description>&lt;P&gt;SimpleBuilder does not work with external parameters unfortunately, I tried myself, but the external parameter as an expression in the content modifier does work.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 21:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-hci-cannot-create-content-modifier-external-parameter-in-web-ui/qaa-p/491675#M88650</guid>
      <dc:creator>former_member55635</dc:creator>
      <dc:date>2019-04-16T21:08:02Z</dc:date>
    </item>
  </channel>
</rss>

