<?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: Get data type of runtime value? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-type-of-runtime-value/m-p/9063323#M1702885</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes i know he's trying to find the data type of the data in variable. So maybe the value which he's trying to export to the method is the data in the variable and not the variable, right??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;CALL METHOD CL_ABAP_TYPEDESCR=&amp;gt;DESCRIBE_BY_DATA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;&amp;nbsp; EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P_DATA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;STRONG&gt;P_DATA&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;&amp;nbsp; RECEIVING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P_DESCR_REF = P_DESCR. "p_descr type ref to &lt;SPAN style="background-color: #ffffff;"&gt;CL_ABAP_TYPEDESCR&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Feb 2013 19:34:35 GMT</pubDate>
    <dc:creator>former_member491621</dc:creator>
    <dc:date>2013-02-02T19:34:35Z</dc:date>
    <item>
      <title>Get data type of runtime value?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-type-of-runtime-value/m-p/9063317#M1702879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;the problem is to get the runtime information about the data type.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;i have searched alot, got few answers but still have lots of confusion.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: 'comic sans ms', sans-serif;"&gt;What i want,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: 'comic sans ms', sans-serif;"&gt;at runtime i want to get the data type of entered value.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;for eg,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: 'comic sans ms', sans-serif;"&gt;if i enter value 3.4 --&amp;gt; it must return the data type p (NOT CHAR)!!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: 'comic sans ms', sans-serif;"&gt;if i enter value 34 --&amp;gt; it must return numeric (type N)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: 'comic sans ms', sans-serif;"&gt;if i enter value 3,4 --&amp;gt; it must return CHAR (type C).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;What i have tried:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;when variable p_data is given value 3.4&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;DATA P_DATA TYPE CHAR10.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt; DESCRIBE FIELD P_DATA TYPE TYP COMPONENTS COMP DECIMALS DEC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt; EDIT MASK MSK.&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;THE RESULT IS:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/142829" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;&lt;STRONG style="color: #ff0000;"&gt;the variable TYP returning data type C(it should return p with deciamls1).why so?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'comic sans ms', sans-serif;"&gt;using class CL_ABAP_TYPEDESCR.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;CALL METHOD CL_ABAP_TYPEDESCR=&amp;gt;DESCRIBE_BY_DATA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;&amp;nbsp; EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P_DATA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = P_DATA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;&amp;nbsp; RECEIVING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P_DESCR_REF = P_DESCR. "p_descr type ref to &lt;SPAN style="background-color: #ffffff;"&gt;CL_ABAP_TYPEDESCR&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;the result is:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/142830" width="450" /&gt;&lt;/P&gt;&lt;P&gt;same result as above. god knows why!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;&lt;STRONG&gt;is there exists any fm or some class method which actually returns 3.4 as data type p decimals 1.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 07:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-type-of-runtime-value/m-p/9063317#M1702879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-03T07:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Get data type of runtime value?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-type-of-runtime-value/m-p/9063318#M1702880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;All those tools return the data definition, CHAR10 is character length 10, so you will never get anything else in returned parameters. They don't care of the actual data you put in this character field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;AFAIK&lt;/SPAN&gt; there is not a such tool. (If anybody knows, please post an answer)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You should have to code yourself a recognition of the actual field content value, checking for non numeric characters, dot, comma, date separator and date plausibility...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 08:30:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-type-of-runtime-value/m-p/9063318#M1702880</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-10-03T08:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Get data type of runtime value?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-type-of-runtime-value/m-p/9063319#M1702881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;DATA lv_data TYPE i VALUE 34,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lv_type TYPE string,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lo_elem TYPE REF TO cl_abap_elemdecr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lo_elem = cl_abap_typedescr=&amp;gt;describe_by_data(&amp;nbsp; 'lv_data' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*data type can be found accessing the attribute type_kind of class cl_abap_elemdecr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_type = lo_elem-&amp;gt;type_kind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write lv_type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 16:32:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-type-of-runtime-value/m-p/9063319#M1702881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-01T16:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Get data type of runtime value?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-type-of-runtime-value/m-p/9063320#M1702882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you are trying to do is possible but you have to handle it yourself. There is no such standard method to identify the data type of the value entered in a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope i understand what you are trying to do!! &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1151/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2013 17:21:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-type-of-runtime-value/m-p/9063320#M1702882</guid>
      <dc:creator>former_member491621</dc:creator>
      <dc:date>2013-02-02T17:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Get data type of runtime value?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-type-of-runtime-value/m-p/9063321#M1702883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aniket,&lt;/P&gt;&lt;P&gt;He is trying to find out data type of the data in variable at runtime, which is possible using RTTI with class cl_abap_typedescr and its subclasses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2013 17:27:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-type-of-runtime-value/m-p/9063321#M1702883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-02T17:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get data type of runtime value?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-type-of-runtime-value/m-p/9063322#M1702884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;DATA lv_data TYPE i VALUE 34,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lv_type TYPE string,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lo_elem TYPE REF TO cl_abap_elemdecr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;lo_elem = cl_abap_typedescr=&amp;gt;describe_by_data(&amp;nbsp; 'lv_data' ).&lt;/STRONG&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I presume the statement in bold will return the properties of the variable &lt;STRONG&gt;lv_data &lt;/STRONG&gt;and not the property of the value it contains....please correct me if i am wrong &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1151/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2013 19:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-type-of-runtime-value/m-p/9063322#M1702884</guid>
      <dc:creator>former_member491621</dc:creator>
      <dc:date>2013-02-02T19:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Get data type of runtime value?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-type-of-runtime-value/m-p/9063323#M1702885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes i know he's trying to find the data type of the data in variable. So maybe the value which he's trying to export to the method is the data in the variable and not the variable, right??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;CALL METHOD CL_ABAP_TYPEDESCR=&amp;gt;DESCRIBE_BY_DATA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;&amp;nbsp; EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P_DATA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;STRONG&gt;P_DATA&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;&amp;nbsp; RECEIVING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P_DESCR_REF = P_DESCR. "p_descr type ref to &lt;SPAN style="background-color: #ffffff;"&gt;CL_ABAP_TYPEDESCR&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2013 19:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-type-of-runtime-value/m-p/9063323#M1702885</guid>
      <dc:creator>former_member491621</dc:creator>
      <dc:date>2013-02-02T19:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Get data type of runtime value?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-type-of-runtime-value/m-p/9063324#M1702886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;its really late out there. folks go get some sleep. w'll talk abt it later.&lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1151/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2013 19:51:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-type-of-runtime-value/m-p/9063324#M1702886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-02T19:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Get data type of runtime value?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-type-of-runtime-value/m-p/9063325#M1702887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure sir!! &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1151/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt; &lt;SPAN __jive_emoticon_name="silly" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1151/images/emoticons/silly.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2013 20:05:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-type-of-runtime-value/m-p/9063325#M1702887</guid>
      <dc:creator>former_member491621</dc:creator>
      <dc:date>2013-02-02T20:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Get data type of runtime value?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-type-of-runtime-value/m-p/9063326#M1702888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I too face the same issue, &lt;/P&gt;&lt;P&gt;I want to know the data type of a value entered in some parameter of type char&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 09:37:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-type-of-runtime-value/m-p/9063326#M1702888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-15T09:37:33Z</dc:date>
    </item>
  </channel>
</rss>

