<?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 to screen, again! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-to-screen-again/m-p/5096682#M1182857</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;I don't want to use a popup. I want to write the confirmation of the posting in the &lt;STRONG&gt;same&lt;/STRONG&gt; list!.&lt;/P&gt;&lt;P&gt;That way you can see the confirmation when the list is printed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jan 2009 13:36:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-29T13:36:53Z</dc:date>
    <item>
      <title>Write to screen, again!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-to-screen-again/m-p/5096679#M1182854</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;the next question looks simple, but any one got any idea how to solve the following?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My report selects some data that will be presented to the screen. No fancy ALV or so in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the customer is satisfied about the report, (s)he can press a button and some info will be posted. I will spare the details of that. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I want is, that a confirmation will be given on screen, once the posting succeeded.&lt;/STRONG&gt;  &lt;/P&gt;&lt;P&gt;Now the program 'jumps' to a new screen and write the confirmation message there. When I press F3, the program returns to the earlier given list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess I can give a popup after posting but that cannot be printed. in the list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 13:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-to-screen-again/m-p/5096679#M1182854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T13:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Write to screen, again!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-to-screen-again/m-p/5096680#M1182855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can give a pop-up and that can be list,  just use command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;leave to list-processing&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO of screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 13:16:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-to-screen-again/m-p/5096680#M1182855</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2009-01-29T13:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Write to screen, again!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-to-screen-again/m-p/5096681#M1182856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After u r SY-UCOMM use the function mdule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_TO_CONFIRM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From this display ur message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = '0'.&lt;/P&gt;&lt;P&gt;write : 'Confirmation message'.&lt;/P&gt;&lt;P&gt;leave to list processing.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it may help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 13:17:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-to-screen-again/m-p/5096681#M1182856</guid>
      <dc:creator>tarangini_katta</dc:creator>
      <dc:date>2009-01-29T13:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Write to screen, again!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-to-screen-again/m-p/5096682#M1182857</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;I don't want to use a popup. I want to write the confirmation of the posting in the &lt;STRONG&gt;same&lt;/STRONG&gt; list!.&lt;/P&gt;&lt;P&gt;That way you can see the confirmation when the list is printed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 13:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-to-screen-again/m-p/5096682#M1182857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T13:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Write to screen, again!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-to-screen-again/m-p/5096683#M1182858</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;You can add the another field called STATUS in the interanal table which you pass to ALV. Whenever user select the particular record and process it and the after processing the update the error/sucess messsage in this status field of the Internal table and refresh the ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the message will be displayed for the correspoing reocrd in the STATUS fiels in ALV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 13:42:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-to-screen-again/m-p/5096683#M1182858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T13:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Write to screen, again!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-to-screen-again/m-p/5096684#M1182859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's not al ALV.. .. . . ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 13:43:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-to-screen-again/m-p/5096684#M1182859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T13:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Write to screen, again!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-to-screen-again/m-p/5096685#M1182860</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;U need to write again the list and the confirmation message at the end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;START-OF-SELECTION.

  PERFORM write.

  WRITE: / '@15@' AS ICON HOTSPOT, 'Press Icon'.

AT LINE-SELECTION.
  sy-lsind = sy-lsind - 1. "Stay at primary list
  PERFORM write.

  WRITE: / '@19@' AS ICON, 'OK'.
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Form  WRITE
*&amp;amp;---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
*  --&amp;gt;  p1        text
*  &amp;lt;--  p2        text
*----------------------------------------------------------------------*
FORM write .
  WRITE: 'Welcome:', sy-uname.
ENDFORM.                    " WRITE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 13:55:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-to-screen-again/m-p/5096685#M1182860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T13:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Write to screen, again!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-to-screen-again/m-p/5096686#M1182861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Max, that's it! I was already figuring out if I could use sy-lsind. but I just forgot to write the report again. &lt;/P&gt;&lt;P&gt;(All others also thanks for your effort!)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 14:15:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-to-screen-again/m-p/5096686#M1182861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T14:15:43Z</dc:date>
    </item>
  </channel>
</rss>

