<?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 Persistent class for table with columns with predefined types? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class-for-table-with-columns-with-predefined-types/m-p/10717807#M1872802</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;I tried to create a persistent class for the table SNWD_COMPANY (from the Enterprise Procurement Model).&lt;/P&gt;&lt;P&gt;However, when I try to map the column COMPANY_NAME to an attribute I get the error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;You must specify a type for a value attribute&lt;/H3&gt;&lt;P&gt;Message no. SOS_MAPPING147&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, I don't find a way to specify a type for the column (which has a predefined type of CHAR(80) instead of using a data element) on the mapping screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I miss something on the mapping screen? Is there another work-around available for cases like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Valentin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Oct 2014 09:02:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-10-23T09:02:11Z</dc:date>
    <item>
      <title>Persistent class for table with columns with predefined types?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class-for-table-with-columns-with-predefined-types/m-p/10717807#M1872802</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;I tried to create a persistent class for the table SNWD_COMPANY (from the Enterprise Procurement Model).&lt;/P&gt;&lt;P&gt;However, when I try to map the column COMPANY_NAME to an attribute I get the error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;You must specify a type for a value attribute&lt;/H3&gt;&lt;P&gt;Message no. SOS_MAPPING147&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, I don't find a way to specify a type for the column (which has a predefined type of CHAR(80) instead of using a data element) on the mapping screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I miss something on the mapping screen? Is there another work-around available for cases like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Valentin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 09:02:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class-for-table-with-columns-with-predefined-types/m-p/10717807#M1872802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-23T09:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Persistent class for table with columns with predefined types?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class-for-table-with-columns-with-predefined-types/m-p/10717808#M1872803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Valentin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SNWD_COMPANY is a table which has only one entry in the Enterprise Procurement Model. The table represents the main company name, logo etc. For tests with persistency classes you should use SNWD_AD. This is an address table and it has no associations to any other tables. All fields here have data elements defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you have done your tests you should regenerate data by using the data generator:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Transaction sepm_dg&lt;/LI&gt;&lt;LI&gt;Fress proceed (F8) with Default Settings&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;After this all EPM tables are filled with valid values. It may happen that you want to recreate data from time to time - for that use "recreate" selection in master data.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;For more information see also &lt;A href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0a7f673-59da-2f10-6e8b-bc7fe5dd4d0f?QuickLink=index&amp;amp;overridelayout=true&amp;amp;58600533829162" title="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0a7f673-59da-2f10-6e8b-bc7fe5dd4d0f?QuickLink=index&amp;amp;overridelayout=true&amp;amp;58600533829162"&gt;http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0a7f673-59da-2f10-6e8b-bc7fe5dd4d0f?QuickLink=index&amp;amp;…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 09:41:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class-for-table-with-columns-with-predefined-types/m-p/10717808#M1872803</guid>
      <dc:creator>former_member218188</dc:creator>
      <dc:date>2014-11-03T09:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Persistent class for table with columns with predefined types?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class-for-table-with-columns-with-predefined-types/m-p/10717809#M1872804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I am aware of the fact that I can use different tables for tinkering with the Object Services. However, if I want to use the Object Services in a real-world project I may not be able to use different tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is why my question is about the limitation of the Object Services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Valentin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 08:27:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class-for-table-with-columns-with-predefined-types/m-p/10717809#M1872804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-04T08:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Persistent class for table with columns with predefined types?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class-for-table-with-columns-with-predefined-types/m-p/10717810#M1872805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Valentin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no workaround in the mapping screen.Tables to be mapped to persitence classes must not have fields with predefined types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 09:20:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class-for-table-with-columns-with-predefined-types/m-p/10717810#M1872805</guid>
      <dc:creator>stefan_bresch</dc:creator>
      <dc:date>2014-11-18T09:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Persistent class for table with columns with predefined types?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class-for-table-with-columns-with-predefined-types/m-p/10717811#M1872806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the confirmation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Valentin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 11:33:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class-for-table-with-columns-with-predefined-types/m-p/10717811#M1872806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-19T11:33:08Z</dc:date>
    </item>
  </channel>
</rss>

