<?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 function location creation with BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-location-creation-with-bapi/m-p/9752295#M1774274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;I am new to EAM/PM. I am trying to create function location via JCO/BAPI:&amp;nbsp; BAPI_FUNCLOC_CREATE&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Here is part of my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="dp-highlighter"&gt;&lt;/P&gt;&lt;DIV class="bar" style="font-style: inherit; font-family: inherit;"&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-j" start="1" style="font-style: inherit; font-family: inherit;"&gt;&lt;LI&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;OL class="dp-j" start="1" style="font-style: inherit; font-family: inherit;"&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JCoFunction function = destination.getRepository().getFunction(&lt;/SPAN&gt;&lt;SPAN class="string" style="font-style: inherit;"&gt;"BAPI_FUNCLOC_CREATE"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; function.getImportParameterList().setValue(&lt;SPAN class="string" style="font-style: inherit;"&gt;"EXTERNAL_NUMBER"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string" style="font-style: inherit;"&gt;"1018-1043-292020222222222222222222222223"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; function.getImportParameterList().setValue(&lt;SPAN class="string" style="font-style: inherit;"&gt;"LABELING_SYSTEM"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="string" style="font-style: inherit;"&gt;"A"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JCoStructure structure = function.getImportParameterList().getStructure(&lt;SPAN class="string" style="font-style: inherit;"&gt;"DATA_GENERAL"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; structure.setValue(&lt;SPAN class="string" style="font-style: inherit;"&gt;"PLANPLANT"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="string" style="font-style: inherit;"&gt;"3000"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JCoStructure structure2 = function.getImportParameterList().getStructure(&lt;SPAN class="string" style="font-style: inherit;"&gt;"DATA_SPECIFIC"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; structure2.setValue(&lt;SPAN class="string" style="font-style: inherit;"&gt;"SUPFLOC"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="string" style="font-style: inherit;"&gt;"1018-1043"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; structure2.setValue(&lt;SPAN class="string" style="font-style: inherit;"&gt;"STRIND"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="string" style="font-style: inherit;"&gt;"ZLINE"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; structure2.setValue(&lt;SPAN class="string" style="font-style: inherit;"&gt;"CATEGORY"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="string" style="font-style: inherit;"&gt;"M"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; function.execute(destination);&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JCoStructure returnStructure = function.getExportParameterList().getStructure(&lt;SPAN class="string" style="font-style: inherit;"&gt;"RETURN"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println(returnStructure.getString(&lt;SPAN class="string" style="font-style: inherit;"&gt;"MESSAGE"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;));&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;I got the error output:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="bar"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="dp-highlighter" style="color: #333333;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV style="font-style: inherit; font-family: inherit;"&gt;&lt;OL class="dp-j" start="1" style="font-style: inherit; font-family: inherit;"&gt;&lt;LI&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;SPAN style="font-style: inherit;"&gt;Functional location &lt;/SPAN&gt;&lt;SPAN class="number" style="font-style: inherit; color: #c00000;"&gt;1018&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number" style="font-style: inherit; color: #c00000;"&gt;1043&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt; does not exist&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Anything wrong with the parameter settings.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Please help.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Oct 2013 03:36:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-21T03:36:38Z</dc:date>
    <item>
      <title>function location creation with BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-location-creation-with-bapi/m-p/9752295#M1774274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;I am new to EAM/PM. I am trying to create function location via JCO/BAPI:&amp;nbsp; BAPI_FUNCLOC_CREATE&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Here is part of my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="dp-highlighter"&gt;&lt;/P&gt;&lt;DIV class="bar" style="font-style: inherit; font-family: inherit;"&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-j" start="1" style="font-style: inherit; font-family: inherit;"&gt;&lt;LI&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;OL class="dp-j" start="1" style="font-style: inherit; font-family: inherit;"&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JCoFunction function = destination.getRepository().getFunction(&lt;/SPAN&gt;&lt;SPAN class="string" style="font-style: inherit;"&gt;"BAPI_FUNCLOC_CREATE"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; function.getImportParameterList().setValue(&lt;SPAN class="string" style="font-style: inherit;"&gt;"EXTERNAL_NUMBER"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string" style="font-style: inherit;"&gt;"1018-1043-292020222222222222222222222223"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; function.getImportParameterList().setValue(&lt;SPAN class="string" style="font-style: inherit;"&gt;"LABELING_SYSTEM"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="string" style="font-style: inherit;"&gt;"A"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JCoStructure structure = function.getImportParameterList().getStructure(&lt;SPAN class="string" style="font-style: inherit;"&gt;"DATA_GENERAL"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; structure.setValue(&lt;SPAN class="string" style="font-style: inherit;"&gt;"PLANPLANT"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="string" style="font-style: inherit;"&gt;"3000"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JCoStructure structure2 = function.getImportParameterList().getStructure(&lt;SPAN class="string" style="font-style: inherit;"&gt;"DATA_SPECIFIC"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; structure2.setValue(&lt;SPAN class="string" style="font-style: inherit;"&gt;"SUPFLOC"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="string" style="font-style: inherit;"&gt;"1018-1043"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; structure2.setValue(&lt;SPAN class="string" style="font-style: inherit;"&gt;"STRIND"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="string" style="font-style: inherit;"&gt;"ZLINE"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; structure2.setValue(&lt;SPAN class="string" style="font-style: inherit;"&gt;"CATEGORY"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="string" style="font-style: inherit;"&gt;"M"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; function.execute(destination);&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JCoStructure returnStructure = function.getExportParameterList().getStructure(&lt;SPAN class="string" style="font-style: inherit;"&gt;"RETURN"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println(returnStructure.getString(&lt;SPAN class="string" style="font-style: inherit;"&gt;"MESSAGE"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;));&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;I got the error output:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="bar"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="dp-highlighter" style="color: #333333;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV style="font-style: inherit; font-family: inherit;"&gt;&lt;OL class="dp-j" start="1" style="font-style: inherit; font-family: inherit;"&gt;&lt;LI&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;SPAN style="font-style: inherit;"&gt;Functional location &lt;/SPAN&gt;&lt;SPAN class="number" style="font-style: inherit; color: #c00000;"&gt;1018&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number" style="font-style: inherit; color: #c00000;"&gt;1043&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt; does not exist&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Anything wrong with the parameter settings.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Please help.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 03:36:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-location-creation-with-bapi/m-p/9752295#M1774274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-21T03:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: function location creation with BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-location-creation-with-bapi/m-p/9752296#M1774275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A __default_attr="579420" __jive_macro_name="user" class="jive_macro jive_macro_user active_link" href="https://community.sap.com/" modifiedtitle="true" title="kaiyin hu,"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you check below Sample Code&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nwpi711/helpdata/en/48/634503d4e9501ae10000000a42189b/content.htm" title="http://help.sap.com/saphelp_nwpi711/helpdata/en/48/634503d4e9501ae10000000a42189b/content.htm"&gt;Example Program JCo Client - Components of SAP Communication Technology - SAP Library&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard's&lt;/P&gt;&lt;P&gt;Smruti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 04:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-location-creation-with-bapi/m-p/9752296#M1774275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-21T04:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: function location creation with BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-location-creation-with-bapi/m-p/9752297#M1774276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Functional location have superior FL to 4 levels. Say XXXX, XXXX-ABCD, XXXX,-ABCD-1234&lt;/P&gt;&lt;P&gt;like this. Each time it will see the superior FL exist or not. That may cause error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 04:16:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-location-creation-with-bapi/m-p/9752297#M1774276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-21T04:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: function location creation with BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-location-creation-with-bapi/m-p/9752298#M1774277</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;As Nivedita suggested what i believe is you have to first create superior function location as an hierarchy. For example first create 1018 this then 1018--1043 then 1018-1043-292020222222222222222222222223&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 05:02:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-location-creation-with-bapi/m-p/9752298#M1774277</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-10-21T05:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: function location creation with BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-location-creation-with-bapi/m-p/9752299#M1774278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;I got it solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="font-style: inherit; font-family: helvetica, arial; color: #000000;"&gt;structure2.setValue(&lt;/SPAN&gt;&lt;SPAN class="string" style="font-style: inherit; font-family: helvetica, arial; color: blue;"&gt;"SUPFLOC"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: helvetica, arial; color: #000000;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="string" style="font-style: inherit; font-family: helvetica, arial; color: blue;"&gt;"1018-1043"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: helvetica, arial; color: #000000;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="font-style: inherit; font-family: helvetica, arial; color: #000000;"&gt;SUPFLOC should be set by an internal number which is like "?0100000000000005581".&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 23:44:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-location-creation-with-bapi/m-p/9752299#M1774278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-24T23:44:41Z</dc:date>
    </item>
  </channel>
</rss>

