<?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: Write statement not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-not-working/m-p/8383327#M1643019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you entering either the IDoc number or the Mesage type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made a copy of the program and it works for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Nov 2011 17:09:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-09T17:09:40Z</dc:date>
    <item>
      <title>Write statement not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-not-working/m-p/8383321#M1643013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to make a copy of the std report, RC1_IDOC_SET_STATUS. The new one is working fine as per the functionality. But somehow the Write statements are not working. ie No results are getting printed for information sake. Can you help me out, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI - When you debug RC1_IDOC_SET_STATUS, once it reaches the Write in the Test subroutine, the function module TR_GET_NAMESPACE_AND_ROLE gets called. Whereas when my Z program routes into CONVERSION_EXIT_ISOLA_OUTPUT.&lt;/P&gt;&lt;P&gt;&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;Diana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 14:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-not-working/m-p/8383321#M1643013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-09T14:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Write statement not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-not-working/m-p/8383322#M1643014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide the Write statement which is failing ? The one inside IF condition writes LV_LINES of type sy-tabix for which I dont think these converstion exists will be called.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 16:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-not-working/m-p/8383322#M1643014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-09T16:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Write statement not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-not-working/m-p/8383323#M1643015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been trying the test part so far. The code snippet is given below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF P_TEST = 'X'.&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;WRITE: L_LINES, ' IDOCs werden umgesetzt.'(001).&lt;/STRONG&gt;  &lt;/P&gt;&lt;P&gt;EXIT.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;  LOOP AT L_EDIDC_TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the std report it prints this line. But my Z pgm, which is an exact replica of this portion, does not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 16:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-not-working/m-p/8383323#M1643015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-09T16:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Write statement not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-not-working/m-p/8383324#M1643016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the program copied to Type "Executable" ? Check the text elements also but It shouldn't be a problem as the default german text is hard-code atleast it should get displayed even if 001 is not defined unless text element 001 is defined as blank.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 16:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-not-working/m-p/8383324#M1643016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-09T16:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Write statement not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-not-working/m-p/8383325#M1643017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The parameter p_test is defaulted to 'X' in the standard program. Have you unchecked this in your copy?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 17:00:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-not-working/m-p/8383325#M1643017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-09T17:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Write statement not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-not-working/m-p/8383326#M1643018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the program is Executable. I doubted the DE thing first. But then i converted the pgm to EN and tried. it was still not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have kept the code as it is. Even if it is a test run, the print should happen saying that so many idocs are converted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 17:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-not-working/m-p/8383326#M1643018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-09T17:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Write statement not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-not-working/m-p/8383327#M1643019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you entering either the IDoc number or the Mesage type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made a copy of the program and it works for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 17:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-not-working/m-p/8383327#M1643019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-09T17:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Write statement not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-not-working/m-p/8383328#M1643020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diana, &lt;/P&gt;&lt;P&gt;   Comapare both the program - RC1_IDOC_SET_STATUS and the clone in SE39 and see if you have any extra Writes without a new line  after this write statement.Or might the FM which you are calling in your program have a Write without a '/'&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>Wed, 09 Nov 2011 17:24:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-not-working/m-p/8383328#M1643020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-09T17:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Write statement not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-not-working/m-p/8383329#M1643021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Important&lt;/STRONG&gt; - read note 1481960.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program was recently changed and you should only run it if OSS asks you to run it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 17:33:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-not-working/m-p/8383329#M1643021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-09T17:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Write statement not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-not-working/m-p/8383330#M1643022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This note has already been appiled in our std pgm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Others,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to do a fresh copy again. If it works, i will let you know.&lt;/P&gt;&lt;P&gt;&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>Thu, 10 Nov 2011 11:21:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-not-working/m-p/8383330#M1643022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-10T11:21:21Z</dc:date>
    </item>
  </channel>
</rss>

