<?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 Table with fileld (data type string) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-fileld-data-type-string/m-p/12530561#M2005408</link>
    <description>&lt;P&gt;Hi experts&lt;/P&gt;
  &lt;P&gt;On the ERP system I found a Z* table with have one of the fields type string (data type string).&lt;/P&gt;
  &lt;P&gt;When I whant to display data from this field i see only first 50 char.&lt;/P&gt;
  &lt;P&gt;How I can see all content of this field?&lt;/P&gt;
  &lt;P&gt;Is there same FM with show me all content of this field type string?&lt;/P&gt;
  &lt;P&gt;I need to split content of this field to several other fields and extract to BW...&lt;/P&gt;
  &lt;P&gt;Thanks from advance&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jan 2022 13:18:17 GMT</pubDate>
    <dc:creator>tomasz-piwowarski</dc:creator>
    <dc:date>2022-01-13T13:18:17Z</dc:date>
    <item>
      <title>Table with fileld (data type string)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-fileld-data-type-string/m-p/12530561#M2005408</link>
      <description>&lt;P&gt;Hi experts&lt;/P&gt;
  &lt;P&gt;On the ERP system I found a Z* table with have one of the fields type string (data type string).&lt;/P&gt;
  &lt;P&gt;When I whant to display data from this field i see only first 50 char.&lt;/P&gt;
  &lt;P&gt;How I can see all content of this field?&lt;/P&gt;
  &lt;P&gt;Is there same FM with show me all content of this field type string?&lt;/P&gt;
  &lt;P&gt;I need to split content of this field to several other fields and extract to BW...&lt;/P&gt;
  &lt;P&gt;Thanks from advance&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 13:18:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-fileld-data-type-string/m-p/12530561#M2005408</guid>
      <dc:creator>tomasz-piwowarski</dc:creator>
      <dc:date>2022-01-13T13:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Table with fileld (data type string)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-fileld-data-type-string/m-p/12530562#M2005409</link>
      <description>&lt;P&gt;Explain how you "display data from this field", because I suspect it's the problem!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 16:06:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-fileld-data-type-string/m-p/12530562#M2005409</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-01-13T16:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Table with fileld (data type string)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-fileld-data-type-string/m-p/12530563#M2005410</link>
      <description>&lt;P&gt;Data: lv_field type Z_table-field_type_string.&lt;/P&gt;&lt;P&gt;select single field_type_string from Z_table into lv_field &lt;/P&gt;&lt;P&gt;where...&lt;/P&gt;&lt;P&gt;When I debug I see that lv_field is type C lenght 50...&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 06:36:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-fileld-data-type-string/m-p/12530563#M2005410</guid>
      <dc:creator>tomasz-piwowarski</dc:creator>
      <dc:date>2022-01-14T06:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table with fileld (data type string)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-fileld-data-type-string/m-p/12530564#M2005411</link>
      <description>&lt;P&gt;in debug if you set lv_field+49(2)  it works? &lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 07:16:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-fileld-data-type-string/m-p/12530564#M2005411</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-01-14T07:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Table with fileld (data type string)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-fileld-data-type-string/m-p/12530565#M2005412</link>
      <description>&lt;P&gt;I tried this at the begining (lv_field+49(2)) but it causes abap error&lt;/P&gt;&lt;P&gt;Invalid access to a string (offset and length too big)&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 07:51:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-fileld-data-type-string/m-p/12530565#M2005412</guid>
      <dc:creator>tomasz-piwowarski</dc:creator>
      <dc:date>2022-01-14T07:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Table with fileld (data type string)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-fileld-data-type-string/m-p/12530566#M2005413</link>
      <description>&lt;P&gt;Can you share a screenshot of your se11 transaction with the field definition?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 08:11:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-fileld-data-type-string/m-p/12530566#M2005413</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2022-01-14T08:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Table with fileld (data type string)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-fileld-data-type-string/m-p/12530567#M2005414</link>
      <description>&lt;P&gt;you could check the real size of a field table :&lt;/P&gt;&lt;P&gt;SE11 -- enter table name -- Display&lt;/P&gt;&lt;P&gt;menu Utilities (french translatation) &amp;gt; Execution object &amp;gt;  Display &lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 08:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-fileld-data-type-string/m-p/12530567#M2005414</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-01-14T08:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Table with fileld (data type string)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-fileld-data-type-string/m-p/12530568#M2005415</link>
      <description>&lt;P&gt;Other question: how did you make sure that in the table, the field contains more than 50 characters?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 13:17:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-fileld-data-type-string/m-p/12530568#M2005415</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-01-14T13:17:36Z</dc:date>
    </item>
  </channel>
</rss>

