<?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: basic ABAP doubts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-abap-doubts/m-p/1564536#M255144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply guys..&lt;/P&gt;&lt;P&gt;Andreas,it wud ve been better if u explain ur answers.&lt;/P&gt;&lt;P&gt;pawan.&lt;/P&gt;&lt;P&gt;1. smartform when activated generates a function module which becomes part of DDIC. so client-independent ... ( arent transparent tables part of DDIC ??? they are client-dependent though )...&lt;/P&gt;&lt;P&gt;2. bcoz when u say amounts like 1000 rupees, 1000 refers to amount and rupees refers to currency unit.&lt;/P&gt;&lt;P&gt;thats ok pawan, but how does it matter if it is rupees or USD or EURO..its anyway a field with lets say 13 digits n 2 decimals..n also the field contains only 1000, not the rupees, that part anyway can be got from the currency field.....&lt;/P&gt;&lt;P&gt;3. did u test in a multiple-client system?? ie, it comes in IDES over here too, i think dats because IDES doesnt have multiple client..&lt;/P&gt;&lt;P&gt;  Also, if it has come in a multiple client system, wat ll happen if u run that transaction in a client in which that variant is not there..it ll throw an error right??&lt;/P&gt;&lt;P&gt;4. wat my doubt is that anything that is there, also the definitions has to be stored someweher right?? so isnt the database where everything including the dictionary is stored??&lt;/P&gt;&lt;P&gt;awaiting ur useful responses...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Bikash  Agarwal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Sep 2006 10:02:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-21T10:02:31Z</dc:date>
    <item>
      <title>basic ABAP doubts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-abap-doubts/m-p/1564533#M255141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;got some basic doubts..hope ppl can help me tackle them..&lt;/P&gt;&lt;P&gt;1. y is sapscript client-specific when smartforms are     cross-client ?&lt;/P&gt;&lt;P&gt;2. why exactly are reference fields required for Currency n Quantity Fields ?&lt;/P&gt;&lt;P&gt;3. In SE93, while creating a transaction for an executable program, no variant comes in F4 even wen we have created one for the program, n wen we type in the variant, it says the Transaction is inconsistent.. is it because transaction is cross-client whereas variant is not ??&lt;/P&gt;&lt;P&gt;4. where is DDIC placed?? i mean is it in database or Application server ?&lt;/P&gt;&lt;P&gt;5. why do we need to have a Value table ?&lt;/P&gt;&lt;P&gt;Please dont copy &amp;amp; paste from existing sources..it wud be great if u cud explain in ur own wrds...&lt;/P&gt;&lt;P&gt;all answers wud be appropriately rewarded..&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 05:19:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-abap-doubts/m-p/1564533#M255141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T05:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: basic ABAP doubts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-abap-doubts/m-p/1564534#M255142</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;1) -&lt;/P&gt;&lt;P&gt;2) i think it's normal to use value and unit&lt;/P&gt;&lt;P&gt;3) good idea .:)yes, because tcode is not client specific&lt;/P&gt;&lt;P&gt;   and variant is&lt;/P&gt;&lt;P&gt;4) application server (tables in db are DD0*)&lt;/P&gt;&lt;P&gt;5) to check values (foreign key check)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Andreas Mann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 05:48:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-abap-doubts/m-p/1564534#M255142</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-09-21T05:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: basic ABAP doubts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-abap-doubts/m-p/1564535#M255143</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;1. smartform when activated generates a function module which becomes part of DDIC.  so client-independent. and it can be used(called) in any program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. currency and quantity fields should have an associated fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cuurency (CURR)field should have another field of type CUKY. quantity(QUAN) field should have another field of type UNIT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bcoz when u say amounts like 1000 rupees, 1000 refers to amount and rupees refers to currency unit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the same whay when u say, 10 grams, here 10 is the numeric part and gram is the weight unit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. variant will come. i have tested and seen it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. it refers to application layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. value table gives u list of possible values i.e for F4. usually we give check table here for ex. T001 for company codes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 05:54:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-abap-doubts/m-p/1564535#M255143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T05:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: basic ABAP doubts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-abap-doubts/m-p/1564536#M255144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply guys..&lt;/P&gt;&lt;P&gt;Andreas,it wud ve been better if u explain ur answers.&lt;/P&gt;&lt;P&gt;pawan.&lt;/P&gt;&lt;P&gt;1. smartform when activated generates a function module which becomes part of DDIC. so client-independent ... ( arent transparent tables part of DDIC ??? they are client-dependent though )...&lt;/P&gt;&lt;P&gt;2. bcoz when u say amounts like 1000 rupees, 1000 refers to amount and rupees refers to currency unit.&lt;/P&gt;&lt;P&gt;thats ok pawan, but how does it matter if it is rupees or USD or EURO..its anyway a field with lets say 13 digits n 2 decimals..n also the field contains only 1000, not the rupees, that part anyway can be got from the currency field.....&lt;/P&gt;&lt;P&gt;3. did u test in a multiple-client system?? ie, it comes in IDES over here too, i think dats because IDES doesnt have multiple client..&lt;/P&gt;&lt;P&gt;  Also, if it has come in a multiple client system, wat ll happen if u run that transaction in a client in which that variant is not there..it ll throw an error right??&lt;/P&gt;&lt;P&gt;4. wat my doubt is that anything that is there, also the definitions has to be stored someweher right?? so isnt the database where everything including the dictionary is stored??&lt;/P&gt;&lt;P&gt;awaiting ur useful responses...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Bikash  Agarwal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 10:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-abap-doubts/m-p/1564536#M255144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T10:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: basic ABAP doubts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-abap-doubts/m-p/1564537#M255145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt; tables are client dependent if the FIRST field of that table is MANDT(client). if they dont have this field,its client independent tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all tables are part of DDIC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt; SAP can be used from any country.so to make their local currency accessible SAP provided with that concept. &lt;/P&gt;&lt;P&gt;numeric and decimals are there in all types of currencies(i hope so). to differentiate an US dollar with IN rupees we need a specific way.that way is from this CUKY field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1000.10 can be a USD or INR or UK pound. but to make the exact value of what value is that? we need to mention the currency too along with the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this clears your doubts&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 08:01:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-abap-doubts/m-p/1564537#M255145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-22T08:01:55Z</dc:date>
    </item>
  </channel>
</rss>

