<?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: Dialog Programming: Dynamic Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-dynamic-screen/m-p/959645#M67087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anuj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following link in the documentation explains what you need - &lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba9a635c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba9a635c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Aug 2005 11:47:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-23T11:47:46Z</dc:date>
    <item>
      <title>Dialog Programming: Dynamic Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-dynamic-screen/m-p/959643#M67085</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 am creating a Dialog transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the Following requirement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have say 5 push-buttons on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO, i will make based on some condition the pushbutton as visible / invisible.&lt;/P&gt;&lt;P&gt;(This i can do using the loop at screen.. modify screen.. etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I wnat to keep the text of this pushbutton also to be dynamic...(though the name remains same )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it's like this :&lt;/P&gt;&lt;P&gt;Pushbutton defined on the Screen with Name = 'Trans1'&lt;/P&gt;&lt;P&gt;                                and  text = 'Trans1'.    &lt;/P&gt;&lt;P&gt;Now at Runtime i just need to change the text to say 'MARA'.So internally the FCODE of the pushbutton still remains 'Trans1', For the user only the text would change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not possible then is there a way to generate the screen element dynamically. (Please note that this is a dialog transaction and i cannot use the method that is used for the dynmic code generation of selection screen of reports. )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help or inputs would be great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anuj D.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2005 10:52:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-dynamic-screen/m-p/959643#M67085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-23T10:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming: Dynamic Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-dynamic-screen/m-p/959644#M67086</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;This can be done. In the screen painter change attribute of the button as &amp;#145;Output Field&amp;#146;. In the program define a field called Trans1, which is the name of your button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: Trans1(10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO, give the value for Trans1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trans1 = &amp;#145;MARA&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2005 11:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-dynamic-screen/m-p/959644#M67086</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-08-23T11:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming: Dynamic Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-dynamic-screen/m-p/959645#M67087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anuj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following link in the documentation explains what you need - &lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba9a635c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba9a635c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2005 11:47:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-dynamic-screen/m-p/959645#M67087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-23T11:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming: Dynamic Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-dynamic-screen/m-p/959646#M67088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vinod, In the meantime i also tried the same and it worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2005 13:42:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-dynamic-screen/m-p/959646#M67088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-23T13:42:39Z</dc:date>
    </item>
  </channel>
</rss>

