<?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: Interval value numeric characteristic in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interval-value-numeric-characteristic/m-p/11884597#M1960920</link>
    <description>&lt;P&gt;It sounds like a bad solution to change the master data at run time (via the BAPI). So instead, why don't you just check the values at run time?&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jul 2019 11:38:05 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2019-07-02T11:38:05Z</dc:date>
    <item>
      <title>Interval value numeric characteristic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interval-value-numeric-characteristic/m-p/11884592#M1960915</link>
      <description>&lt;P&gt;Hello SAP experts,&lt;/P&gt;
  &lt;P&gt;I have a question that bothers me. &lt;/P&gt;
  &lt;P&gt;I have a numeric characteristic for which i allow intervals (CT04 - Interval vals allowed)&lt;/P&gt;
  &lt;P&gt;My minimum interval value is always 0. Maximum i have to calculate in function module. I have only one interval value. (like this: '0 - "calculated value"). &lt;/P&gt;
  &lt;P&gt;Does anyone have idea how can i write this "calculated value" in a num characteristic (like max. allowed value in interval). Is there any function in abap which "prepares" result that i can later put in this type of numeric characteristic.&lt;/P&gt;
  &lt;P&gt;It is also option that i calculate both, min (always 0) and max values and later put them in characteristic.&lt;/P&gt;
  &lt;P&gt;Thank you for help!&lt;/P&gt;
  &lt;P&gt;Have a nice day!&lt;/P&gt;
  &lt;P&gt;Primoz&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 11:16:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interval-value-numeric-characteristic/m-p/11884592#M1960915</guid>
      <dc:creator>primoz13</dc:creator>
      <dc:date>2019-06-27T11:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Interval value numeric characteristic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interval-value-numeric-characteristic/m-p/11884593#M1960916</link>
      <description>&lt;P&gt;Do you want a BAPI to change the characteristic (BAPI_CHARACT_CHANGE) or something else?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 11:34:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interval-value-numeric-characteristic/m-p/11884593#M1960916</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-06-27T11:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Interval value numeric characteristic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interval-value-numeric-characteristic/m-p/11884594#M1960917</link>
      <description>&lt;P&gt;Hello Sandra,&lt;/P&gt;&lt;P&gt;Unfortunately i don't know BAPI_CHARACT_CHANGE and what does it do.&lt;/P&gt;&lt;P&gt;I have like this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1698660-interval-value-char.png"&gt;interval-value-char.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So this number 15,00 i would like to calculate (it depends on the data configuration so it is not always 15,00). Min value is always 0,00.&lt;/P&gt;&lt;P&gt;Max number (in upper case 15,00) i would calculate in separate FM in abap. But i don't know how to write a program which won't report an error when i will try to put/write those two numbers (in upper case 0,00 and 15,00) in num characteristic for which i allow interval values.&lt;/P&gt;&lt;P&gt;I hope that my comment helps you to understand my problem. &lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 11:55:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interval-value-numeric-characteristic/m-p/11884594#M1960917</guid>
      <dc:creator>primoz13</dc:creator>
      <dc:date>2019-06-27T11:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Interval value numeric characteristic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interval-value-numeric-characteristic/m-p/11884595#M1960918</link>
      <description>&lt;P&gt;So, you want to add a check in the transaction where the user inputs the characteristic value? Did you try to create a Check function module?&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1696725-ct04-check-function-module.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 13:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interval-value-numeric-characteristic/m-p/11884595#M1960918</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-06-27T13:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Interval value numeric characteristic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interval-value-numeric-characteristic/m-p/11884596#M1960919</link>
      <description>&lt;P&gt;Hello Sandra,&lt;/P&gt;&lt;P&gt;sorry for late reply. This can be a good proposal.&lt;/P&gt;&lt;P&gt;Imagine like this:&lt;/P&gt;&lt;P&gt;I have a numeric input characteristic. For this characteristic i can't define fixed range of allowed values (for example 3,00 - 15,00 or more of them). What i would like to do is that i calculate allowed range and put it in input characteristic. &lt;/P&gt;&lt;P&gt;An example &lt;/P&gt;&lt;P&gt;input1_Color =  BLUE&lt;/P&gt;&lt;P&gt;input2_SIZE = 15&lt;/P&gt;&lt;P&gt;input3_range = &lt;STRONG&gt;3,00 - 15,00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;input1_Color = RED&lt;/P&gt;&lt;P&gt;input2_SIZE = 15&lt;/P&gt;&lt;P&gt;input3_RANGE = &lt;STRONG&gt;8,00 - 20,00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;input1_Color = RED&lt;/P&gt;&lt;P&gt;input2_SIZE = 20&lt;/P&gt;&lt;P&gt;input3_RANGE = &lt;STRONG&gt;5,00 - 25,00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Maybe you have an idea how to do this.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 08:39:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interval-value-numeric-characteristic/m-p/11884596#M1960919</guid>
      <dc:creator>primoz13</dc:creator>
      <dc:date>2019-07-02T08:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Interval value numeric characteristic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interval-value-numeric-characteristic/m-p/11884597#M1960920</link>
      <description>&lt;P&gt;It sounds like a bad solution to change the master data at run time (via the BAPI). So instead, why don't you just check the values at run time?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 11:38:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interval-value-numeric-characteristic/m-p/11884597#M1960920</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-07-02T11:38:05Z</dc:date>
    </item>
  </channel>
</rss>

