<?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: INTERNAL TABLE DECLARATION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration/m-p/12476715#M2001475</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;it's pretty hard to understand what's wrong without knowing your DB table structure and how you fill your internal table, your program's flow and so on.&lt;/P&gt;&lt;P&gt;I bet it's a matter of how you fill your internal table, not table declaration.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PS&lt;BR /&gt;Edit your initial post and format it correctly to help us reading it better.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jan 2022 11:28:20 GMT</pubDate>
    <dc:creator>SimoneMilesi</dc:creator>
    <dc:date>2022-01-17T11:28:20Z</dc:date>
    <item>
      <title>INTERNAL TABLE DECLARATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration/m-p/12476714#M2001474</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;TYPES : BEGIN OF book_list ,&lt;BR /&gt;&lt;BR /&gt;          book_id     TYPE ZFK_DE_BOOKID,&lt;BR /&gt;          book_name   TYPE ZFK_DE_BOOKNAME,&lt;BR /&gt;          book_writer TYPE ZFK_DE_BOOKWRITER,&lt;BR /&gt;          book_case   TYPE ZFK_DE_BOOKWRITER,&lt;BR /&gt;&lt;BR /&gt;        END OF book_list .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DATA : gt_book TYPE TABLE OF zfk_book ,&lt;BR /&gt;       gs_book TYPE zfk_book .&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;PRE&gt;&lt;CODE&gt;* Hi , everyone !
* I have a little problem . As you can see, I have defined an internal table above. And it works fine .
* But when i change the zfk_book(my data base table name) like book_list something get wrong .
* And i dont understand why . Actually i wanna use book_list to change my table's lines  .
* But when i use book_list it does not work fine . 
* I am adding the picture of problem when i use book_list
* Can someone explain the problem . Thanks all !&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2010577-p1.png" /&gt;&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;* Note : The Last line is the problematic line . (When i use the book_list to define Iternal Table)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Jan 2022 11:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration/m-p/12476714#M2001474</guid>
      <dc:creator>Neithan</dc:creator>
      <dc:date>2022-01-17T11:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: INTERNAL TABLE DECLARATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration/m-p/12476715#M2001475</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;it's pretty hard to understand what's wrong without knowing your DB table structure and how you fill your internal table, your program's flow and so on.&lt;/P&gt;&lt;P&gt;I bet it's a matter of how you fill your internal table, not table declaration.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PS&lt;BR /&gt;Edit your initial post and format it correctly to help us reading it better.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 11:28:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration/m-p/12476715#M2001475</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2022-01-17T11:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: INTERNAL TABLE DECLARATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration/m-p/12476716#M2001476</link>
      <description>&lt;P&gt;I agree with Simone, how do you fill the internal table? And better formatting of your question:&lt;/P&gt;&lt;P&gt;---------------&lt;/P&gt;&lt;P&gt;Hi , everyone !&lt;/P&gt;&lt;P&gt;I have a little problem . As you can see, I have defined an internal table above. And it works fine .&lt;/P&gt;&lt;P&gt;But when i change the zfk_book(my data base table name) like book_list something get wrong .&lt;/P&gt;&lt;P&gt;And i dont understand why . Actually i wanna use book_list to change my table's lines  .&lt;/P&gt;&lt;P&gt;But when i use book_list it does not work fine . &lt;/P&gt;&lt;P&gt;I am adding the picture of problem when i use book_list&lt;/P&gt;&lt;P&gt;Can someone explain the problem . Thanks all !&lt;/P&gt;&lt;P&gt;---------------&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TYPES : BEGIN OF book_list ,

          book_id     TYPE ZFK_DE_BOOKID,
          book_name   TYPE ZFK_DE_BOOKNAME,
          book_writer TYPE ZFK_DE_BOOKWRITER,
          book_case   TYPE ZFK_DE_BOOKWRITER,

        END OF book_list .


DATA : gt_book TYPE TABLE OF zfk_book ,
       gs_book TYPE zfk_book .&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Jan 2022 16:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration/m-p/12476716#M2001476</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-01-17T16:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: INTERNAL TABLE DECLARATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration/m-p/12476717#M2001477</link>
      <description>&lt;P&gt;Could you post the code that read and update the database to and from your internal tables and the description of the database table,  seems you forget some trailing field(s) &lt;/P&gt;&lt;P&gt;(Read first the &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abapupdate.htm"&gt;update statement documentation&lt;/A&gt;, look for &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abenabap_sql_wa.htm"&gt;work area prerequisites&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 16:10:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration/m-p/12476717#M2001477</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-01-24T16:10:57Z</dc:date>
    </item>
  </channel>
</rss>

