<?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: SAP Script and print program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-print-program/m-p/1140529#M114466</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 declard these variables as global only. but then I m getting the values ship_id but not new_delivery.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jan 2006 09:40:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-26T09:40:06Z</dc:date>
    <item>
      <title>SAP Script and print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-print-program/m-p/1140527#M114464</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;In my Print pgm , I m coding like...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate data_id vbdkl-vbeln into new_delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if likp-kunnr eq c_ship_party1 &lt;/P&gt;&lt;P&gt;ship_check = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I make the variables new_delivery and ship_check visible in my Sap Script. Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tharani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 09:30:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-print-program/m-p/1140527#M114464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-26T09:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script and print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-print-program/m-p/1140528#M114465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tharani,&lt;/P&gt;&lt;P&gt;  A variable to be visible from SAPScript must be declared as global variable in the print program (not inside forms or  other).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In sapscript use &amp;amp;new_delivery&amp;amp; &amp;amp;ship_check&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Manuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 09:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-print-program/m-p/1140528#M114465</guid>
      <dc:creator>manuel_bassani</dc:creator>
      <dc:date>2006-01-26T09:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script and print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-print-program/m-p/1140529#M114466</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 declard these variables as global only. but then I m getting the values ship_id but not new_delivery.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 09:40:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-print-program/m-p/1140529#M114466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-26T09:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script and print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-print-program/m-p/1140530#M114467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you have to dig in a bit more to see &lt;/P&gt;&lt;P&gt;1) the variable names in prg and sapscript are exactly the same&lt;/P&gt;&lt;P&gt;2) the variable value is not being overwritten by something else before you call sapscript&lt;/P&gt;&lt;P&gt;3) the variable is declared globally and not locally&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 10:11:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-print-program/m-p/1140530#M114467</guid>
      <dc:creator>lajitha_menon</dc:creator>
      <dc:date>2006-01-26T10:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script and print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-print-program/m-p/1140531#M114468</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 variable : new_delivery might not be populating the program , Debug the program and check the variable is populating or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way to display the values on SAP script is&lt;/P&gt;&lt;P&gt;    call function 'TEXT_SYMBOL_SETVALUE'&lt;/P&gt;&lt;P&gt;         exporting&lt;/P&gt;&lt;P&gt;              name  = '&amp;amp;new_delivery&amp;amp;'&lt;/P&gt;&lt;P&gt;              value = &amp;lt; table field or any value &amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 10:49:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-print-program/m-p/1140531#M114468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-26T10:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script and print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-print-program/m-p/1140532#M114469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Try also to do a syntax check of the SAPScript&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Se71 choose form-&amp;gt;check-&amp;gt;texts. Choose print program and press OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 10:53:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-print-program/m-p/1140532#M114469</guid>
      <dc:creator>manuel_bassani</dc:creator>
      <dc:date>2006-01-26T10:53:29Z</dc:date>
    </item>
  </channel>
</rss>

