<?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 SAP SCRIPT questions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-questions/m-p/1081079#M97837</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 am copying a standard delivery note SAP SCRIPT /MESAFS/ZDELNOTE into my own program and making changes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my questions are:&lt;/P&gt;&lt;P&gt;1. Where should i mean which transaction should i execute this to see the output.&lt;/P&gt;&lt;P&gt;2. Before that i have to link my zform replacing the standard form some where. how should i do this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Oct 2005 22:30:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-13T22:30:54Z</dc:date>
    <item>
      <title>SAP SCRIPT questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-questions/m-p/1081079#M97837</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 am copying a standard delivery note SAP SCRIPT /MESAFS/ZDELNOTE into my own program and making changes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my questions are:&lt;/P&gt;&lt;P&gt;1. Where should i mean which transaction should i execute this to see the output.&lt;/P&gt;&lt;P&gt;2. Before that i have to link my zform replacing the standard form some where. how should i do this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2005 22:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-questions/m-p/1081079#M97837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-13T22:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SCRIPT questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-questions/m-p/1081080#M97838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Subbu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To print out a Delivery Note depends on your configuration, but is generally done at your Delivery (VL02N). Go to a delivery and specify the Output Type. Extras-&amp;gt;Delivery Output-&amp;gt;Header&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To configure the system to use your SAPscript, go to transaction NACE. Select 'V2 - Shipping' and click the "Output Types" button. Now select your Output Type - LD00 (after looking at the name of your SAPscript, I would assume it is a Delivery Note) and click the "Processing Routines" folder. You will now see a table control with several columns. The "Program" column is your Print Program; "Form Routine" is the subroutine which gets called within your Print Program; "Form" is the name of the SAPscript you are using. Put your zform here.&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;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. Kindly assign Reward Points to the posts you find helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2005 22:53:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-questions/m-p/1081080#M97838</guid>
      <dc:creator>former_member221770</dc:creator>
      <dc:date>2005-10-13T22:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SCRIPT questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-questions/m-p/1081081#M97839</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;try with this&lt;/P&gt;&lt;P&gt;assisgn the ZDELNOTE to corresponding output type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NACE - &amp;gt; V2(shipping) - &amp;gt; Select output type for Delnote&lt;/P&gt;&lt;P&gt;- &amp;gt; then assign &lt;/P&gt;&lt;P&gt;Formname ZRVDELNOTE&lt;/P&gt;&lt;P&gt;Program RVADDN01&lt;/P&gt;&lt;P&gt;Form routine ENTRY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in Vl01/vl02n select a delivery number - &amp;gt; Extras - &amp;gt; Delivery Output - &amp;gt; Header - &amp;gt; specify your output type  and save &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VL03N - &amp;gt; enter delivery number - &amp;gt; Outbound delivery - &amp;gt; Issue Outbound Delivery &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2005 03:46:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-questions/m-p/1081081#M97839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-14T03:46:38Z</dc:date>
    </item>
  </channel>
</rss>

