<?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: SAPSCRIPT---DUPLICATE RECORDS WITH CALL FUNCTION 'WRITE_FORM' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-duplicate-records-with-call-function-write-form/m-p/9512372#M1748460</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oriol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check below link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/1382005"&gt;http://scn.sap.com/thread/1382005&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jun 2013 17:12:10 GMT</pubDate>
    <dc:creator>anilkumar_kalkivai</dc:creator>
    <dc:date>2013-06-27T17:12:10Z</dc:date>
    <item>
      <title>SAPSCRIPT---DUPLICATE RECORDS WITH CALL FUNCTION 'WRITE_FORM'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-duplicate-records-with-call-function-write-form/m-p/9512367#M1748455</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;I have found that when use the FUNCTION 'WRITE_FORM' with exporting parameters&amp;nbsp; type = 'BOTTOM' the records of out for my Sapscript have been duplicates in the bottom of my page. Someone&amp;nbsp; why know ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL FUNCTION 'WRITE_FORM'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; element&amp;nbsp;&amp;nbsp; = 'ITEM_LINE'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'MAIN'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; function&amp;nbsp; = 'APPEND'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'BOTTOM'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXCEPTIONS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; element&amp;nbsp;&amp;nbsp; = 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; function&amp;nbsp; = 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unopened&amp;nbsp; = 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unstarted = 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window&amp;nbsp;&amp;nbsp;&amp;nbsp; = 6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OTHERS&amp;nbsp;&amp;nbsp;&amp;nbsp; = 7.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 09:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-duplicate-records-with-call-function-write-form/m-p/9512367#M1748455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-06T09:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT---DUPLICATE RECORDS WITH CALL FUNCTION 'WRITE_FORM'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-duplicate-records-with-call-function-write-form/m-p/9512368#M1748456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any specific reason to use bottom... because as you are using the element it will by default append at the bottom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try just with the element and the window... it will trigger appropriately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 09:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-duplicate-records-with-call-function-write-form/m-p/9512368#M1748456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-06T09:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT---DUPLICATE RECORDS WITH CALL FUNCTION 'WRITE_FORM'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-duplicate-records-with-call-function-write-form/m-p/9512369#M1748457</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;Just takes you back to the basic definitions. Hope the link helps all. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1495/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; and yes Quoted from the SAP Bible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;The system interprets this parameter only for output to the main window.&lt;/P&gt;&lt;P&gt;The parameter determines the area of the main window into which you want to output the element. &lt;/P&gt;&lt;P&gt;Possible values:&lt;/P&gt;&lt;P&gt;'TOP'&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;header area&lt;/P&gt;&lt;P&gt;'BODY'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;main area&lt;/P&gt;&lt;P&gt;'BOTTOM'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;footer area&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;Default value:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'BODY'&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/d6/0dba41494511d182b70000e829fbfe/content.htm" title="http://help.sap.com/saphelp_nw70/helpdata/en/d6/0dba41494511d182b70000e829fbfe/content.htm"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/d6/0dba41494511d182b70000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 13:28:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-duplicate-records-with-call-function-write-form/m-p/9512369#M1748457</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-06-06T13:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT---DUPLICATE RECORDS WITH CALL FUNCTION 'WRITE_FORM'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-duplicate-records-with-call-function-write-form/m-p/9512370#M1748458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;sorry for my explanation .... but wanted to say that this function was ejecunte in my SAPscript Main window so I went to the last record repeated X times (the last record in the internal table) as the loop turns which contained this function with type = 'BOTTOM '&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 16:52:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-duplicate-records-with-call-function-write-form/m-p/9512370#M1748458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-27T16:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT---DUPLICATE RECORDS WITH CALL FUNCTION 'WRITE_FORM'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-duplicate-records-with-call-function-write-form/m-p/9512371#M1748459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;sorry for my explanation .... but wanted to say that this function was ejecunte in my SAPscript Main window so I went to the last record repeated X times (the last record in the internal table) as the loop turns which contained this function with type = 'BOTTOM '&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 16:52:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-duplicate-records-with-call-function-write-form/m-p/9512371#M1748459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-27T16:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT---DUPLICATE RECORDS WITH CALL FUNCTION 'WRITE_FORM'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-duplicate-records-with-call-function-write-form/m-p/9512372#M1748460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oriol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check below link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/1382005"&gt;http://scn.sap.com/thread/1382005&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 17:12:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-duplicate-records-with-call-function-write-form/m-p/9512372#M1748460</guid>
      <dc:creator>anilkumar_kalkivai</dc:creator>
      <dc:date>2013-06-27T17:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT---DUPLICATE RECORDS WITH CALL FUNCTION 'WRITE_FORM'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-duplicate-records-with-call-function-write-form/m-p/9512373#M1748461</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;Still not very clear to me but I would suggest reading the link BOTTOM when passed as a parameter takes you to the footer area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 21:36:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-duplicate-records-with-call-function-write-form/m-p/9512373#M1748461</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-06-27T21:36:01Z</dc:date>
    </item>
  </channel>
</rss>

