<?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: Problem with abap Object Oriented Transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-abap-object-oriented-transaction/m-p/1922754#M383253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ravi, i will reward points for this. But is this the only option. Can you explain me why direct write statement is not working .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Feb 2007 16:16:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-16T16:16:14Z</dc:date>
    <item>
      <title>Problem with abap Object Oriented Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-abap-object-oriented-transaction/m-p/1922752#M383251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have created a OO transaction for my report , and i want to print some output using "Write " statement . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if i copy standard program give by sap DEMO_OO_TRANSACTION to Z program and try to change statement &lt;/P&gt;&lt;P&gt;" message 'Instance method in local class' type 'I'. &lt;/P&gt;&lt;P&gt;to &lt;/P&gt;&lt;P&gt;Write " message 'Instance method in local class' type 'I'. " &lt;/P&gt;&lt;P&gt;Output is not shown.&lt;/P&gt;&lt;P&gt;If its not possible then how to do this, in work around.&lt;/P&gt;&lt;P&gt;I want to print one line message for user saying "Table successfuly updated" or "Updation Failed! "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 15:45:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-abap-object-oriented-transaction/m-p/1922752#M383251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T15:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with abap Object Oriented Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-abap-object-oriented-transaction/m-p/1922753#M383252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do like this:&lt;/P&gt;&lt;P&gt;class demo_class implementation.&lt;/P&gt;&lt;P&gt;  method instance_method.&lt;/P&gt;&lt;P&gt;submit zrtwrite1 and return.&lt;/P&gt;&lt;P&gt;  endmethod.&lt;/P&gt;&lt;P&gt;endclass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Program zrtwrite1 in se38 with code:&lt;/P&gt;&lt;P&gt;report  zrtwrite1.&lt;/P&gt;&lt;P&gt;write:/ 'Test'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 16:00:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-abap-object-oriented-transaction/m-p/1922753#M383252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T16:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with abap Object Oriented Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-abap-object-oriented-transaction/m-p/1922754#M383253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ravi, i will reward points for this. But is this the only option. Can you explain me why direct write statement is not working .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 16:16:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-abap-object-oriented-transaction/m-p/1922754#M383253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T16:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with abap Object Oriented Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-abap-object-oriented-transaction/m-p/1922755#M383254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharad,&lt;/P&gt;&lt;P&gt; I am not sure as to why is not working. Please continue to search for the reason.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 16:25:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-abap-object-oriented-transaction/m-p/1922755#M383254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T16:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with abap Object Oriented Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-abap-object-oriented-transaction/m-p/1922756#M383255</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;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class DEMO_CLASS definition.&lt;/P&gt;&lt;P&gt;  public section.&lt;/P&gt;&lt;P&gt;    methods INSTANCE_METHOD.&lt;/P&gt;&lt;P&gt;endclass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class DEMO_CLASS implementation.&lt;/P&gt;&lt;P&gt;  method INSTANCE_METHOD.&lt;/P&gt;&lt;P&gt;    message 'Table sucessfully updated' type 'I'.&lt;/P&gt;&lt;P&gt;  endmethod.&lt;/P&gt;&lt;P&gt;endclass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : obj1 type ref to demo_class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create object obj1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method obj1-&amp;gt;instance_method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is you didn't create the object. &lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Reward points if helpful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 07:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-abap-object-oriented-transaction/m-p/1922756#M383255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-17T07:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with abap Object Oriented Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-abap-object-oriented-transaction/m-p/1922757#M383256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay , &lt;/P&gt;&lt;P&gt;thanks for your reply. but in your code if you replace &lt;/P&gt;&lt;P&gt;message 'Table sucessfully updated' type 'I' &lt;/P&gt;&lt;P&gt;  by&lt;/P&gt;&lt;P&gt;write 'Table Successfully updated' and try running it with object oriented transaction then it will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am looking for the reason of the same, and with submit statement it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sharad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Sharad T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 14:29:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-abap-object-oriented-transaction/m-p/1922757#M383256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T14:29:45Z</dc:date>
    </item>
  </channel>
</rss>

