<?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: how to use  modify command? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-modify-command/m-p/4285010#M1022203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MODIFY itab   from wa_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here first u fill wa_itab by the values as u want, wa_itab is of the same type as  that of ur table...&lt;/P&gt;&lt;P&gt;Then use the abv command...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2008 12:01:15 GMT</pubDate>
    <dc:creator>former_member195383</dc:creator>
    <dc:date>2008-07-30T12:01:15Z</dc:date>
    <item>
      <title>how to use  modify command?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-modify-command/m-p/4285008#M1022201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to modify table t_bseg which is used n BTE interface_00001050&lt;/P&gt;&lt;P&gt;i want to modify only 1 specific line, how can i modify this line without using index because i get 0 when i use sy-tabix?&lt;/P&gt;&lt;P&gt;( i want to modify this line using the table keys ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 11:49:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-modify-command/m-p/4285008#M1022201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T11:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to use  modify command?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-modify-command/m-p/4285009#M1022202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MODIFY TABLE &amp;lt;itab&amp;gt; FROM &amp;lt;wa&amp;gt; [TRANSPORTING &amp;lt;f1&amp;gt; &amp;lt;f 2&amp;gt; ...].&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Check this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3ac8358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3ac8358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 11:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-modify-command/m-p/4285009#M1022202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T11:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to use  modify command?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-modify-command/m-p/4285010#M1022203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MODIFY itab   from wa_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here first u fill wa_itab by the values as u want, wa_itab is of the same type as  that of ur table...&lt;/P&gt;&lt;P&gt;Then use the abv command...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 12:01:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-modify-command/m-p/4285010#M1022203</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-07-30T12:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to use  modify command?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-modify-command/m-p/4285011#M1022204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MODIFY itab FROM wa TRANSPORTING comp1 comp2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk the link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb35eb358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb35eb358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with luck,&lt;/P&gt;&lt;P&gt;Pritam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 12:23:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-modify-command/m-p/4285011#M1022204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T12:23:36Z</dc:date>
    </item>
  </channel>
</rss>

