<?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: Functional Location Classification table data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-location-classification-table-data/m-p/1744909#M323313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ferry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time, but I don't believe this is the information I am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to be able to find a specific numeric value that was entered for a given functional location (like 10,000 square feet for school A, 1000 students in school B).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, a report may be required asking to list each school and the corresponding student population.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Dec 2006 19:23:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-01T19:23:16Z</dc:date>
    <item>
      <title>Functional Location Classification table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-location-classification-table-data/m-p/1744905#M323309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to find the classification characteristic values entered for a given Functional Location.  I've noticed that for each characteristic value, a record is created in table AUSP.  My problem is this - only text values show in this table, any numeric characteristic values show as blanks - I need to know which table stores these numeric values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will reward points for helpful answers to my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 18:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-location-classification-table-data/m-p/1744905#M323309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T18:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Functional Location Classification table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-location-classification-table-data/m-p/1744906#M323310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at table KSSK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 18:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-location-classification-table-data/m-p/1744906#M323310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T18:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Functional Location Classification table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-location-classification-table-data/m-p/1744907#M323311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table KSSK is the Object to Class allocation table.  It will only tell me which classes are associated with a functional location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm looking for is the Characteristic Values that are associated with the classes allocated to my functional location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, functional location DE-51-110-0082-0083 (this is a school) is assigned classes 10 and 11 in table KSSK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class 10 has Characteristics 1 (Square footage) associated with it, with a numeric value.  There is an entry in table AUSP, but that numeric value does not appear, field ATWRT is blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class 11 has Characteristic 3 (Board Member Constituency) associated with it, with a value of "District 3" which does appear in ATWRT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 18:59:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-location-classification-table-data/m-p/1744907#M323311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T18:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Functional Location Classification table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-location-classification-table-data/m-p/1744908#M323312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check tables CAWNT for field ATWTB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a database view joining CABN, CAWN, CAWNT.&lt;/P&gt;&lt;P&gt;Join condition should look like this.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CABN-MANDT = CAWN-MANDT&lt;/P&gt;&lt;P&gt;CABN-ATINN = CAWN-ATINN&lt;/P&gt;&lt;P&gt;CAWN-MANDT = CAWNT-MANDT&lt;/P&gt;&lt;P&gt;CAWN-ATINN = CAWNT-ATINN&lt;/P&gt;&lt;P&gt;CAWN-ATZHL = CAWNT-ATZHL&lt;/P&gt;&lt;P&gt;                	                                &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The view fields are like this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ATIN  NUMC 10 Internal characteristic&lt;/P&gt;&lt;P&gt;ATZHL NUMC  4 Int counter&lt;/P&gt;&lt;P&gt;ATWRT CHAR 30 Characteristic value&lt;/P&gt;&lt;P&gt;ATWTB CHAR 30 Characteristic value description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 19:06:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-location-classification-table-data/m-p/1744908#M323312</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-12-01T19:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Functional Location Classification table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-location-classification-table-data/m-p/1744909#M323313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ferry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time, but I don't believe this is the information I am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to be able to find a specific numeric value that was entered for a given functional location (like 10,000 square feet for school A, 1000 students in school B).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, a report may be required asking to list each school and the corresponding student population.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 19:23:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-location-classification-table-data/m-p/1744909#M323313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T19:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Functional Location Classification table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-location-classification-table-data/m-p/1744910#M323314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you looked at BAPI_CLASS_GET_CHARACTERISTICS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 20:03:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-location-classification-table-data/m-p/1744910#M323314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T20:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Functional Location Classification table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-location-classification-table-data/m-p/1744911#M323315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read the documentation for this BAPI, and as mentioned in my response to Ferry, this is not what I'm looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the value that would otherwise be in AUSP-ATWRT.  The value still shows under characteristics when you display a functional location through transaction IL03 which to me suggests that there is another table in the system that stores the value associated with the record in AUSP, possibly a table that also specifies a unit (like litres, square feet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The correct table should associate the functional location with a class and characteristic and the characteristic value - examples of what I'm refering to:&lt;/P&gt;&lt;P&gt;- The square footage of a school&lt;/P&gt;&lt;P&gt;- How many classrooms in the school&lt;/P&gt;&lt;P&gt;- Student Population of the school&lt;/P&gt;&lt;P&gt;- Number of floors in the school&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 21:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-location-classification-table-data/m-p/1744911#M323315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T21:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Functional Location Classification table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-location-classification-table-data/m-p/1744912#M323316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi -- I just happened upon your thread and see you are having the same problem as me. Any luck in the last 11 days?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 21:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-location-classification-table-data/m-p/1744912#M323316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T21:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Functional Location Classification table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-location-classification-table-data/m-p/1744913#M323317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I may have found your answer. It appears the field ATFLV in AUSP, or CAWN holds the numeric values. I was able to look up some values that way on my system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAWN also has a field for units.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 22:45:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-location-classification-table-data/m-p/1744913#M323317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T22:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Functional Location Classification table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-location-classification-table-data/m-p/1744914#M323318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We're using BAPI_OBJCL_GETDETAIL in order to get both character and numeric values back form the classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LV_OBJECT = I_TPLNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_OBJCL_GETDETAIL'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      OBJECTKEY       = LV_OBJECT&lt;/P&gt;&lt;P&gt;      OBJECTTABLE     = 'IFLOT'&lt;/P&gt;&lt;P&gt;      CLASSNUM        = 'Z_DEPOT'&lt;/P&gt;&lt;P&gt;      CLASSTYPE       = '003'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      ALLOCVALUESNUM  = WT_ALLOCVALUESNUM&lt;/P&gt;&lt;P&gt;      ALLOCVALUESCHAR = WT_ALLOCVALUESCHAR&lt;/P&gt;&lt;P&gt;      ALLOCVALUESCURR = WT_ALLOCVALUESCURR&lt;/P&gt;&lt;P&gt;      RETURN          = IT_RETURN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 16:19:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-location-classification-table-data/m-p/1744914#M323318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T16:19:47Z</dc:date>
    </item>
  </channel>
</rss>

