<?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 Adobe Form item data overflow in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-form-item-data-overflow/m-p/10791523#M1879984</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;&amp;nbsp; I am currently stuck in one of my requirement, where I have to overflow my item details table to the next master page (Presently I have two master pages) and the requirement is that the first line item should appear in the first master page, followed by second master page which mainly contains the item table and this second master page is reapeated as many times as is required to display all line items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Also, the line item subform/page is not a table, rather it is a collection of different fields whose data binding is done to different tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a generic requirement and I have already tried all the options of&lt;/P&gt;&lt;P&gt;- Making my item block and body page overflow to the next master page content area.&lt;/P&gt;&lt;P&gt;- Tried restricting appearence of the first master page only once&lt;/P&gt;&lt;P&gt;- Giving a overflow header and trailer&lt;/P&gt;&lt;P&gt;- Repeating my item table for each entry of item table etc....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But inspite of all the above mentioned settings, I still have issue in my output. The output that I get now is showing the first line item along with the first master page. Then second line item appears alone in the next master page, then again the thrid line item is coming in the 1st master page followed by the fourth line item in the second master page. Basically, both my master pages are printed twice in sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me out with this requirement ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jayadeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Dec 2014 11:33:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-12-19T11:33:19Z</dc:date>
    <item>
      <title>Adobe Form item data overflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-form-item-data-overflow/m-p/10791523#M1879984</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;&amp;nbsp; I am currently stuck in one of my requirement, where I have to overflow my item details table to the next master page (Presently I have two master pages) and the requirement is that the first line item should appear in the first master page, followed by second master page which mainly contains the item table and this second master page is reapeated as many times as is required to display all line items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Also, the line item subform/page is not a table, rather it is a collection of different fields whose data binding is done to different tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a generic requirement and I have already tried all the options of&lt;/P&gt;&lt;P&gt;- Making my item block and body page overflow to the next master page content area.&lt;/P&gt;&lt;P&gt;- Tried restricting appearence of the first master page only once&lt;/P&gt;&lt;P&gt;- Giving a overflow header and trailer&lt;/P&gt;&lt;P&gt;- Repeating my item table for each entry of item table etc....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But inspite of all the above mentioned settings, I still have issue in my output. The output that I get now is showing the first line item along with the first master page. Then second line item appears alone in the next master page, then again the thrid line item is coming in the 1st master page followed by the fourth line item in the second master page. Basically, both my master pages are printed twice in sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me out with this requirement ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jayadeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 11:33:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-form-item-data-overflow/m-p/10791523#M1879984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-19T11:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Form item data overflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-form-item-data-overflow/m-p/10791524#M1879985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Jayadeep!&lt;/P&gt;&lt;P&gt;First of all, I would suggest binding the first table line to the first master page not as a table but as a single structure or even a set of fields - as you wish (you can add these fields or a structure to the interface separately excluding the line from your items tab). After that you can set a page break so that data items starting from the second one will go separately.&lt;/P&gt;&lt;P&gt;I usually do such trick with signatories - there is a common requirement for them to go together with the last item of the previous data table. So I move the last table line to the structure "last line" (deleting it from the table) and bind it separately on the same subform with signatories. In your case it'll be the first table line.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P style="min-height: 8pt; padding: 0px;"&gt;Also, the line item subform/page is not a table, rather it is a collection of different fields whose data binding is done to different tables. &lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It seems to me, it would be much more comfortable for you to prepare the necessary data in a single table on ABAP side so that you could simply bind that table to some table on the second master page while having a cup of tea &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1103/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I haven't noticed some special requirements in your post which wouldn't allow you to do this. If they exist, please provide a more detailed description.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 12:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-form-item-data-overflow/m-p/10791524#M1879985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-19T12:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Form item data overflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-form-item-data-overflow/m-p/10791525#M1879986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikolay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks for your reply. The problem that I am facing is not of not being able to overflow my item details to the content area of the second master page. My problem is that it is overflowing but in the overflow it is printing only one line item and for the rest of the line items the adobe form is printed once again all over.&lt;/P&gt;&lt;P&gt;for example, if I have four line items to be printed, Its like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st Line item : On the first master page with all details&lt;/P&gt;&lt;P&gt;2nd Line Item: On the second master page&lt;/P&gt;&lt;P&gt;3rd Line item: Again first master page is being called for it whereas it shud continue with the second master page after 2nd line item.&lt;/P&gt;&lt;P&gt;4th Line item: On the 2nd master page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In total I am getting 4 pages print (two of each master pages) whereas ideally I should be getting two pages (One of each master page).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jayadeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Dec 2014 12:22:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-form-item-data-overflow/m-p/10791525#M1879986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-21T12:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Form item data overflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-form-item-data-overflow/m-p/10791526#M1879987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;It's difficult for me to give you an advice without seeing your SFP form. That's why I suggested you a way which is supposed to work in my opinion.&lt;/P&gt;&lt;P&gt;If you can share your form, I'll have a look.&lt;/P&gt;&lt;P&gt;But my experience says that it's quite hard to find really helpful info about Adobe forms when something's not gonna work (both on SCN and Adobe forum), so I prefer to use simple and well-tried methods.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 09:59:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-form-item-data-overflow/m-p/10791526#M1879987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-22T09:59:04Z</dc:date>
    </item>
  </channel>
</rss>

