<?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: code conversion to link in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-conversion-to-link/m-p/7418731#M1549026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added the syntax-free ABAP coding to the Wiki posting&lt;/P&gt;&lt;P&gt;[Dynamic Report for Pricing Conditions Master Data|http://wiki.sdn.sap.com/wiki/display/stage/Dynamic&lt;EM&gt;Report&lt;/EM&gt;for&lt;EM&gt;Pricing&lt;/EM&gt;Conditions&lt;EM&gt;Master&lt;/EM&gt;Data]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One critical assumption was the naming of the field-symbols. Using the names as shown below I was able to run the report on our development system but I could not get any ALV output due to missing condition records.&lt;/P&gt;&lt;P&gt;If you can verify that my assumption was correct I (and many others, too) would appreciate if you confirm this within this thread and the Wiki posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FIELD-SYMBOLS :  &amp;lt;gt_tab&amp;gt; TYPE STANDARD TABLE,
                 &amp;lt;gs_row&amp;gt; TYPE ANY,
                 &amp;lt;gd_fld&amp;gt; TYPE ANY.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Nov 2010 05:21:40 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2010-11-08T05:21:40Z</dc:date>
    <item>
      <title>code conversion to link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-conversion-to-link/m-p/7418729#M1549024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I am trying to copy the code from the below link into abap editor I am alway getting syntax error may be due to wrong conversion from web page to abap editor/notepad/textpad. Can some one give the code that is working in abap editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/stage/Dynamic" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/stage/Dynamic&lt;/A&gt;&lt;EM&gt;Report&lt;/EM&gt;for&lt;EM&gt;Pricing&lt;/EM&gt;Conditions&lt;EM&gt;Master&lt;/EM&gt;Data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2010 14:28:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-conversion-to-link/m-p/7418729#M1549024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-05T14:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: code conversion to link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-conversion-to-link/m-p/7418730#M1549025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try solving this yourself? What is the syntax error?&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2010 14:41:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-conversion-to-link/m-p/7418730#M1549025</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-11-05T14:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: code conversion to link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-conversion-to-link/m-p/7418731#M1549026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added the syntax-free ABAP coding to the Wiki posting&lt;/P&gt;&lt;P&gt;[Dynamic Report for Pricing Conditions Master Data|http://wiki.sdn.sap.com/wiki/display/stage/Dynamic&lt;EM&gt;Report&lt;/EM&gt;for&lt;EM&gt;Pricing&lt;/EM&gt;Conditions&lt;EM&gt;Master&lt;/EM&gt;Data]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One critical assumption was the naming of the field-symbols. Using the names as shown below I was able to run the report on our development system but I could not get any ALV output due to missing condition records.&lt;/P&gt;&lt;P&gt;If you can verify that my assumption was correct I (and many others, too) would appreciate if you confirm this within this thread and the Wiki posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FIELD-SYMBOLS :  &amp;lt;gt_tab&amp;gt; TYPE STANDARD TABLE,
                 &amp;lt;gs_row&amp;gt; TYPE ANY,
                 &amp;lt;gd_fld&amp;gt; TYPE ANY.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 05:21:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-conversion-to-link/m-p/7418731#M1549026</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2010-11-08T05:21:40Z</dc:date>
    </item>
  </channel>
</rss>

