<?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: smartforms display problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-display-problem/m-p/1220389#M136158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How have you defined your "Next Page" in smartform?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Main Window shud be there in Next Page too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, Pls close your previous posts as "solved/V.Helpful/helpful" or solved it on your own. This would &amp;lt;b&amp;gt;only&amp;lt;/b&amp;gt; encourage others to help you with your queries.&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="1391883"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rules of Engagement:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="115255"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Mar 2006 09:29:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-24T09:29:16Z</dc:date>
    <item>
      <title>smartforms display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-display-problem/m-p/1220388#M136157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam working on smartforms.&lt;/P&gt;&lt;P&gt;I have header and details tables.In the header table(T_HDR) i have 2 different VBELNs .&lt;/P&gt;&lt;P&gt;In the details table iam getting details for each VBELN.&lt;/P&gt;&lt;P&gt;So first loop iam getting 3 details &amp;amp; in the second loop &lt;/P&gt;&lt;P&gt;iam getting 2 details records like this.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  loop at t_hdr into g_hdr
   select * into ....vbap.. t_det where t_hdr-vbeln.
   
    CALL FUNCTION 'SF function module'
    EXPORTING
      CONTROL_PARAMETERS = CONTROL
    TABLES
      T_HDR              = &amp;lt;b&amp;gt;G_HDR&amp;lt;/b&amp;gt;
      T_DET              = &amp;lt;b&amp;gt;T_DET&amp;lt;/b&amp;gt;

  endloop.  " t_hdr

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Since customer number is same in t_hdr, i want to display t_hdr values only one time in the smartforms first page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the next page i want to display all the details using t_det.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the all the details and it is fine.&lt;/P&gt;&lt;P&gt;Only problem is iam getting FIRST page is getting repeated.&lt;/P&gt;&lt;P&gt;How can i reistrict to display first page &amp;lt;b&amp;gt;only one time&amp;lt;/b&amp;gt;?And how to get all the details in the next pages?&lt;/P&gt;&lt;P&gt;Output options are not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward guaranteed&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;kaki&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 09:09:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-display-problem/m-p/1220388#M136157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T09:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-display-problem/m-p/1220389#M136158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How have you defined your "Next Page" in smartform?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Main Window shud be there in Next Page too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, Pls close your previous posts as "solved/V.Helpful/helpful" or solved it on your own. This would &amp;lt;b&amp;gt;only&amp;lt;/b&amp;gt; encourage others to help you with your queries.&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="1391883"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rules of Engagement:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="115255"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 09:29:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-display-problem/m-p/1220389#M136158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T09:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-display-problem/m-p/1220390#M136159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA wa LIKE LINE OF t_hdr.
LOOP AT t_hdr INTO g_hdr.
  wa = g_hdr.
  AT NEW vbeln.
  SELECT * INTO t_det ... WHERE vbeln = wa-vbeln.

  CALL FUNCTION 'SF function module'
   EXPORTING
   CONTROL_PARAMETERS = CONTROL
   TABLES
    T_HDR = G_HDR
    T_DET = T_DET

  ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 10:12:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-display-problem/m-p/1220390#M136159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T10:12:59Z</dc:date>
    </item>
  </channel>
</rss>

