<?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: help me in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/1956496#M393633</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;It's not good idea to have a numeric field as key, you should convert the percentage to char format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;types: begin of ty_tax ,
             item_no   type EBELP,
             per_C(10) type c
             per       type KBETR,
             amt       type KWERT,
          end of ty_tax.

DATA L_STAX1 TYPE SORTED TABLE OF TY_TAX  WITH UNIQUE KEY PER_C WITH HEADER LINE .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Feb 2007 10:06:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-07T10:06:24Z</dc:date>
    <item>
      <title>help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/1956495#M393632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i want &lt;/P&gt;&lt;P&gt; table with heade line and also with unique  key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so how i can do it please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of ty_tax ,&lt;/P&gt;&lt;P&gt;    item_no type EBELP,&lt;/P&gt;&lt;P&gt;    per type KBETR,&lt;/P&gt;&lt;P&gt;    amt type KWERT,&lt;/P&gt;&lt;P&gt;end of ty_tax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: l_stax type ty_tax occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this below table with heade line and also with unique ker with &amp;lt;b&amp;gt; per&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DATA L_STAX1 LIKE  sorted  TABLE OF L_STAX &lt;/P&gt;&lt;P&gt;                        WITH UNIQUE KEY per .&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;thanks in advanced.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 10:00:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/1956495#M393632</guid>
      <dc:creator>laxman_sankhla3</dc:creator>
      <dc:date>2007-02-07T10:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/1956496#M393633</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;It's not good idea to have a numeric field as key, you should convert the percentage to char format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;types: begin of ty_tax ,
             item_no   type EBELP,
             per_C(10) type c
             per       type KBETR,
             amt       type KWERT,
          end of ty_tax.

DATA L_STAX1 TYPE SORTED TABLE OF TY_TAX  WITH UNIQUE KEY PER_C WITH HEADER LINE .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 10:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/1956496#M393633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T10:06:24Z</dc:date>
    </item>
  </channel>
</rss>

