<?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: scriptform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scriptform/m-p/3997011#M954928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Indentify the paragraph where you need to put the new data by activating the&lt;/P&gt;&lt;P&gt;script debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can retrieve your new data inserting this perform in the form:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I pass doc number and item number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;ZSTK&amp;amp;  and &amp;amp;KWERT&amp;amp; are the new data in this example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:   PERFORM xxxx IN PROGRAM xxx   &lt;/P&gt;&lt;P&gt;/:   USING &amp;amp;VBDKR-VBELN&amp;amp;                                 &lt;/P&gt;&lt;P&gt;/:   USING &amp;amp;VBDPR-POSNR&amp;amp;                                 &lt;/P&gt;&lt;P&gt;/:   USING &amp;amp;KOMVD-KWERT&amp;amp;                                 &lt;/P&gt;&lt;P&gt;/:   CHANGING &amp;amp;ZSTK&amp;amp;                                     &lt;/P&gt;&lt;P&gt;/:   CHANGING &amp;amp;KWERT&amp;amp;                                    &lt;/P&gt;&lt;P&gt;/:   ENDPERFORM                                          &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM xxxx TABLES IN_TAB STRUCTURE ITCSY&lt;/P&gt;&lt;P&gt;                      OUT_TAB STRUCTURE ITCSY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT IN_TAB WHERE name = 'VBDKR-VBELN'.&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;        input         =  IN_TAB-VALUE&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        OUTPUT         =  VAL.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;*All your code here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jun 2008 18:57:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-23T18:57:43Z</dc:date>
    <item>
      <title>scriptform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scriptform/m-p/3997010#M954927</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;how to send print preview of script /smartforms to clients??&lt;/P&gt;&lt;P&gt;In salesorder form if i want to add some new fields , how can i will add?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally what fields  the client require  to add on purchase order, sales order, invoice..document??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz..give me some example...&lt;/P&gt;&lt;P&gt;And how to code that field in subroutine-pool driver program??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advence...&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Asha .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jun 2008 10:14:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scriptform/m-p/3997010#M954927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-22T10:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: scriptform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scriptform/m-p/3997011#M954928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Indentify the paragraph where you need to put the new data by activating the&lt;/P&gt;&lt;P&gt;script debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can retrieve your new data inserting this perform in the form:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I pass doc number and item number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;ZSTK&amp;amp;  and &amp;amp;KWERT&amp;amp; are the new data in this example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:   PERFORM xxxx IN PROGRAM xxx   &lt;/P&gt;&lt;P&gt;/:   USING &amp;amp;VBDKR-VBELN&amp;amp;                                 &lt;/P&gt;&lt;P&gt;/:   USING &amp;amp;VBDPR-POSNR&amp;amp;                                 &lt;/P&gt;&lt;P&gt;/:   USING &amp;amp;KOMVD-KWERT&amp;amp;                                 &lt;/P&gt;&lt;P&gt;/:   CHANGING &amp;amp;ZSTK&amp;amp;                                     &lt;/P&gt;&lt;P&gt;/:   CHANGING &amp;amp;KWERT&amp;amp;                                    &lt;/P&gt;&lt;P&gt;/:   ENDPERFORM                                          &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM xxxx TABLES IN_TAB STRUCTURE ITCSY&lt;/P&gt;&lt;P&gt;                      OUT_TAB STRUCTURE ITCSY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT IN_TAB WHERE name = 'VBDKR-VBELN'.&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;        input         =  IN_TAB-VALUE&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        OUTPUT         =  VAL.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;*All your code here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 18:57:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scriptform/m-p/3997011#M954928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T18:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: scriptform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scriptform/m-p/3997012#M954929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;I got my answer...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 06:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scriptform/m-p/3997012#M954929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T06:06:45Z</dc:date>
    </item>
  </channel>
</rss>

