<?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: Problem with offset value: field type p does not permit subfield access in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-offset-value-field-type-p-does-not-permit-subfield-access/m-p/7346273#M1540089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;slope it through a char variable then you can do what you have in mind.&lt;/P&gt;&lt;P&gt;Offset doesnt work for number type p fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Nov 2010 12:51:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-08T12:51:14Z</dc:date>
    <item>
      <title>Problem with offset value: field type p does not permit subfield access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-offset-value-field-type-p-does-not-permit-subfield-access/m-p/7346270#M1540086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my table am having one field ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filed name : planfinish &lt;/P&gt;&lt;P&gt;data type : dec    Length : 15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data store in this field is :    12.05.2010 03:59:00 this format.&lt;/P&gt;&lt;P&gt;i want to remove year 2010 from this above data by using offset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have try with code :   lv_year = lv_planfininsh+6(4).      n also declare lv_year as dec 15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still am getting error. field type p does not permit subfield access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly suggest on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 09:38:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-offset-value-field-type-p-does-not-permit-subfield-access/m-p/7346270#M1540086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-08T09:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with offset value: field type p does not permit subfield access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-offset-value-field-type-p-does-not-permit-subfield-access/m-p/7346271#M1540087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;declare help-variable as character&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 10:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-offset-value-field-type-p-does-not-permit-subfield-access/m-p/7346271#M1540087</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2010-11-08T10:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with offset value: field type p does not permit subfield access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-offset-value-field-type-p-does-not-permit-subfield-access/m-p/7346272#M1540088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a packed decimal field (P) is a numeric field that is always 8 bytes long.  The (15) is the DISPLAY or max number of digits characteristic.  Like all true numeric types (not 'N'), offset is meaningless and you do NOT have format 12.05.2010 03:59:00  in a P field!  You have 15 digits and a sign, and any decimal point is implied by your data declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at keyword &lt;STRONG&gt;CONVERT&lt;/STRONG&gt; if this is a timestamp field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 12:45:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-offset-value-field-type-p-does-not-permit-subfield-access/m-p/7346272#M1540088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-08T12:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with offset value: field type p does not permit subfield access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-offset-value-field-type-p-does-not-permit-subfield-access/m-p/7346273#M1540089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;slope it through a char variable then you can do what you have in mind.&lt;/P&gt;&lt;P&gt;Offset doesnt work for number type p fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 12:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-offset-value-field-type-p-does-not-permit-subfield-access/m-p/7346273#M1540089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-08T12:51:14Z</dc:date>
    </item>
  </channel>
</rss>

