<?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: Dynamic Pages in Smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632046#M1864611</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try and revert. Thanks manish and ranju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2014 10:15:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-10-08T10:15:46Z</dc:date>
    <item>
      <title>Dynamic Pages in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632037#M1864602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a specific requirement in smart forms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 14 different pages. and each page should be displayed only if certain condition is satisfied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody suggest how this can be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Aniruddha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 06:21:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632037#M1864602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-08T06:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pages in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632038#M1864603</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;Crate your pages first&amp;nbsp; and You can give condition to window in &lt;STRONG&gt;Condition tab , Add additional event, Only on page&lt;/STRONG&gt; and mention Page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 06:39:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632038#M1864603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-08T06:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pages in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632039#M1864604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. But how can I control the page flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am developing a smart form Process order output.&lt;/P&gt;&lt;P&gt;depending on the operations in the process order, certain pages should display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example....&lt;/P&gt;&lt;P&gt;I have total 14 page formats.&lt;/P&gt;&lt;P&gt;if a certain process order contains operations A, D and E, then it should display pages&lt;/P&gt;&lt;P&gt;first (by default)&lt;/P&gt;&lt;P&gt;fifth (for D)&lt;/P&gt;&lt;P&gt;sixth and seventh (for E)&lt;/P&gt;&lt;P&gt;thirteenth and fourteenth (by default)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hence my output should display 6 pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think if I put conditions on window, It will not display the data from that window, but it will display a blank page which is not required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct if I am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 07:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632039#M1864604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-08T07:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pages in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632040#M1864605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you are right. Give Command in each page. set flag as per your requirement in program and export in smartform , and use it in condition.&lt;/P&gt;&lt;P&gt;Dont put condition for Default pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer &lt;A __default_attr="1188780" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Restrict printing of a page in Smartform based on a condition." href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 07:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632040#M1864605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-08T07:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pages in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632041#M1864606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried giving command in each page. I created a main window in each page and defined the command. But it works only in case of first main window. all the other main windows are not getting executed.&lt;/P&gt;&lt;P&gt;the smart form is allowing me to create a main window in each page but it is executing only first main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 08:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632041#M1864606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-08T08:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pages in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632042#M1864607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;right. You need to give&amp;nbsp; &lt;STRONG&gt;all condition for all main window&lt;/STRONG&gt;. it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set first page from control parameter &lt;STRONG&gt;SSFCTRLOP-startpage = Page name&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 08:50:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632042#M1864607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-08T08:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pages in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632043#M1864608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aniruddha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;First Solution:&lt;/STRONG&gt; if all windows other than main window is same in all pages, you should use 14 folder in main window and command node after each folder to trigger page break. Inside each folder you can add contents which you want to print in particular page. If you don't want to print any page you can use condition tab of folder &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Second Solution: &lt;/STRONG&gt;In command node you can maintain new page. In your case you have 14 pages, then add 13 command node in each page and put condition on each command node. Based on your condition only one command node will execute and page given in this node will be your next page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 09:29:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632043#M1864608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-08T09:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pages in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632044#M1864609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Page format is different for all pages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 10:01:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632044#M1864609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-08T10:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pages in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632045#M1864610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to refer second solution. Create all 14 pages and give 13 command in each page as per your requirement.&lt;BR /&gt; Set&amp;nbsp; your first page from control parameter &lt;STRONG&gt;SSFCTRLOP-startpage = Page name&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 10:08:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632045#M1864610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-08T10:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pages in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632046#M1864611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try and revert. Thanks manish and ranju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 10:15:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632046#M1864611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-08T10:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pages in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632047#M1864612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, When I create two main windows.&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;one main window on Page 1 and one main window on Page 4 (remember I have 14 pages with different format),&lt;/P&gt;&lt;P&gt;The system does not display the contents of main window on page 4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 06:22:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632047#M1864612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-16T06:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pages in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632048#M1864613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please check the condition to jump on page 4. is it diaplaying other than main data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 06:34:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632048#M1864613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-20T06:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pages in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632049#M1864614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no issue in jump to the page 4. the page 4 is displayed.&lt;/P&gt;&lt;P&gt;But, from page 4 I want to go to page 6. So I put a command in the last window of page 4. To put the command, I make the window as Main window.&lt;/P&gt;&lt;P&gt;But the moment I define the window as Main window, it does not display the contents of that window. the contents of all other windows of page 4 are properly displayed. also If I define the window as secondary window, it displays the contents , but in that case there is no option to jump to page 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the main problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want one main window on each page to define the page triggering command. But system only displays contents of first main window.&lt;/P&gt;&lt;P&gt;other main windows are not executed at all, hence not even the command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 10:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632049#M1864614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-21T10:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pages in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632050#M1864615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are working on SAP ABAP version 7 with path level 14. Is there any note or something which I can implement.&lt;/P&gt;&lt;P&gt;Because whatever I have understood so far, is that there is some issue with the standard behaviour of the system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Gurus, Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 10:19:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632050#M1864615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-21T10:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pages in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632051#M1864616</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;Unfortunately, &lt;SPAN style="text-decoration: underline;"&gt;you must code all content (including page break nodes) in the main window of the first page you are outputing&lt;/SPAN&gt;... There is no way I know of to work around this restriction. It kind of makes sense, if you think long enough about what the Smartform Composer has to accomplish at runtime... In terms of content, you can only have one "main window" spanning over several pages...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The main window of the rest of pages should contain no content - you can only change positioning, height, background color of main window - attributes like that, but you can't "add" to the content of main window.&amp;nbsp; Only the width of the main window must remain the same over all pages (or you'll get run-time error).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Form with 14 different pages is IMO far too complex anyway. I'd try to really look at the requirement, try to split the output required into several forms, and leave the decision as to which form needs to be output when to the application...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Janis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Jānis B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 10:36:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632051#M1864616</guid>
      <dc:creator>Private_Member_7726</dc:creator>
      <dc:date>2014-10-21T10:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pages in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632052#M1864617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes Janis is right, You need Main window only to put condition which is on other than first pages. You need to work around it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 10:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632052#M1864617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-21T10:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pages in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632053#M1864618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janis...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have ultimately done the same thing...&lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1063/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are around 8 to 9 processes printing on about 14 pages. and I have created a separate form for each process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is satisfied.&lt;/P&gt;&lt;P&gt;But it really looks ugly because, problem is user can not preview all the pages at a time. more over he can't preview the pages of previous process, because the smart form is already executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if user takes print out, it works perfectly fine. No problem. I discussed this with the concerned people and so far they don't have issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I also thought to check any other option if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Janis and Ranju again...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 11:01:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-in-smartforms/m-p/10632053#M1864618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-21T11:01:28Z</dc:date>
    </item>
  </channel>
</rss>

