<?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: How to avoid using constants ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290195#M1389727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi Louis, 
&amp;lt;li&amp;gt;I would go with &lt;STRONG&gt;SELECT-OPTIONS&lt;/STRONG&gt; for order types. Create Variant on selection-screen  and ask them to use the variant before run the program. 

Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2009 03:45:50 GMT</pubDate>
    <dc:creator>venkat_o</dc:creator>
    <dc:date>2009-11-04T03:45:50Z</dc:date>
    <item>
      <title>How to avoid using constants ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290186#M1389718</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;I am starting a new project and I am thinking of a way to avoid using constants. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, in a report, it selects all the order with types ZLN and ZLB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that I have several possibilities : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- hard code it in the program (using constants which I want to avoid) &lt;/P&gt;&lt;P&gt;- create a specific table with all the types that I want to select (this may be the best solution but it can be very long -&amp;gt; too much table to create) &lt;/P&gt;&lt;P&gt;- put the parameter in the selection screen (but then we have to put default values which come back to the same problem) &lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I didn't found any perfect solution, Do you know what is the method recommended by SAP ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What kind of technics did you use in you projects ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 17:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290186#M1389718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-03T17:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid using constants ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290187#M1389719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can always use table TVARVC and the associated transaction to store parameter data.  For a report though - I use constants, having first challenged the business about whether they're like to change or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 17:22:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290187#M1389719</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-11-03T17:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid using constants ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290188#M1389720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you mean "hardcoding values" rather than "constants".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In any event, I would put it on the selection screen and create a variant. If there are a lot of values, you can cut and paste or upload them from a text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 17:25:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290188#M1389720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-03T17:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid using constants ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290189#M1389721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did think of TVARVC but I don't really see how to use it as it was not really build for this utilization ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; It supposed that you always call the variant (the TVARVC only define which values will be used in the variant). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course you can also select directly in the table with for example a variable name = program name + parameter. &lt;/P&gt;&lt;P&gt;But this is not the real utilization of TVARVC and this take time to code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Challenging the business and see if I can hard code the value or not is what I always do. But I have order to stop hard coding anything !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 17:36:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290189#M1389721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-03T17:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid using constants ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290190#M1389722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes constants is the way to declare hard coded values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't put all of them in a selection screen as the user is not always able to find what is the value he is supposed to write. It would be ok if the selection screen is filled automatically, even without selected a variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Louis-Arnaud Bouquin on Nov 3, 2009 6:38 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 17:38:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290190#M1389722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-03T17:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid using constants ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290191#M1389723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you can also take a look into to avoid the global impact of using a CONSTANT, is a little STATIC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the ABAPDOCU keyword documentation for it's uses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding GET/SET parameters, I would also like to point out that you should not use these to control security in the program. It is only a preference, which the user themselves can also influence via several transactions, not least of which is SU3 (own data) in the SESSION_MANAGER menu...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you might instead want to look into are Personalization Keys. These can be set by an administrator, or even transported together with the role to &lt;STRONG&gt;use&lt;/STRONG&gt; the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 18:20:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290191#M1389723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-03T18:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid using constants ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290192#M1389724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Louis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are making it as a selection screen field, then you should make the input select-options as non-editable.&lt;/P&gt;&lt;P&gt;In this way user will have no confusion whether he is supposed to enter/alter value in that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are few entries then normally we will go for TVARVC.&lt;/P&gt;&lt;P&gt;If there are large number of constant values, then its better to go for custom database tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nisha Vengal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 18:23:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290192#M1389724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-03T18:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid using constants ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290193#M1389725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you taught , there are  multiple  ways to handle the constants in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But finally time &amp;amp; efficency matters alot  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so my  idea would be  i will  list all the constant &amp;amp; get the quick understanding of the constant type's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example : Order type is Customizing data  which will maintained  by Fun.Consultant  , so i will give work for him to maitain the Varient against  Order type in the TVARC table .so that  in the program  i will declare one order type vraible  under atselection-screen event i will write select Query to get the vaule from the TVARC table which will be maintaine . we can write the execption also with sy-subrc &amp;lt;&amp;gt; o.if it is not maintianed .so far all customizing data fields  this would be the best way for constants maintaining outside your program  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly if any system constants then we can get it in runtime  with SYST table parameters .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if there are any  ABAP Program Constants  ( Titles,labels ,case condition parameters,ect) maintain in the tprogram ext elements , or you can generically maintain a Utility class where you can create an attribute  so that whereeven you want you can reuse the same  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 18:46:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290193#M1389725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-03T18:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid using constants ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290194#M1389726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Louis-Arnaud,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you start a new project you may be able to spare some time to think about the business process. Identify the objects where you might have used constants: Some of them are required for the design of the process. Those have to go to customizing tables which have to be changed by IT personell for new process designs and then transported to QA and production.&lt;/P&gt;&lt;P&gt;Others have to be changed by business people from time to time, put them into master data table with maintenance view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customizing tables should be integrated in the implementation guide (-&amp;gt; img extension), master data maintenance integrated in user menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 22:51:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290194#M1389726</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-11-03T22:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid using constants ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290195#M1389727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi Louis, 
