<?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>topic Variant for inbound proxy interface in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant-for-inbound-proxy-interface/m-p/7707131#M1578682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to modify an inbound interface that is coming to SAP from PI via Proxy.  I have altered the Proxy method, but I need to know if/how I can attach a variant to the process so that I can read the value in the program to avoid any hard coding in the logic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this make sense and can it be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Feb 2011 15:34:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-22T15:34:45Z</dc:date>
    <item>
      <title>Variant for inbound proxy interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant-for-inbound-proxy-interface/m-p/7707131#M1578682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to modify an inbound interface that is coming to SAP from PI via Proxy.  I have altered the Proxy method, but I need to know if/how I can attach a variant to the process so that I can read the value in the program to avoid any hard coding in the logic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this make sense and can it be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 15:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant-for-inbound-proxy-interface/m-p/7707131#M1578682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-22T15:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Variant for inbound proxy interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant-for-inbound-proxy-interface/m-p/7707132#M1578683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by Variant? Variant in case of report programs is predefined selection criteria... Do you want to preset what is coming into ECC via Proxy? Could you please elaborate more with example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 15:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant-for-inbound-proxy-interface/m-p/7707132#M1578683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-22T15:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Variant for inbound proxy interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant-for-inbound-proxy-interface/m-p/7707133#M1578684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure...I don't fully understand the entire flow, but here is my situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a file that is on a server that is picked up by PI and passed to an Inbound Service Interface using Proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made some changes to one of the proxy methods and part of those changes includes a hard-coded value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would prefer to not have the value hard-coded, so I was wondering if there is a way to pass the value to the Proxy class/method from outside the program code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A "Z" table is not a good choice since this is simply on value...not several values or a table or anything like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if I still have not explained this well enough...thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 15:45:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant-for-inbound-proxy-interface/m-p/7707133#M1578684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-22T15:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Variant for inbound proxy interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant-for-inbound-proxy-interface/m-p/7707134#M1578685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andy, If you are 100% sure if there is only one value (and that there is no change or the requirement is not going to change in future), I would use hardcoding... It is not a big deal... If you think, that your value could change based on input parameters, you could have the PI consultant map it or have a custom z table... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you could probably still have a 'Z' table with fields Interface name, field name and fied value (to get the values dynamically), in case you want to have a generic solution for multiple other interfaces, but I would hard code it for now...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 15:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant-for-inbound-proxy-interface/m-p/7707134#M1578685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-22T15:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Variant for inbound proxy interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant-for-inbound-proxy-interface/m-p/7707135#M1578686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Kris.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it is definitely only one value I need and it will probably remain constant, but the business wants the ability to change it in the future if necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now it is hard-coded...I guess I'll leave it that way for the time being.  Thanks for your opinion and advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 15:58:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant-for-inbound-proxy-interface/m-p/7707135#M1578686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-22T15:58:46Z</dc:date>
    </item>
  </channel>
</rss>

