<?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 field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-field/m-p/3184848#M758339</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;use this statemnt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-field1 = '1234' ,if it has with header line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else &lt;/P&gt;&lt;P&gt;if it has declared without header line then u can use the below statement&lt;/P&gt;&lt;P&gt;loop at itab into wa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa-field1 = '1234'.&lt;/P&gt;&lt;P&gt;modify itab from wa transporting field1&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Dec 2007 12:14:30 GMT</pubDate>
    <dc:creator>former_member404244</dc:creator>
    <dc:date>2007-12-10T12:14:30Z</dc:date>
    <item>
      <title>Internal table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-field/m-p/3184845#M758336</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;I have an ITAB. ITAB have a structure. Structure have multiple fields.&lt;/P&gt;&lt;P&gt;I want to populate some value to a field in that structure. How to represent that field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX:&lt;/P&gt;&lt;P&gt;itab-wa-field1 = '1234' .   it is showing syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody help.&lt;/P&gt;&lt;P&gt;Urgent plz.&lt;/P&gt;&lt;P&gt;Points assured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 12:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-field/m-p/3184845#M758336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T12:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-field/m-p/3184846#M758337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Buddy,&lt;/P&gt;&lt;P&gt;            I think you are using internal table without header line thats why it is giving error. you can declare work area and do the assignmet of values to the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Mukesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 12:11:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-field/m-p/3184846#M758337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T12:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-field/m-p/3184847#M758338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi chinna,&lt;/P&gt;&lt;P&gt;first check your data type of field1. it may not be character.&lt;/P&gt;&lt;P&gt;and secondly check ur table is with header line or w/o headerline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you may do like this for char field.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;wa-field1 = value "like '1234'.&lt;/P&gt;&lt;P&gt;append wa to itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or give me your full prob. decsription so that i can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin Bhatnagar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Sachin Bhatnagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 12:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-field/m-p/3184847#M758338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T12:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-field/m-p/3184848#M758339</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;use this statemnt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-field1 = '1234' ,if it has with header line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else &lt;/P&gt;&lt;P&gt;if it has declared without header line then u can use the below statement&lt;/P&gt;&lt;P&gt;loop at itab into wa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa-field1 = '1234'.&lt;/P&gt;&lt;P&gt;modify itab from wa transporting field1&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 12:14:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-field/m-p/3184848#M758339</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-12-10T12:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-field/m-p/3184849#M758340</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;Try in the following method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First declare the struture:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types:begin of  is_abc&lt;/P&gt;&lt;P&gt;         ......&lt;/P&gt;&lt;P&gt;         end of is_abc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare internal table and workarea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:it_abc type is_abc with default key,&lt;/P&gt;&lt;P&gt;        wa_abc type is_abc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_abc-xyz = '123'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append wa_abc to it_abc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if found helpfull...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chandra Sekhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 12:16:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-field/m-p/3184849#M758340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T12:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-field/m-p/3184850#M758341</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;You can use as below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;itab-field1 = '1234'.
append itab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the error u are getting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 12:18:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-field/m-p/3184850#M758341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T12:18:36Z</dc:date>
    </item>
  </channel>
</rss>

