<?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: Creating custom_container variable without using screen-painter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-custom-container-variable-without-using-screen-painter/m-p/1796298#M342199</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;Probably all is possible in another world....not here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No! I don't believe you can't do it without using the screen painter and you should consider it's not good idea to change the screen generated for the selection-screen manually because it's generated every time something is changed so it can risk to loose own modifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Dec 2006 16:42:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-28T16:42:02Z</dc:date>
    <item>
      <title>Creating custom_container variable without using screen-painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-custom-container-variable-without-using-screen-painter/m-p/1796296#M342197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not quite sure if it is possible, but one thing I've learned is, Everything is possible in Computer Science. &lt;SPAN __jive_emoticon_name="grin"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is, Can I create a custom container variable in a selection screen, without using screen painter?&lt;/P&gt;&lt;P&gt;Well, my guess is yes, if we can using screen-painter why not using abap commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Imagine the first selection-screen from a report, a simple one....I want(better...i need &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;   ) to create an container variable there, so that after I can load a logo image to it, but I can't use screen-painter.... How can I do that...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example...&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN SKIP 1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS: RB1 RADIOBUTTON GROUP G1 MODIF ID GR1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 5.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 5(32) TEXT-033.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: p_num FOR ZTESTE-NUM no intervals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'How can I place a container variable here '&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After creating the variable there I can load an image in a simple way to the variable, the problem is creating the variable...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Gonçalo Mouro Vaz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 16:31:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-custom-container-variable-without-using-screen-painter/m-p/1796296#M342197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T16:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom_container variable without using screen-painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-custom-container-variable-without-using-screen-painter/m-p/1796297#M342198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please go through this code sample. It might be helpful for your problem,&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2ec457c4-0a01-0010-2bbc-c6e03a4a03d2" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2ec457c4-0a01-0010-2bbc-c6e03a4a03d2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kathirvel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 16:40:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-custom-container-variable-without-using-screen-painter/m-p/1796297#M342198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T16:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom_container variable without using screen-painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-custom-container-variable-without-using-screen-painter/m-p/1796298#M342199</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;Probably all is possible in another world....not here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No! I don't believe you can't do it without using the screen painter and you should consider it's not good idea to change the screen generated for the selection-screen manually because it's generated every time something is changed so it can risk to loose own modifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 16:42:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-custom-container-variable-without-using-screen-painter/m-p/1796298#M342199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T16:42:02Z</dc:date>
    </item>
  </channel>
</rss>

