<?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: Converting Dynamic Internal table to String Internal table table using ABAP 7.4 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-internal-table-to-string-internal-table-table-using-abap/m-p/12329852#M1991503</link>
    <description>&lt;P&gt;Hello  &lt;SPAN class="mention-scrubbed"&gt;muthupandi.m&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Please check method FILL_CONTAINER_C of class CL_ABAP_CONTAINER_UTILITIES.&lt;/P&gt;Kind regards,&lt;BR /&gt;Mateusz</description>
    <pubDate>Mon, 01 Feb 2021 16:21:03 GMT</pubDate>
    <dc:creator>MateuszAdamus</dc:creator>
    <dc:date>2021-02-01T16:21:03Z</dc:date>
    <item>
      <title>Converting Dynamic Internal table to String Internal table table using ABAP 7.4</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-internal-table-to-string-internal-table-table-using-abap/m-p/12329851#M1991502</link>
      <description>&lt;P&gt;I have to create common logic for converting dynamic internal table(No of columns can be vary) to String internal table.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1885655-screenshot-20210201-221209-samsung-notes.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Note : &lt;/STRONG&gt;No.of Input Columns can be change &lt;/P&gt;
  &lt;P&gt;Can any one please suggest idea to achieve the above requirement.&lt;/P&gt;
  &lt;P&gt;Thanks in Advance,&lt;/P&gt;
  &lt;P&gt;MMP&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 16:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-internal-table-to-string-internal-table-table-using-abap/m-p/12329851#M1991502</guid>
      <dc:creator>former_member651247</dc:creator>
      <dc:date>2021-02-01T16:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Dynamic Internal table to String Internal table table using ABAP 7.4</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-internal-table-to-string-internal-table-table-using-abap/m-p/12329852#M1991503</link>
      <description>&lt;P&gt;Hello  &lt;SPAN class="mention-scrubbed"&gt;muthupandi.m&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Please check method FILL_CONTAINER_C of class CL_ABAP_CONTAINER_UTILITIES.&lt;/P&gt;Kind regards,&lt;BR /&gt;Mateusz</description>
      <pubDate>Mon, 01 Feb 2021 16:21:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-internal-table-to-string-internal-table-table-using-abap/m-p/12329852#M1991503</guid>
      <dc:creator>MateuszAdamus</dc:creator>
      <dc:date>2021-02-01T16:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Dynamic Internal table to String Internal table table using ABAP 7.4</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-internal-table-to-string-internal-table-table-using-abap/m-p/12329853#M1991504</link>
      <description>&lt;P&gt;It has been asked hundreds of times. To read all the components of any structure, look at the ABAP documentation of ASSIGN COMPONENT:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FIELD-SYMBOLS &amp;lt;line&amp;gt; TYPE any.
FIELD-SYMBOLS &amp;lt;component&amp;gt; TYPE any.
LOOP AT itab ASSIGNING &amp;lt;line&amp;gt;.
  DO.
    ASSIGN COMPONENT sy-index OF STRUCTURE &amp;lt;line&amp;gt; TO &amp;lt;component&amp;gt;.
    IF sy-subrc &amp;lt;&amp;gt; 0.
      EXIT.
    ENDIF.
  ENDDO.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 Feb 2021 18:49:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-internal-table-to-string-internal-table-table-using-abap/m-p/12329853#M1991504</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-02-01T18:49:52Z</dc:date>
    </item>
  </channel>
</rss>

