<?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 Re: BAPI_ALM_NOTIF_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/11787368#M1953137</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;Please check function modules&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;EM&gt;CONVERSION_EXIT_TPLNR_INPUT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/STRONG&gt;&amp;gt;&amp;nbsp; This FM &lt;SPAN style="font-size: 13.3333px;"&gt;takes STRNO (Functional Location Label)&amp;nbsp; as Input&amp;nbsp; and gives you the TPLNR code.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;EM&gt;CONVERSION_EXIT_TPLNR_OUTPUT&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt; This FM &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;takes TPLNR as input and gives you the STRNO (Functional Location Label) .&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;I think these FMs are precisely as per your requirement.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #548235; font-size: 14.0pt; text-decoration: underline; font-family: Mistral;"&gt;KJogeswaraRao&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jun 2016 22:50:59 GMT</pubDate>
    <dc:creator>jogeswararao_kavala</dc:creator>
    <dc:date>2016-06-09T22:50:59Z</dc:date>
    <item>
      <title>BAPI_ALM_NOTIF_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/11787365#M1953134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an external application that creates maintenance notifications by calling BAPI_ALM_NOTIF_CREATE, BAPI_ALM_NOTIF_SAVE and BAPI_TRANSACTION_COMMIT.&amp;nbsp; It works when connecting to some SAP systems, but not others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the systems where it doesn't work, when I call BAPI_ALM_NOTIF_CREATE, I get an error saying that the Functional Location does not exist.&amp;nbsp; If I add an Equipment number, it works but gives me an information message saying the the functional location does not exist.&amp;nbsp; The functional location does exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I call the BAPI's from SAPgui using SE37, everything works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there some translation I need to do on the Functional Location before passing it to BAPI_ALM_NOTIF_CREATE in my external application?&lt;/P&gt;&lt;P&gt;Why would it work differently when calling BAPI_ALM_NOTIF_CREATE from an external application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jun 2016 00:41:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/11787365#M1953134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-04T00:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/11787366#M1953135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: justify;"&gt;May check the behavior with corresponding TPLNR value (like &lt;EM style="color: #808000;"&gt;?0100000000000000014&lt;/EM&gt;) instead of&amp;nbsp; FLocn label (STRNO).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jun 2016 01:37:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/11787366#M1953135</guid>
      <dc:creator>jogeswararao_kavala</dc:creator>
      <dc:date>2016-06-04T01:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/11787367#M1953136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like the issue is as you suggested, that I need to supply the TPLNR as the function location to BAPI_ALM_NOTIF_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an existing BAPI that I can call from an external application to convert the Functional Location string to it's corresponding TPLNR?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that you can look up the TPLNR number in the IFLOS table.&amp;nbsp; Is there any way to interrogate the IFLOS table using BAPI calls from an external application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 19:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/11787367#M1953136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-09T19:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/11787368#M1953137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;Please check function modules&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;EM&gt;CONVERSION_EXIT_TPLNR_INPUT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/STRONG&gt;&amp;gt;&amp;nbsp; This FM &lt;SPAN style="font-size: 13.3333px;"&gt;takes STRNO (Functional Location Label)&amp;nbsp; as Input&amp;nbsp; and gives you the TPLNR code.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;EM&gt;CONVERSION_EXIT_TPLNR_OUTPUT&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt; This FM &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;takes TPLNR as input and gives you the STRNO (Functional Location Label) .&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;I think these FMs are precisely as per your requirement.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #548235; font-size: 14.0pt; text-decoration: underline; font-family: Mistral;"&gt;KJogeswaraRao&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 22:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/11787368#M1953137</guid>
      <dc:creator>jogeswararao_kavala</dc:creator>
      <dc:date>2016-06-09T22:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/11787369#M1953138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those FM's work, but they are not Remote-Enabled Modules, so I can't call them from an external application.&amp;nbsp; I'm connecting to SAP using the NW RFC SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ended up making it work by calling BAPI_FUNCLOC_GETLIST and setting the LOW and HIGH filter values to the same Functional Location string.&amp;nbsp; It returns 1 result which has the matching TPLNR.&amp;nbsp; It's not an ideal solution, bit it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 00:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/11787369#M1953138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-10T00:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/11787370#M1953139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's good. I do not know whether any such RFC enabled FMs are there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #548235; font-size: 14.0pt; text-decoration: underline; font-family: Mistral;"&gt;KJogeswaraRao&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 00:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/11787370#M1953139</guid>
      <dc:creator>jogeswararao_kavala</dc:creator>
      <dc:date>2016-06-10T00:12:40Z</dc:date>
    </item>
  </channel>
</rss>

