<?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: I am getting problem with internal table &amp; work area declaration. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178251#M1822824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have more fields in the internal table than actually in makt. You can use two table one having the same structure as makt and other one with your style attribute. Use first internal table to modify makt table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2014 13:48:47 GMT</pubDate>
    <dc:creator>gagandeep_singh17</dc:creator>
    <dc:date>2014-03-27T13:48:47Z</dc:date>
    <item>
      <title>I am getting problem with internal table &amp; work area declaration.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178247#M1822820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with 'makt' table ..with the table makt i need to work with styles attributes ..so i declared like this&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;TYPES &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BEGIN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;ty_makt&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matnr &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;makt&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;matnr&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; spras &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;makt&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;spras&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; maktx &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;makt&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;maktx&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; maktg &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;makt&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;maktg&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; celltab TYPE lvc_t_styl,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;ty_makt&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;DATA &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;i_makt &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;ty_makt&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;DATA &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;wa_makt &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;ty_makt &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; But end of program i need to update dbtable "makt"...i am getting problem with internal table &amp;amp; work area declaration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;i think makt table fields mapping and internal table/work area mapping is not correct. so please help me to get out from this.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 13:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178247#M1822820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-27T13:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting problem with internal table &amp; work area declaration.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178248#M1822821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why are you including a structure used for ALVs in ty_makt when this cannot update to MAKT anyway? (Unless I am missing the point completely). Maybe you can include more detail on the error/s are encountering, and also all your source code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 13:43:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178248#M1822821</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2014-03-27T13:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting problem with internal table &amp; work area declaration.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178249#M1822822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff; font-size: 12px;"&gt;HI&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff; font-size: 12px;"&gt; lvc_t_styl is a table and not a field.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 13:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178249#M1822822</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2014-03-27T13:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting problem with internal table &amp; work area declaration.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178250#M1822823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is this celltab .What siza ,type ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 13:47:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178250#M1822823</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2014-03-27T13:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting problem with internal table &amp; work area declaration.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178251#M1822824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have more fields in the internal table than actually in makt. You can use two table one having the same structure as makt and other one with your style attribute. Use first internal table to modify makt table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 13:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178251#M1822824</guid>
      <dc:creator>gagandeep_singh17</dc:creator>
      <dc:date>2014-03-27T13:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting problem with internal table &amp; work area declaration.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178252#M1822825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagasankr,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ur internal table/Strucure declaration need not be same as database table MAKT.&lt;/P&gt;&lt;P&gt;If you need to update maktg of MAKT for a material then use below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;LOOP &lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;it_makt &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;wa_makt&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;UPDATE &lt;/SPAN&gt;makt &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;SET&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;maktg &lt;SPAN class="L0S55"&gt;= wa_makt-maktg&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WHERE&amp;nbsp; &lt;/SPAN&gt;matnr &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_matk&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;matnr &lt;SPAN class="L0S52"&gt;AND&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; spras &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_makt&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;spars&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Thanks,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Sachin&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 13:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178252#M1822825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-27T13:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting problem with internal table &amp; work area declaration.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178253#M1822826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagasankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;TYPES &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BEGIN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF TY_MATNR&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MATNR &lt;SPAN class="L0S52"&gt;TYPE MAKT-MATNR&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SPRAS &lt;SPAN class="L0S52"&gt;TYPE MAKT-SPRAS&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAKTX TYPE MAKT-MAKTX,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAKTX TYPE&lt;SPAN class="L0S52"&gt; MAKT-MAKTG&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;CELLTAB TYPE LVC_T_STYL,&amp;nbsp; " Its Working perfectly fine..&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;TY_MAKT&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;DATA: IT_MAKT TYPE STANDARD TABLE OF TY_MAKT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WA_MAKT TYPE TY_MAKT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working perfectly fine. if still you are facing any issue post your complete code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 13:55:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178253#M1822826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-27T13:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting problem with internal table &amp; work area declaration.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178254#M1822827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i added my code above ..please reffer and give answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 14:02:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178254#M1822827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-27T14:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting problem with internal table &amp; work area declaration.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178255#M1822828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;i added my code above ..please reffer and give answer&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 14:02:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178255#M1822828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-27T14:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting problem with internal table &amp; work area declaration.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178256#M1822829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please givereply any one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 14:16:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178256#M1822829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-27T14:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting problem with internal table &amp; work area declaration.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178257#M1822830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am getting problem(Program terminate) when i click on editline while execution ..&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;ls_style &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;wa_alv&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;celltab&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;how should we modify this work area data to internal table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help Meeeee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 18:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178257#M1822830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-27T18:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting problem with internal table &amp; work area declaration.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178258#M1822831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; background-color: #e6e6e6; color: #8b8b8b;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: inherit;"&gt;Nagasankar Musuluri&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have Basic questions , then you need understand basic concepts abap about workarea ,headerline .&lt;/P&gt;&lt;P&gt;Please study this links :&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/Helpdata/en/fc/eb36c8358411d1829f0000e829fbfe/content.htm" title="http://help.sap.com/saphelp_nw04/Helpdata/en/fc/eb36c8358411d1829f0000e829fbfe/content.htm"&gt;Appending Table Lines (SAP Library - ABAP Programming (BC-ABA))&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu_70/en/" title="http://help.sap.com/abapdocu_70/en/"&gt;http://help.sap.com/abapdocu_70/en/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then if you have a question please talk us.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 19:56:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-am-getting-problem-with-internal-table-work-area-declaration/m-p/10178258#M1822831</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2014-03-27T19:56:58Z</dc:date>
    </item>
  </channel>
</rss>

