<?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: SCRIPT RELATED in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-related/m-p/1680381#M299901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukesh Dubey .&lt;/P&gt;&lt;P&gt;Thank you very much for u r reply.&lt;/P&gt;&lt;P&gt;I did as u told.&lt;/P&gt;&lt;P&gt;but in the print only the last record is comming. &lt;/P&gt;&lt;P&gt;It is skipping all the other records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u know the reason,Plz tell me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Oct 2006 06:01:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-27T06:01:23Z</dc:date>
    <item>
      <title>SCRIPT RELATED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-related/m-p/1680378#M299898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All.&lt;/P&gt;&lt;P&gt;I have an issue in scripts.&lt;/P&gt;&lt;P&gt;I am using a standard print program RFFOUS_C for check printing through FBZ5  transcation.The form is a Z form.&lt;/P&gt;&lt;P&gt;from the standard print program the item data for the MAIN window are not comming.&lt;/P&gt;&lt;P&gt;So i creates a progarm by perform and form through the script.&lt;/P&gt;&lt;P&gt;Now in this Form(Subroutine) I have 5 fields with 10 line items.I am trying to print in the script by "write_form',but it is not printing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;through the structure ITCSY,is it possible ?&lt;/P&gt;&lt;P&gt;can I use 'write_form' in the perform and forms?&lt;/P&gt;&lt;P&gt;Is there any other way for printing multiple fields with multiple line iteams.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any body help me to solve this issue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 04:34:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-related/m-p/1680378#M299898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T04:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: SCRIPT RELATED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-related/m-p/1680379#M299899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dear,&lt;/P&gt;&lt;P&gt;      You are using standard program you dont need use write_form in subroutine. Just go through standard script main window carefully and write the item in your z script ELEMENT 525 of main window. I think it ll solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mukesh Dubey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 04:48:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-related/m-p/1680379#M299899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T04:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: SCRIPT RELATED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-related/m-p/1680380#M299900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes you canuse the structre ITCSY but I think you canuse the WRITE_FORM statement within your FORM and PERFORM statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 04:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-related/m-p/1680380#M299900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T04:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: SCRIPT RELATED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-related/m-p/1680381#M299901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukesh Dubey .&lt;/P&gt;&lt;P&gt;Thank you very much for u r reply.&lt;/P&gt;&lt;P&gt;I did as u told.&lt;/P&gt;&lt;P&gt;but in the print only the last record is comming. &lt;/P&gt;&lt;P&gt;It is skipping all the other records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u know the reason,Plz tell me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 06:01:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-related/m-p/1680381#M299901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T06:01:23Z</dc:date>
    </item>
  </channel>
</rss>

