<?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: Currency Fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-fields/m-p/1151297#M117519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to creat an amount field, you need to define:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Domain: Data type ---&amp;gt; CURR&lt;/P&gt;&lt;P&gt;          Position  ---&amp;gt; Depend on the max amount you &lt;/P&gt;&lt;P&gt;                         need to store &lt;/P&gt;&lt;P&gt;          decimals  ---&amp;gt; Depend on how many decimals you &lt;/P&gt;&lt;P&gt;                         need (I suppose Two)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway you can also use a std domain (see domains WERT*)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Data Element: you have to assign the domain you've &lt;/P&gt;&lt;P&gt;                created and insert the descriptions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use this domain for your field, you have to assign the reference field, it has to be a field for currency, you should choose in order the main of your amount field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if your field mains an amount is in local currency the reference field should be T001-WAERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember the reference field is very important for input/output in the screens:&lt;/P&gt;&lt;P&gt;the system'll automatically convert the input/output format ofin amount order of the value of reference field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Feb 2006 19:43:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-14T19:43:49Z</dc:date>
    <item>
      <title>Currency Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-fields/m-p/1151293#M117515</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;&lt;/P&gt;&lt;P&gt;In the creation of the ztable if I want to include  a field which should hold currencies can you please explain me how to create domain,data element and what all should I  specify when I include the field in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2006 18:58:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-fields/m-p/1151293#M117515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-14T18:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-fields/m-p/1151294#M117516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You want to create a new Domain and date element for Currency field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USe T/code SE11-&amp;gt; Select radio button Domain&lt;/P&gt;&lt;P&gt;create  domain ZDOMAIN assign Data type as 'CURR' . Define the No.of Charctes and decimal places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USe T/code SE11-&amp;gt; Select radio button Ddata type :&lt;/P&gt;&lt;P&gt;create data element Zdataelem.&lt;/P&gt;&lt;P&gt;Please assign this domain to your custom dataelement ZDATAELEM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USe T/code SE11&lt;DEL&gt;&amp;gt; enter table name Ztab&lt;/DEL&gt;&amp;gt; change&lt;/P&gt;&lt;P&gt;Please assign this data element(ZELEM) to your currency field ZCURR in Ztable (ZTAB).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then define a cureency key field  in Ztable(ZTAB) as ZWEARS with data element as " WEARK".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign this Currency key field to your Currency field at Currency/Qty reference field as ZTAB-ZWEARS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check VBAP-NETPR as an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lanka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2006 19:11:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-fields/m-p/1151294#M117516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-14T19:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-fields/m-p/1151295#M117517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while creating domain Data type is of type CUKY , while creating domain at the bottom of the screen give the value table as TCURC&lt;/P&gt;&lt;P&gt;u can give the name of domain while creating data element&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give the check table as  TCURC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign foreign key &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can check this in FILCT table field RTCUR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2006 19:15:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-fields/m-p/1151295#M117517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-14T19:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-fields/m-p/1151296#M117518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;  You can create any currency field with the data element &amp;amp; a domain of any standard SAP field...or you can create a data element &amp;amp; domain,but make sure to give the reference field &amp;amp; currency key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2006 19:25:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-fields/m-p/1151296#M117518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-14T19:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-fields/m-p/1151297#M117519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to creat an amount field, you need to define:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Domain: Data type ---&amp;gt; CURR&lt;/P&gt;&lt;P&gt;          Position  ---&amp;gt; Depend on the max amount you &lt;/P&gt;&lt;P&gt;                         need to store &lt;/P&gt;&lt;P&gt;          decimals  ---&amp;gt; Depend on how many decimals you &lt;/P&gt;&lt;P&gt;                         need (I suppose Two)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway you can also use a std domain (see domains WERT*)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Data Element: you have to assign the domain you've &lt;/P&gt;&lt;P&gt;                created and insert the descriptions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use this domain for your field, you have to assign the reference field, it has to be a field for currency, you should choose in order the main of your amount field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if your field mains an amount is in local currency the reference field should be T001-WAERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember the reference field is very important for input/output in the screens:&lt;/P&gt;&lt;P&gt;the system'll automatically convert the input/output format ofin amount order of the value of reference field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2006 19:43:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-fields/m-p/1151297#M117519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-14T19:43:49Z</dc:date>
    </item>
  </channel>
</rss>

