<?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: index value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/index-value/m-p/1794575#M341538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;*-Select Property Guarantees for Annex/Frontier Refno&lt;/P&gt;&lt;P&gt;loop at i_vdarl.&lt;/P&gt;&lt;P&gt;select *&lt;/P&gt;&lt;P&gt;from ztgtee&lt;/P&gt;&lt;P&gt;into corresponding fields of table af_output&lt;/P&gt;&lt;P&gt;where bukrs in s_bukrs&lt;/P&gt;&lt;P&gt;and ranl eq i_vdarl-refer&lt;/P&gt;&lt;P&gt;and zpgtee in s_zpgtee&lt;/P&gt;&lt;P&gt;and zpgtee_legacy in s_legacy&lt;/P&gt;&lt;P&gt;and zpgtee_type in s_type&lt;/P&gt;&lt;P&gt;and zdate in s_zdate&lt;/P&gt;&lt;P&gt;and zpgtee_ie in s_ie.&lt;/P&gt;&lt;P&gt;loop at af_output into as_output.&lt;/P&gt;&lt;P&gt;modify gt_output from as_output index .&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U need to use modify gt_output from as_output index sy-index....as ur within a loop of af_output the sy-index will be set to this loop and immediately ur modifying the interna tbale...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Nov 2006 13:17:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-30T13:17:03Z</dc:date>
    <item>
      <title>index value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/index-value/m-p/1794574#M341537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  all,&lt;/P&gt;&lt;P&gt;         Please help me to solve this problem.I am using this code in my report i want to add as_output fields to the end of gs_output.Please tell me what value i have to use as the index in the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: gt_output type table of zztr_loan_property_guarantees,&lt;/P&gt;&lt;P&gt;      af_output type table of zztr_loan_property_guarantees,&lt;/P&gt;&lt;P&gt;      as_output type zztr_loan_property_guarantees,&lt;/P&gt;&lt;P&gt;      gs_output type zztr_loan_property_guarantees.&lt;/P&gt;&lt;P&gt;*-Select Property Guarantees&lt;/P&gt;&lt;P&gt;  select *&lt;/P&gt;&lt;P&gt;    from ztgtee&lt;/P&gt;&lt;P&gt;    into corresponding fields of table gt_output&lt;/P&gt;&lt;P&gt;    where bukrs         in s_bukrs&lt;/P&gt;&lt;P&gt;      and ranl          in s_ranl&lt;/P&gt;&lt;P&gt;      and zpgtee        in s_zpgtee&lt;/P&gt;&lt;P&gt;      and zpgtee_legacy in s_legacy&lt;/P&gt;&lt;P&gt;      and zpgtee_type   in s_type&lt;/P&gt;&lt;P&gt;      and zdate         in s_zdate&lt;/P&gt;&lt;P&gt;      and zpgtee_ie     in s_ie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-Select Property Guarantees for Annex/Frontier Refno&lt;/P&gt;&lt;P&gt;  loop at i_vdarl.&lt;/P&gt;&lt;P&gt;  select *&lt;/P&gt;&lt;P&gt;    from ztgtee&lt;/P&gt;&lt;P&gt;    into corresponding fields of table af_output&lt;/P&gt;&lt;P&gt;    where bukrs         in s_bukrs&lt;/P&gt;&lt;P&gt;      and ranl          eq i_vdarl-refer&lt;/P&gt;&lt;P&gt;      and zpgtee        in s_zpgtee&lt;/P&gt;&lt;P&gt;      and zpgtee_legacy in s_legacy&lt;/P&gt;&lt;P&gt;      and zpgtee_type   in s_type&lt;/P&gt;&lt;P&gt;      and zdate         in s_zdate&lt;/P&gt;&lt;P&gt;      and zpgtee_ie     in s_ie.&lt;/P&gt;&lt;P&gt;  loop at af_output into as_output.&lt;/P&gt;&lt;P&gt;    modify gt_output from as_output index .&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE zztr_loan_property_guarantees is the alv structure for the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mamatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 13:13:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/index-value/m-p/1794574#M341537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T13:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: index value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/index-value/m-p/1794575#M341538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;*-Select Property Guarantees for Annex/Frontier Refno&lt;/P&gt;&lt;P&gt;loop at i_vdarl.&lt;/P&gt;&lt;P&gt;select *&lt;/P&gt;&lt;P&gt;from ztgtee&lt;/P&gt;&lt;P&gt;into corresponding fields of table af_output&lt;/P&gt;&lt;P&gt;where bukrs in s_bukrs&lt;/P&gt;&lt;P&gt;and ranl eq i_vdarl-refer&lt;/P&gt;&lt;P&gt;and zpgtee in s_zpgtee&lt;/P&gt;&lt;P&gt;and zpgtee_legacy in s_legacy&lt;/P&gt;&lt;P&gt;and zpgtee_type in s_type&lt;/P&gt;&lt;P&gt;and zdate in s_zdate&lt;/P&gt;&lt;P&gt;and zpgtee_ie in s_ie.&lt;/P&gt;&lt;P&gt;loop at af_output into as_output.&lt;/P&gt;&lt;P&gt;modify gt_output from as_output index .&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U need to use modify gt_output from as_output index sy-index....as ur within a loop of af_output the sy-index will be set to this loop and immediately ur modifying the interna tbale...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 13:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/index-value/m-p/1794575#M341538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T13:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: index value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/index-value/m-p/1794576#M341539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      U don't need to use the index for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Use the select statement as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       SELECT f1, f2,f3, ...from Table1 APPENDING CORRESPONDING FIELDS  OF Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     It will work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Regards,&lt;/P&gt;&lt;P&gt;     Jayaram...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 13:17:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/index-value/m-p/1794576#M341539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T13:17:04Z</dc:date>
    </item>
  </channel>
</rss>

