<?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 PI/PO 7.5 Java Mapping getting calling Service Interface in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sap-pi-po-7-5-java-mapping-getting-calling-service-interface/qaa-p/538066#M111147</link>
    <description>&lt;P&gt;if you are comfortable writing java map,this should help you.&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://help.sap.com/doc/javadocs_nw75_sps06/7.5.6/en-US/PI/com/sap/aii/mapping/api/StreamTransformationConstants.html" target="test_blank"&gt;https://help.sap.com/doc/javadocs_nw75_sps06/7.5.6/en-US/PI/com/sap/aii/mapping/api/StreamTransformationConstants.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2017 03:49:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-10-12T03:49:01Z</dc:date>
    <item>
      <title>SAP PI/PO 7.5 Java Mapping getting calling Service Interface</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-pi-po-7-5-java-mapping-getting-calling-service-interface/qaq-p/538065</link>
      <description>&lt;P&gt;I know how to build a Java map (done quite a few). I have a new requirement that I can't quite figure out...&lt;/P&gt;
  &lt;P&gt;The java map will handle the incoming data differently based on what File adapter picked up the file. I do not want to rely on File name or File Directory to determine this information as those can be changed (which of course would cause issues).&lt;/P&gt;
  &lt;P&gt;I would like to be able to "know" which Service Interface is being used when the Java map is called. Is this possible? I don't remember seeing it listed as part of a dynamic configuration entry and I can't find a list of valid System.getProperty() options.&lt;/P&gt;
  &lt;P&gt;Any ideas on how this could be done? If not, then I will just add a parameter to the java map and send in the information that way.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 20:46:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-pi-po-7-5-java-mapping-getting-calling-service-interface/qaq-p/538065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-10-11T20:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAP PI/PO 7.5 Java Mapping getting calling Service Interface</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-pi-po-7-5-java-mapping-getting-calling-service-interface/qaa-p/538066#M111147</link>
      <description>&lt;P&gt;if you are comfortable writing java map,this should help you.&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://help.sap.com/doc/javadocs_nw75_sps06/7.5.6/en-US/PI/com/sap/aii/mapping/api/StreamTransformationConstants.html" target="test_blank"&gt;https://help.sap.com/doc/javadocs_nw75_sps06/7.5.6/en-US/PI/com/sap/aii/mapping/api/StreamTransformationConstants.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 03:49:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-pi-po-7-5-java-mapping-getting-calling-service-interface/qaa-p/538066#M111147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-10-12T03:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAP PI/PO 7.5 Java Mapping getting calling Service Interface</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-pi-po-7-5-java-mapping-getting-calling-service-interface/qaa-p/538067#M111148</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;In the TransformationInput input, the interface should be in the XI Header. Have you tried input.getInputHeader().getInterface(); ?&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 06:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-pi-po-7-5-java-mapping-getting-calling-service-interface/qaa-p/538067#M111148</guid>
      <dc:creator>markangelo_dihiansan</dc:creator>
      <dc:date>2017-10-12T06:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAP PI/PO 7.5 Java Mapping getting calling Service Interface</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-pi-po-7-5-java-mapping-getting-calling-service-interface/qaa-p/538068#M111149</link>
      <description>&lt;P&gt;Thank you for this. I completely missed this during research.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 12:30:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-pi-po-7-5-java-mapping-getting-calling-service-interface/qaa-p/538068#M111149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-10-12T12:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAP PI/PO 7.5 Java Mapping getting calling Service Interface</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-pi-po-7-5-java-mapping-getting-calling-service-interface/qaa-p/538069#M111150</link>
      <description>&lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Thank you for this. I completely missed this during research.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 12:31:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-pi-po-7-5-java-mapping-getting-calling-service-interface/qaa-p/538069#M111150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-10-12T12:31:07Z</dc:date>
    </item>
  </channel>
</rss>

