<?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: run time error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/3945193#M943488</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;what the error says is, the length of WA_EMP-JOBTI is 81, but in teh program you may e using a syntax WA_EMP-JOBTI+27(56) where u want to access starting from the 27th character to 56th character where the total comes to 83 characters. So change your program to access correct length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shruthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jun 2008 04:36:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-04T04:36:40Z</dc:date>
    <item>
      <title>run time error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/3945192#M943487</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;while executing a z program following run time error occurs .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"  The system tried to access field "WA_EMP-JOBTI" with type "C" and length&lt;/P&gt;&lt;P&gt;81 in the current program "ZHRPTRP0001 " using offset 27 and length 56.&lt;/P&gt;&lt;P&gt;Partial field access is not allowed with offset and length&lt;/P&gt;&lt;P&gt;specifications that are&lt;/P&gt;&lt;P&gt;larger than actual field length. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help me in this regard .&lt;/P&gt;&lt;P&gt;thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 04:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/3945192#M943487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T04:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: run time error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/3945193#M943488</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;what the error says is, the length of WA_EMP-JOBTI is 81, but in teh program you may e using a syntax WA_EMP-JOBTI+27(56) where u want to access starting from the 27th character to 56th character where the total comes to 83 characters. So change your program to access correct length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shruthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 04:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/3945193#M943488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T04:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: run time error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/3945194#M943489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;   As you have mentioned,field WA_EMP-JOBTI is 81 char long.If you want to fetch the data from 56th character onwards then write : WA_EMP-JOBTI+56(25). The offset length that you have provided is exceeding the limit.So the error is coming!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 04:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/3945194#M943489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T04:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: run time error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/3945195#M943490</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;Change the length of WA_EMP-JOBTI field or change the offset length..&lt;/P&gt;&lt;P&gt;sum of offset length should not exceed the length of WA_EMP-JOBTI field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Murugan.B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 04:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/3945195#M943490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T04:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: run time error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/3945196#M943491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;  close the thread once it is answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 04:56:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/3945196#M943491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T04:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: run time error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/3945197#M943492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ranjna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to SDN!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please be conscious about the offset and its length as you mention you are using from 27 character  and 56 character i guess it becomes 83 but your variable length is 81.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so how come it possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close this thread after giving mark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 05:03:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/3945197#M943492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T05:03:23Z</dc:date>
    </item>
  </channel>
</rss>

