<?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 how to create dynamic window in sap script? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-window-in-sap-script/m-p/10033083#M1808076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; how to create dynamic window in sap script.&lt;/P&gt;&lt;P&gt;payel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jan 2014 10:06:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-01-17T10:06:36Z</dc:date>
    <item>
      <title>how to create dynamic window in sap script?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-window-in-sap-script/m-p/10033083#M1808076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; how to create dynamic window in sap script.&lt;/P&gt;&lt;P&gt;payel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 10:06:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-window-in-sap-script/m-p/10033083#M1808076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-17T10:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to create dynamic window in sap script?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-window-in-sap-script/m-p/10033084#M1808077</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;Creation of dynamic window in SAP scripts is not possible. What is the requirement can you describe in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However you use the PERFORM statement in SAP script and call a subroutine to pass the values and do the concatenation or formatting and return it back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tooshar Bendale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 11:31:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-window-in-sap-script/m-p/10033084#M1808077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-17T11:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to create dynamic window in sap script?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-window-in-sap-script/m-p/10033085#M1808078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; I have a check printing through f-58.and I copy F110_PRENUM_CHCk.&lt;/P&gt;&lt;P&gt; and I have to printing check icici,citi and scb bank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the position of date box in check is different for different bank .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I think to create dynamic window for date for different bank.&lt;/P&gt;&lt;P&gt;payel &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 11:38:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-window-in-sap-script/m-p/10033085#M1808078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-17T11:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to create dynamic window in sap script?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-window-in-sap-script/m-p/10033086#M1808079</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;Place 3 different windows for 3 different banks based on the positions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of having only one variable printing the date, make use of 3 different variables ie &lt;/P&gt;&lt;P&gt;ICICI bank date varaible&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : DATE_ICICI&lt;/P&gt;&lt;P&gt;CITI bank&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : DATE_CITI&lt;/P&gt;&lt;P&gt;SCB bank&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : DATE_SCB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in case if you are printing the ICICI check just assign variable DATE_ICICI and keep the rest blank by this way the variable for particular bank prints the date on the correct place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tooshar Bendale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 11:52:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-window-in-sap-script/m-p/10033086#M1808079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-17T11:52:24Z</dc:date>
    </item>
  </channel>
</rss>

