<?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: ztable dataelement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-dataelement/m-p/4409287#M1047797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the same DE and Domain used for field ZBD1P in BSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Thx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2008 10:56:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-04T10:56:34Z</dc:date>
    <item>
      <title>ztable dataelement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-dataelement/m-p/4409283#M1047793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WE are creating a ztable and we want one field&lt;/P&gt;&lt;P&gt;as in percentage and that to it need to be stored&lt;/P&gt;&lt;P&gt;with postive as well as negative sign.&lt;/P&gt;&lt;P&gt;For example -56% etc like this ,so please&lt;/P&gt;&lt;P&gt;tell me the dataelement and domain i need to maintain&lt;/P&gt;&lt;P&gt;to have a field like this in my table.&lt;/P&gt;&lt;P&gt;thank you so much for all the replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 10:47:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-dataelement/m-p/4409283#M1047793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T10:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: ztable dataelement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-dataelement/m-p/4409284#M1047794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Any data element of character type will serve your pupose ( of your required length ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 10:50:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-dataelement/m-p/4409284#M1047794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T10:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: ztable dataelement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-dataelement/m-p/4409285#M1047795</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;   create a domain of char type with length 4 and while creating use the sign option that is available to the domain.&lt;/P&gt;&lt;P&gt;   use this domain to your dataelement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I think this will resolve your problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 10:55:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-dataelement/m-p/4409285#M1047795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T10:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: ztable dataelement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-dataelement/m-p/4409286#M1047796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a dataelement as ZPERCENT. Assign a domain to this dataelement as ZPER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Domain creation... Create ZPER with Data Type as DEC, No characters as 8, Decimal Places as 4. Also, check the Sign checkbox for -ve values...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 10:55:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-dataelement/m-p/4409286#M1047796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T10:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: ztable dataelement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-dataelement/m-p/4409287#M1047797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the same DE and Domain used for field ZBD1P in BSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Thx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 10:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-dataelement/m-p/4409287#M1047797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T10:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: ztable dataelement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-dataelement/m-p/4409288#M1047798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create a data element as as DEC, No characters as 8, Decimal Places as 4. &lt;/P&gt;&lt;P&gt;Flagged the  Sign checkbox as a -ve value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Kumar Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 10:58:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-dataelement/m-p/4409288#M1047798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T10:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: ztable dataelement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-dataelement/m-p/4409289#M1047799</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;BLNPZ is the data element and domain which stores the percentage in positive as well as negative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need not create it explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rama.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 11:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-dataelement/m-p/4409289#M1047799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T11:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: ztable dataelement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-dataelement/m-p/4409290#M1047800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use this one also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/BEV3/CHZNSTZ as a data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Kumar Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 11:16:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-dataelement/m-p/4409290#M1047800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T11:16:25Z</dc:date>
    </item>
  </channel>
</rss>

