<?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: Error while calling class in report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-class-in-report/m-p/7823157#M1589167</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;Which is string Field   ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2011 05:35:40 GMT</pubDate>
    <dc:creator>deepak_dhamat</dc:creator>
    <dc:date>2011-04-19T05:35:40Z</dc:date>
    <item>
      <title>Error while calling class in report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-class-in-report/m-p/7823154#M1589164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam calling a customizes class in the report program.&lt;/P&gt;&lt;P&gt;I have declared data based on class type, even though getting error like The type of "V_OBJEK" cannot be converted to the type of "V_TPLNR".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;I need to pass value from  ausp-objek to v_tplnr ( type is TPLNR )	both are diffrent data type .&lt;/P&gt;&lt;P&gt;so create a filed as v_objek ( type char30 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now pasing value from ausp-objek  to v_objek variable.&lt;/P&gt;&lt;P&gt;v_objek = ausp-objek 	&lt;/P&gt;&lt;P&gt;then moving values from v_objek to v_tplnr .here getting error.&lt;/P&gt;&lt;P&gt;Could you help me to resolve this doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 04:44:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-class-in-report/m-p/7823154#M1589164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-19T04:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error while calling class in report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-class-in-report/m-p/7823155#M1589165</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;&lt;/P&gt;&lt;P&gt;ausp-objek  is type CHAR 50  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TPLNR is type char  30  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as the length is different  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make changes according to there length &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 05:02:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-class-in-report/m-p/7823155#M1589165</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2011-04-19T05:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error while calling class in report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-class-in-report/m-p/7823156#M1589166</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;Thanks for your reply.I have no error when values passing from ausp-objek  to STRING field.&lt;/P&gt;&lt;P&gt;but getting error when value are passing from String to TPLNR..Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 05:28:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-class-in-report/m-p/7823156#M1589166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-19T05:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error while calling class in report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-class-in-report/m-p/7823157#M1589167</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;Which is string Field   ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 05:35:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-class-in-report/m-p/7823157#M1589167</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2011-04-19T05:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error while calling class in report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-class-in-report/m-p/7823158#M1589168</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;&lt;/P&gt;&lt;P&gt; when values passing from ausp-objek to STRING field  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ausp-objek have length 50  and string  type  does not have fixed length  so it accepts those fixed length value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as in case of string to  fixed length   it will accept  only character  upto its fixed length  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you tell me what value you are passing from string to Fixed charater .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 05:50:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-class-in-report/m-p/7823158#M1589168</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2011-04-19T05:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error while calling class in report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-class-in-report/m-p/7823159#M1589169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayaram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my understanding about your requirment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data:
g_objek type ausp-objek,
g_tplnr type TPLNR," This is of type (CHAR 30)
v_objek type char30.

MOVE g_objek to v_objek.
MOVE v_objek to g_tplnr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this understanding correst ?&lt;/P&gt;&lt;P&gt;If so what is the error you are getting here ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I coudn't find any issue in passing values like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;HM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 06:52:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-class-in-report/m-p/7823159#M1589169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-19T06:52:15Z</dc:date>
    </item>
  </channel>
</rss>

