<?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: PopUp + Write in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-write/m-p/5087535#M1181181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HiPatrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the popup and handling the input field in the popup refer to this link&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="6617531"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps.&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2009 09:44:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-03T09:44:51Z</dc:date>
    <item>
      <title>PopUp + Write</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-write/m-p/5087533#M1181179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a little frame, in which I want to use the WRITE assignment.&lt;/P&gt;&lt;P&gt;As far as I know, with WRITE you can change the backgroundcolor of the text.&lt;/P&gt;&lt;P&gt;Anybody knows an opportunity how this is possible?&lt;/P&gt;&lt;P&gt;If you have any other suggestions, tell me plz &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 09:38:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-write/m-p/5087533#M1181179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T09:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: PopUp + Write</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-write/m-p/5087534#M1181180</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 simply do this by.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at screen.
 if screen-name = 'your field'.
 screen-intensified = 1.
 modify screen.
 endif.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 09:42:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-write/m-p/5087534#M1181180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T09:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: PopUp + Write</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-write/m-p/5087535#M1181181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HiPatrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the popup and handling the input field in the popup refer to this link&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="6617531"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps.&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 09:44:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-write/m-p/5087535#M1181181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T09:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: PopUp + Write</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-write/m-p/5087536#M1181182</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 code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
write:/ 'Hi' color 5 intensified on.
skip.
write:/ 'Hi' color 5 intensified off.
skip.
write:/ 'Hi' color 5 inverse on.
skip.
write:/ 'Hi' color 5 inverse off.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 09:45:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-write/m-p/5087536#M1181182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T09:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: PopUp + Write</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-write/m-p/5087537#M1181183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE F INPUT OFF INVERSE COLOR 3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 09:46:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-write/m-p/5087537#M1181183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T09:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: PopUp + Write</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-write/m-p/5087538#M1181184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your fast answers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to get backgroundcolours like green, yellow, red and blue this way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use an ALV Grid Table with different colours and I want to create a new frame which works as a caption.&lt;/P&gt;&lt;P&gt;With the intensified idea, it just changes the text colour and not the background colour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible with an usual dynpro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Patrick Heinz on Feb 3, 2009 10:50 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 09:47:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-write/m-p/5087538#M1181184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T09:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: PopUp + Write</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-write/m-p/5087539#M1181185</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;Yes intensified will only change the text color.&lt;/P&gt;&lt;P&gt;I believe you want to change the backgroung color of the report and not the selection screen. If yes, change the layout of the ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vivekanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 10:00:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-write/m-p/5087539#M1181185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T10:00:04Z</dc:date>
    </item>
  </channel>
</rss>

