<?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: Create functional location and classification in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-functional-location-and-classification/m-p/10957326#M1893241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try the following sequence&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. check the classification values before creating the functional location&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; color: #3366ff; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff; background: transparent;"&gt;FUNCTION&lt;/SPAN&gt; '&lt;SPAN lang="NL-BE" style="color: #1f497d;"&gt;CHAR_VALUE_CHECK2'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="NL-BE" style="color: #1f497d;"&gt;2. if the values are correct, you can create the functional location&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="NL-BE" style="color: #1f497d;"&gt;&lt;SPAN style="font-size: 12px; color: #3366ff; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff; background: transparent;"&gt;FUNCTION&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;'BAPI_FUNCLOC_CREATE&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="NL-BE" style="color: #1f497d;"&gt;3. &lt;SPAN style="font-size: 12px; color: #3366ff; background: #ffffff;"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff; background: transparent;"&gt;FUNCTION&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;'BAPI_TRANSACTION_COMMIT'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="NL-BE" style="color: #1f497d;"&gt;4. assign the classification to the newly created functional location&lt;BR /&gt;&lt;SPAN style="font-size: 12px; color: #3366ff; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff; background: transparent;"&gt;FUNCTION&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;'BAPI_OBJCL_CREATE&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Bert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Mar 2015 12:31:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-03-12T12:31:12Z</dc:date>
    <item>
      <title>Create functional location and classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-functional-location-and-classification/m-p/10957325#M1893240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to assign a classification to newly created functional location&lt;BR /&gt;but we get the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i -Assignment does not exist or is not valid on&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; e -Class type 003, object type IFLOT, object PKD-TCA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; e -Object PKD-TCA does not exist&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i -Assignment was not created&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is our sequence for functional location:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN style="color: #3366ff;"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN style="color: #3366ff;"&gt;FUNCTION&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'BAPI_FUNCLOC_CREATE' &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; done, returns no errors&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN style="color: #3366ff;"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN style="color: #3366ff;"&gt;FUNCTION&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'BAPI_OBJCL_CREATE'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; return the errors written above&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN style="color: #3366ff;"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN style="color: #3366ff;"&gt;FUNCTION&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'BAPI_TRANSACTION_COMMIT'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;note: we are using the same logic for assigning a classification to a newly created equipment. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;this is our sequence for equipment:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN style="color: #3366ff;"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN style="color: #3366ff;"&gt;FUNCTION&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'BAPI_EQUI_CREATE'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; returns no errors&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN style="color: #3366ff;"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN style="color: #3366ff;"&gt;FUNCTION&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'BAPI_OBJCL_CREATE'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; creates the classification data on the newly created equipment.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN style="color: #3366ff;"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN style="color: #3366ff;"&gt;FUNCTION&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'BAPI_TRANSACTION_COMMIT'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;question: Is there a way to create the classification for the functional location without commiting the funcitonal location first?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 10:51:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-functional-location-and-classification/m-p/10957325#M1893240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-11T10:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create functional location and classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-functional-location-and-classification/m-p/10957326#M1893241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try the following sequence&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. check the classification values before creating the functional location&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; color: #3366ff; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff; background: transparent;"&gt;FUNCTION&lt;/SPAN&gt; '&lt;SPAN lang="NL-BE" style="color: #1f497d;"&gt;CHAR_VALUE_CHECK2'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="NL-BE" style="color: #1f497d;"&gt;2. if the values are correct, you can create the functional location&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="NL-BE" style="color: #1f497d;"&gt;&lt;SPAN style="font-size: 12px; color: #3366ff; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff; background: transparent;"&gt;FUNCTION&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;'BAPI_FUNCLOC_CREATE&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="NL-BE" style="color: #1f497d;"&gt;3. &lt;SPAN style="font-size: 12px; color: #3366ff; background: #ffffff;"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff; background: transparent;"&gt;FUNCTION&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;'BAPI_TRANSACTION_COMMIT'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="NL-BE" style="color: #1f497d;"&gt;4. assign the classification to the newly created functional location&lt;BR /&gt;&lt;SPAN style="font-size: 12px; color: #3366ff; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff; background: transparent;"&gt;FUNCTION&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;'BAPI_OBJCL_CREATE&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Bert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 12:31:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-functional-location-and-classification/m-p/10957326#M1893241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-12T12:31:12Z</dc:date>
    </item>
  </channel>
</rss>

