<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2159161#M456532</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;Fields you are capturing in your print program are ur program symbols:&lt;/P&gt;&lt;P&gt;which can used for output display &amp;amp;symbols&amp;amp;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2007 06:49:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-20T06:49:48Z</dc:date>
    <item>
      <title>sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2159157#M456528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are program symbols in sapscript?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 06:31:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2159157#M456528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T06:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2159158#M456529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi naga,&lt;/P&gt;&lt;P&gt;To search for program symbols in the corresponding print program, choose Include &amp;gt;Symbols &amp;gt; Program symbols. A dialog box appears, where the system may offer more than one print program. Here, you can also include new print programs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark a print program and then choose the desired symbol definition (DDIC fields, Global data). The system displays a list of the fields or global data available. &lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 06:35:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2159158#M456529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T06:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2159159#M456530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi naga,&lt;/P&gt;&lt;P&gt;a form can be linked to one or several print programs. The global variables in these programs (and also db table declararations) are so-called "program symbols".&lt;/P&gt;&lt;P&gt;To access these print programs, enter transaction SE71, change the form, go to "Page Window" and edit the contents (i.e. the text) of some window. Then go to Insert &amp;gt; Symbols &amp;gt; Program symbols. Here you will see the linked print programs, and a couple of pushbuttons which link to db table declarations and to global variables.&lt;/P&gt;&lt;P&gt;So if you select a field of a db table or a global variable, you may insert its content into the form display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps. BR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 06:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2159159#M456530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T06:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2159160#M456531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI NAGA,&lt;/P&gt;&lt;P&gt;               program symbol has the syntax &amp;amp;table-fields&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;means whatever table and fields u r going to access in you script form through your print program must be assign to form under your line item in main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out this code in change editor of main window.&lt;/P&gt;&lt;P&gt;BELOW  &amp;amp;itab-matnr&amp;amp;.........so on is the program symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     ....&lt;EM&gt;....1....&lt;/EM&gt;....2....&lt;EM&gt;....3....&lt;/EM&gt;....4....+....5...&lt;/P&gt;&lt;P&gt;/*   HEADER ITEM&lt;/P&gt;&lt;P&gt;/:   TOP&lt;/P&gt;&lt;P&gt;HI   MATERIAL NO ,, CREATED BY ,, MATERIAL TYPE&lt;/P&gt;&lt;P&gt;HI   &amp;amp;SY-ULINE(50)&amp;amp;&lt;/P&gt;&lt;P&gt;/:   ENDTOP&lt;/P&gt;&lt;P&gt;/*   LINE_ITEM&lt;/P&gt;&lt;P&gt;/E   MATERIAL&lt;/P&gt;&lt;P&gt;LI   &amp;amp;ITAB-MATNR&amp;amp;,,,,&amp;amp;ITAB-ERNAM&amp;amp;,,,,&amp;amp;ITAB-MTART&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards*&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 06:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2159160#M456531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T06:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2159161#M456532</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;Fields you are capturing in your print program are ur program symbols:&lt;/P&gt;&lt;P&gt;which can used for output display &amp;amp;symbols&amp;amp;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 06:49:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2159161#M456532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T06:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2159162#M456533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naga Mrudula,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Program symbols&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program symbols are for values from the ABAP print program.&lt;/P&gt;&lt;P&gt;For example, &amp;amp;VBDPA-NETWR(11)&amp;amp; in SAPscript code represents the value of the ABAP field VBDPA-NETWR, but as text (to be printable) and restricted to 11 characters.&lt;/P&gt;&lt;P&gt;Such values are not explicitly passed by the print program. A side effect of some of the SAPscript-related function calls that a print program makes seems to be that all the ABAP fields and their contents (as they are at that moment) become available for SAPscript-symbol use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 06:50:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2159162#M456533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T06:50:44Z</dc:date>
    </item>
  </channel>
</rss>

