<?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: displaying header and item data using script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-header-and-item-data-using-script/m-p/2269178#M492763</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;Do u want to create a new window?? Like all the customer related data in one window and all the other details in main window. Do u want like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2007 08:28:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-29T08:28:04Z</dc:date>
    <item>
      <title>displaying header and item data using script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-header-and-item-data-using-script/m-p/2269173#M492758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;I have to display data using script. In a few windows i have to display header data and in the main window i have to print the item level data. totally there are 9 records at header level. How can i do this using SAP Scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Relevant questions will be highly rewarded.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Ramineni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 07:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-header-and-item-data-using-script/m-p/2269173#M492758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T07:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: displaying header and item data using script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-header-and-item-data-using-script/m-p/2269174#M492759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did u try 'append'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 08:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-header-and-item-data-using-script/m-p/2269174#M492759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T08:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: displaying header and item data using script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-header-and-item-data-using-script/m-p/2269175#M492760</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;The question is a bit unclear. You can do like this. In the main window, print the header data and then its corresponding item data. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;H1
  I11 
  I12
  I13
H2
  I21
  I22
H3
  I31
  I32
........
........
H9
  I91
  I92
  I93
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You can also insert a page break so that each header data is on a new page. This will make script more clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR you can  have two main windows one for header and other for item.&lt;/P&gt;&lt;P&gt;You cannot user other windows (other than main) to display header data as only main window has the property that the data flows to the next page if the space in the window of the page is full.&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;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 08:05:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-header-and-item-data-using-script/m-p/2269175#M492760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T08:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: displaying header and item data using script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-header-and-item-data-using-script/m-p/2269176#M492761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for each and every customer record i have to print the adress of the customer in a address window. the custoemr name and related details in the info window. all the data should get printed in the main window. i have defined a select option for custoemer. For each and every customer related address , info and data should be printed.all the customers should be displayed in a single form.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 08:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-header-and-item-data-using-script/m-p/2269176#M492761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T08:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: displaying header and item data using script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-header-and-item-data-using-script/m-p/2269177#M492762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please explain about append...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 08:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-header-and-item-data-using-script/m-p/2269177#M492762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T08:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: displaying header and item data using script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-header-and-item-data-using-script/m-p/2269178#M492763</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;Do u want to create a new window?? Like all the customer related data in one window and all the other details in main window. Do u want like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 08:28:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-header-and-item-data-using-script/m-p/2269178#M492763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T08:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: displaying header and item data using script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-header-and-item-data-using-script/m-p/2269179#M492764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have created several windows. in some windows header data is to be displayed and in the main window the item data should get printed. totally there are 9 header records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 08:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-header-and-item-data-using-script/m-p/2269179#M492764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T08:47:59Z</dc:date>
    </item>
  </channel>
</rss>

