<?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: Regarding internal table ?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/3646991#M878289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is such that the data needs to be in the given format.&lt;/P&gt;&lt;P&gt;The data for ITAB1,ITAB2 and ITAB5 are single lines but for ITAB3 and ITAB4 i can have n number of lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data in various internal table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB1  : HABBL0903.012ABBL         &lt;/P&gt;&lt;P&gt;ITAB2  : P31/03/2008             R0000600000000006287308.77   &lt;/P&gt;&lt;P&gt;ITAB3 : ID1100001868                                                       D-24 &amp;amp;25 Industrial Area-II  Haridwar 249401                                                                                test                                                        3924002100004964         I SAT NETWORK ENGINEERS PVT LTD                                                                31/03/200831/03/2008180  00000000000006838.26                    INR                                                    8460006276                                                   &lt;/P&gt;&lt;P&gt;ITAB4 :A8460006276                              31/03/2008D00001----&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------------" /&gt;&lt;P&gt;ITAB5 :T0000600000000006287308.77&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format in which it should come :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB1( when arrow key is used to navigate through this line the line should stop at 33 and if moved further then it should go to next line).&lt;/P&gt;&lt;P&gt;ITAB2( when arrow key is used to navigate through this line the line should stop at 77 and if moved further then it should go to next line).&lt;/P&gt;&lt;P&gt;ITAB3( when arrow key is used to navigate through this line the line should stop at 822 and if moved further then it should go to next line).&lt;/P&gt;&lt;P&gt;ITAB4( when arrow key is used to navigate through this line the line should stop at 217 and if moved further then it should go to next line).&lt;/P&gt;&lt;P&gt;ITAB5( when arrow key is used to navigate through this line the line should stop at 26 and if moved further then it should go to next line).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Apr 2008 12:27:56 GMT</pubDate>
    <dc:creator>samiullah_qureshi</dc:creator>
    <dc:date>2008-04-10T12:27:56Z</dc:date>
    <item>
      <title>Regarding internal table ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/3646986#M878284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to have a internal table with lines of different length??&lt;/P&gt;&lt;P&gt;My task is to append data from different internal table into a single internal table such that the length specified for smaller internal tables is maintained into the bigger internal table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 11:39:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/3646986#M878284</guid>
      <dc:creator>samiullah_qureshi</dc:creator>
      <dc:date>2008-04-10T11:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding internal table ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/3646987#M878285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sami,&lt;/P&gt;&lt;P&gt;It is not possible. but if your requirement is like then what you need to do is to declare the internal table with max lenth and append any data of any length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 10, 2008 6:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 11:43:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/3646987#M878285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-10T11:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding internal table ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/3646988#M878286</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;Define an internal table with a field having more length and populate every field value into that internal table field by specifying the length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Types: begin of ty_data,&lt;/P&gt;&lt;P&gt;             field(1000) type c,&lt;/P&gt;&lt;P&gt;           end of ty_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: itab type table of ty_data,&lt;/P&gt;&lt;P&gt;        wa type ty_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Suppose if you have an internal table with fields field1 field2 with values 10 and 20 respectively move 2 fields values to itab as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move new_itab-field1 to itab-field+0(10).&lt;/P&gt;&lt;P&gt;move new_itab-field2 to itab-field+11(10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 11:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/3646988#M878286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-10T11:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding internal table ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/3646989#M878287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi satish the solution you gave even not worked out.&lt;/P&gt;&lt;P&gt;Do you have any other solution to this problem ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 12:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/3646989#M878287</guid>
      <dc:creator>samiullah_qureshi</dc:creator>
      <dc:date>2008-04-10T12:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding internal table ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/3646990#M878288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sami,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Better consider a Itab with huge string&lt;/P&gt;&lt;P&gt;2. Populate all of your internal tables into this table by considering the offset.So you will finally get a single table with singe field (all tables data is concatenated into a single row&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 10, 2008 6:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 12:10:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/3646990#M878288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-10T12:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding internal table ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/3646991#M878289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is such that the data needs to be in the given format.&lt;/P&gt;&lt;P&gt;The data for ITAB1,ITAB2 and ITAB5 are single lines but for ITAB3 and ITAB4 i can have n number of lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data in various internal table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB1  : HABBL0903.012ABBL         &lt;/P&gt;&lt;P&gt;ITAB2  : P31/03/2008             R0000600000000006287308.77   &lt;/P&gt;&lt;P&gt;ITAB3 : ID1100001868                                                       D-24 &amp;amp;25 Industrial Area-II  Haridwar 249401                                                                                test                                                        3924002100004964         I SAT NETWORK ENGINEERS PVT LTD                                                                31/03/200831/03/2008180  00000000000006838.26                    INR                                                    8460006276                                                   &lt;/P&gt;&lt;P&gt;ITAB4 :A8460006276                              31/03/2008D00001----&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------------" /&gt;&lt;P&gt;ITAB5 :T0000600000000006287308.77&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format in which it should come :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB1( when arrow key is used to navigate through this line the line should stop at 33 and if moved further then it should go to next line).&lt;/P&gt;&lt;P&gt;ITAB2( when arrow key is used to navigate through this line the line should stop at 77 and if moved further then it should go to next line).&lt;/P&gt;&lt;P&gt;ITAB3( when arrow key is used to navigate through this line the line should stop at 822 and if moved further then it should go to next line).&lt;/P&gt;&lt;P&gt;ITAB4( when arrow key is used to navigate through this line the line should stop at 217 and if moved further then it should go to next line).&lt;/P&gt;&lt;P&gt;ITAB5( when arrow key is used to navigate through this line the line should stop at 26 and if moved further then it should go to next line).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 12:27:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/3646991#M878289</guid>
      <dc:creator>samiullah_qureshi</dc:creator>
      <dc:date>2008-04-10T12:27:56Z</dc:date>
    </item>
  </channel>
</rss>

