<?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: Data types accepting all catregeries in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-types-accepting-all-catregeries/m-p/9558558#M1753928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if this meets your requirement, But if you want a common work variable which can be used to pass data to other variables of different data types, then you can use field symbols. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;data : int &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;i&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; char(&lt;SPAN class="L1S32"&gt;10&lt;/SPAN&gt;) &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;c&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;pack&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; p &lt;SPAN class="L1S52"&gt;DECIMALS&lt;/SPAN&gt; &lt;SPAN class="L1S32"&gt;2&lt;/SPAN&gt;.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L1S52"&gt;FIELD&lt;/SPAN&gt;-SYMBOLS: &amp;lt;fs1&amp;gt;.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L1S52"&gt;ASSIGN&lt;/SPAN&gt; int &lt;SPAN class="L1S52"&gt;to&lt;/SPAN&gt; &amp;lt;fs1&amp;gt;.&lt;BR /&gt;&amp;nbsp; &amp;lt;fs1&amp;gt;&amp;nbsp; = &lt;SPAN class="L1S32"&gt;12&lt;/SPAN&gt;.&lt;BR /&gt; UNASSIGN &amp;lt;fs1&amp;gt;.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L1S52"&gt;ASSIGN&lt;/SPAN&gt; char &lt;SPAN class="L1S52"&gt;to&lt;/SPAN&gt; &amp;lt;fs1&amp;gt;.&lt;BR /&gt;&amp;nbsp; &amp;lt;fs1&amp;gt;&amp;nbsp; = &lt;SPAN class="L1S33"&gt;'abcd'&lt;/SPAN&gt;.&lt;BR /&gt; UNASSIGN &amp;lt;fs1&amp;gt;.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L1S52"&gt;ASSIGN&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;pack&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;to&lt;/SPAN&gt; &amp;lt;fs1&amp;gt;.&lt;BR /&gt;&amp;nbsp; &amp;lt;fs1&amp;gt;&amp;nbsp; = &lt;SPAN class="L1S33"&gt;'12.36'&lt;/SPAN&gt;.&lt;BR /&gt; UNASSIGN &amp;lt;fs1&amp;gt;.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L1S52"&gt;Write&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; int , char, &lt;SPAN class="L1S52"&gt;pack&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Here the field symbol took the datatype of the variable it was assigned to. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;The integer value was passed to the integer field, character value and packed decimal were all moved to the respective variable through the common variable &amp;lt;Fs1&amp;gt; which can hold data of any data type. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jun 2013 13:25:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-06-24T13:25:22Z</dc:date>
    <item>
      <title>Data types accepting all catregeries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-types-accepting-all-catregeries/m-p/9558554#M1753924</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 need the data type which will accepts the values like integer format ,decimal format &amp;amp; charactristic format&lt;/P&gt;&lt;P&gt;example like as follows.&lt;/P&gt;&lt;P&gt;12&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;12.36&lt;/P&gt;&lt;P&gt;abcd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ranjith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 10:22:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-types-accepting-all-catregeries/m-p/9558554#M1753924</guid>
      <dc:creator>Ranjith_D_Reddy</dc:creator>
      <dc:date>2013-06-24T10:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Data types accepting all catregeries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-types-accepting-all-catregeries/m-p/9558555#M1753925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There isn't one. There are generic types like DATA, but these probably won't help. You have to use a char character type and convert it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 10:53:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-types-accepting-all-catregeries/m-p/9558555#M1753925</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2013-06-24T10:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data types accepting all catregeries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-types-accepting-all-catregeries/m-p/9558556#M1753926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Char type will accept all values like decimal, integer, Character.Is this answers your question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 12:41:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-types-accepting-all-catregeries/m-p/9558556#M1753926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-24T12:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Data types accepting all catregeries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-types-accepting-all-catregeries/m-p/9558557#M1753927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 12:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-types-accepting-all-catregeries/m-p/9558557#M1753927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-24T12:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data types accepting all catregeries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-types-accepting-all-catregeries/m-p/9558558#M1753928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if this meets your requirement, But if you want a common work variable which can be used to pass data to other variables of different data types, then you can use field symbols. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;data : int &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;i&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; char(&lt;SPAN class="L1S32"&gt;10&lt;/SPAN&gt;) &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;c&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;pack&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; p &lt;SPAN class="L1S52"&gt;DECIMALS&lt;/SPAN&gt; &lt;SPAN class="L1S32"&gt;2&lt;/SPAN&gt;.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L1S52"&gt;FIELD&lt;/SPAN&gt;-SYMBOLS: &amp;lt;fs1&amp;gt;.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L1S52"&gt;ASSIGN&lt;/SPAN&gt; int &lt;SPAN class="L1S52"&gt;to&lt;/SPAN&gt; &amp;lt;fs1&amp;gt;.&lt;BR /&gt;&amp;nbsp; &amp;lt;fs1&amp;gt;&amp;nbsp; = &lt;SPAN class="L1S32"&gt;12&lt;/SPAN&gt;.&lt;BR /&gt; UNASSIGN &amp;lt;fs1&amp;gt;.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L1S52"&gt;ASSIGN&lt;/SPAN&gt; char &lt;SPAN class="L1S52"&gt;to&lt;/SPAN&gt; &amp;lt;fs1&amp;gt;.&lt;BR /&gt;&amp;nbsp; &amp;lt;fs1&amp;gt;&amp;nbsp; = &lt;SPAN class="L1S33"&gt;'abcd'&lt;/SPAN&gt;.&lt;BR /&gt; UNASSIGN &amp;lt;fs1&amp;gt;.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L1S52"&gt;ASSIGN&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;pack&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;to&lt;/SPAN&gt; &amp;lt;fs1&amp;gt;.&lt;BR /&gt;&amp;nbsp; &amp;lt;fs1&amp;gt;&amp;nbsp; = &lt;SPAN class="L1S33"&gt;'12.36'&lt;/SPAN&gt;.&lt;BR /&gt; UNASSIGN &amp;lt;fs1&amp;gt;.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L1S52"&gt;Write&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; int , char, &lt;SPAN class="L1S52"&gt;pack&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Here the field symbol took the datatype of the variable it was assigned to. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;The integer value was passed to the integer field, character value and packed decimal were all moved to the respective variable through the common variable &amp;lt;Fs1&amp;gt; which can hold data of any data type. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 13:25:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-types-accepting-all-catregeries/m-p/9558558#M1753928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-24T13:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data types accepting all catregeries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-types-accepting-all-catregeries/m-p/9558559#M1753929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya Alvear it's wrking&lt;/P&gt;&lt;P&gt;thanks for the reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 14:06:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-types-accepting-all-catregeries/m-p/9558559#M1753929</guid>
      <dc:creator>Ranjith_D_Reddy</dc:creator>
      <dc:date>2013-06-24T14:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data types accepting all catregeries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-types-accepting-all-catregeries/m-p/9558560#M1753930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rajasekaran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Char Type will not accept the decimal values passed.It will accept the part before the decimal point only.the part after the decimal point is neglected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 14:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-types-accepting-all-catregeries/m-p/9558560#M1753930</guid>
      <dc:creator>Ranjith_D_Reddy</dc:creator>
      <dc:date>2013-06-24T14:08:38Z</dc:date>
    </item>
  </channel>
</rss>