&amp;lt;li&amp;gt;I would go with &lt;STRONG&gt;SELECT-OPTIONS&lt;/STRONG&gt; for order types. Create Variant on selection-screen  and ask them to use the variant before run the program. 

Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 03:45:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290195#M1389727</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2009-11-04T03:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid using constants ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290196#M1389728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What i do is create a class in se24&lt;/P&gt;&lt;P&gt;and declare the constants,Hardcoded values in Attributes of class statically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then use it in program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 04:22:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290196#M1389728</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-11-04T04:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid using constants ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290197#M1389729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd have thought TVARVC was exactly suited to this task.  But I'd go with Rob on this one.  Variant.  Why don't you want to use constants anyway?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 06:22:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290197#M1389729</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-11-04T06:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid using constants ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290198#M1389730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your answers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to use constants (except for particular cases) because it is not maintainable without a developer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I am going with this solution :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- if there is a lot of entries or the data is very suceptible to be modify -&amp;gt; I create a specific table&lt;/P&gt;&lt;P&gt;- if there are few entries or the data will probably not change -&amp;gt; I'll add the value in TVARVC and call the transaction with a default variant that contains all the parameters defined in TVARVC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you think ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 07:58:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290198#M1389730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-04T07:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid using constants ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290199#M1389731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the best way is to create a ztable with the below fileds and maintain it..&lt;/P&gt;&lt;P&gt;MANDT	MANDT&lt;/P&gt;&lt;P&gt;PROGNAME-----   PROGNAME&lt;/P&gt;&lt;P&gt;FIELDNAME-----	RVARI_VNAM&lt;/P&gt;&lt;P&gt;NUM----	TVARV_NUMB&lt;/P&gt;&lt;P&gt;TYPE----	RSSCR_KIND&lt;/P&gt;&lt;P&gt;SIGN----	TVARV_SIGN&lt;/P&gt;&lt;P&gt;OPTI-----	TVARV_OPTI&lt;/P&gt;&lt;P&gt;LOW-----	TVARV_VAL&lt;/P&gt;&lt;P&gt;HIGH----	TVARV_VAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we use it in our project to maintain the constants.. even programs constant can also be maintained as there is the filed program name..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 08:06:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290199#M1389731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-04T08:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid using constants ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290200#M1389732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; What do you think ?&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your approach is reasonable.  I don't agree with imran khan, as you'll get the same results using TVARVC, which has its own transaction, by simply concatenating Program and Variable into the NAME field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 09:11:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290200#M1389732</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-11-04T09:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid using constants ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290201#M1389733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;yeah u can use the table tvarvc but the problem is its tough to maintain the table..&lt;/P&gt;&lt;P&gt;its a better thing to make a z_const table it will be very helpfull through out the project as we can even maintain the program specific constants in it..&lt;/P&gt;&lt;P&gt;just for an example if u have a requirement that only specif users can run this transaction jus maintain the users list for the program..&lt;/P&gt;&lt;P&gt;and in program we can check the values from the z_const for the authorised users.. etc there are soo many uses &lt;/P&gt;&lt;P&gt;i&lt;/P&gt;&lt;P&gt; work for one of the largest client in world  with huge cycles of immplementations, suports, rollouts but we never come across any complications..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 09:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290201#M1389733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-04T09:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid using constants ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290202#M1389734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;work for one of the largest client in world with huge cycles of immplementations, suports, rollouts but we never come across any complications..&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could say the same for TVARVC which has the added advantage that it is SAP standard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 12:52:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-using-constants/m-p/6290202#M1389734</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-11-04T12:52:57Z</dc:date>
    </item>
  </channel>
</rss>

