<?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 CURRENCY in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency/m-p/3573089#M860101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Day Folks ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My application builds a DDIC Table dynamically. All works until I attempted a CURR Type.&lt;/P&gt;&lt;P&gt;I understand I need to provide a reference table and reference field and I kinda get the idea how it's done via SE11, but could someone list some code as to how this can be done when I create the structure for the table line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS !!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Mar 2008 16:54:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-28T16:54:45Z</dc:date>
    <item>
      <title>CURRENCY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency/m-p/3573089#M860101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Day Folks ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My application builds a DDIC Table dynamically. All works until I attempted a CURR Type.&lt;/P&gt;&lt;P&gt;I understand I need to provide a reference table and reference field and I kinda get the idea how it's done via SE11, but could someone list some code as to how this can be done when I create the structure for the table line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS !!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 16:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency/m-p/3573089#M860101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T16:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: CURRENCY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency/m-p/3573090#M860102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;did you given the currency reference in your table?whats the problem you are facing now?if u not givn the reference.&lt;/P&gt;&lt;P&gt;1.go to se11.&lt;/P&gt;&lt;P&gt;2.give the table name&lt;/P&gt;&lt;P&gt;3.go to change mode.&lt;/P&gt;&lt;P&gt;4.add a currency key(type cuky) field in your table(if u r not given)&lt;/P&gt;&lt;P&gt;5.click your currency field and click the currency/quantity button&lt;/P&gt;&lt;P&gt;4.give the reference table as your table name and give the reference fiedls as the currency key field(data type is cuky).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check syntax and activate the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shibu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 17:50:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency/m-p/3573090#M860102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T17:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: CURRENCY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency/m-p/3573091#M860103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi do this..,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on the field u want to give the reference field &lt;DEL&gt;-&amp;gt; it will take u to the a pop up screen&lt;/DEL&gt;--&amp;gt;it will ask for the ref. field then u can give the refield like ANCUR ..&lt;/P&gt;&lt;P&gt;save the table and activate it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 18:07:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency/m-p/3573091#M860103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T18:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: CURRENCY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency/m-p/3573092#M860104</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;I think you are using DDIF_TABL_PUT for dynamic creation of table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find the import table DD03P_TAB have the REFTABLE &amp;amp; REFFIELD fields ,  you can fill those before calling fm DDIF_TABL_ACTIVATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 20:30:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency/m-p/3573092#M860104</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-03-28T20:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: CURRENCY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency/m-p/3573093#M860105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a®s ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having mulled this over during the weekend w/o my being buried in the code, I came to the realization one of the supporting tables necessary for activation would hold thease fields ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to say that w/ this issue and others I've used this forum to resolve, you've not only shared your thoughts but took the effort to research my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I truely appreciate your efforts and in fact feel as though I have my own SAP / ABAP guardian angel watching over my efforts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once again THANKS !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 16:05:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency/m-p/3573093#M860105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T16:05:53Z</dc:date>
    </item>
  </channel>
</rss>

