<?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 Problem with conversion of Data Types in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-conversion-of-data-types/m-p/2015277#M411766</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;In my program I need to consider a internal in the follwoing fashion. But &lt;/P&gt;&lt;P&gt;actually LABST is "Valuated stock with unrestricted use"&lt;/P&gt;&lt;P&gt;with DATA TYPE : QUAN and length 13 with decimal length 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do conversion with out any error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******************&lt;/P&gt;&lt;P&gt;data: begin of i_mard occurs 0,&lt;/P&gt;&lt;P&gt;matnr like mard-matnr,&lt;/P&gt;&lt;P&gt;labst(17) type N, "otherwise what I have to change&lt;/P&gt;&lt;P&gt;end of i_mard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select matnr labst from mard into table i_mard.&lt;/P&gt;&lt;P&gt;**********************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want to use labst like mard-labst.If its necessary to declare like that I use this .So I think I need to create one more internal table and I have to pass this internal table to it again I think &lt;/P&gt;&lt;P&gt;Please help me in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is going to Short dump&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2007 08:12:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-16T08:12:33Z</dc:date>
    <item>
      <title>Problem with conversion of Data Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-conversion-of-data-types/m-p/2015277#M411766</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;In my program I need to consider a internal in the follwoing fashion. But &lt;/P&gt;&lt;P&gt;actually LABST is "Valuated stock with unrestricted use"&lt;/P&gt;&lt;P&gt;with DATA TYPE : QUAN and length 13 with decimal length 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do conversion with out any error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******************&lt;/P&gt;&lt;P&gt;data: begin of i_mard occurs 0,&lt;/P&gt;&lt;P&gt;matnr like mard-matnr,&lt;/P&gt;&lt;P&gt;labst(17) type N, "otherwise what I have to change&lt;/P&gt;&lt;P&gt;end of i_mard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select matnr labst from mard into table i_mard.&lt;/P&gt;&lt;P&gt;**********************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want to use labst like mard-labst.If its necessary to declare like that I use this .So I think I need to create one more internal table and I have to pass this internal table to it again I think &lt;/P&gt;&lt;P&gt;Please help me in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is going to Short dump&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 08:12:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-conversion-of-data-types/m-p/2015277#M411766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T08:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with conversion of Data Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-conversion-of-data-types/m-p/2015278#M411767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satys,&lt;/P&gt;&lt;P&gt;take the data element for that field fromt that table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of i_mard occurs 0,&lt;/P&gt;&lt;P&gt;matnr like mard-matnr,&lt;/P&gt;&lt;P&gt;labst type &amp;lt; DATA-ELENET&amp;gt; , "otherwise what I have to change&lt;/P&gt;&lt;P&gt;end of i_mard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 08:15:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-conversion-of-data-types/m-p/2015278#M411767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T08:15:38Z</dc:date>
    </item>
  </channel>
</rss>

