<?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 labels in script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/labels-in-script/m-p/1990116#M404012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;             can anyone let me know the functionality of Labels in scripts. plz send me sample code for my understanding. How and why they are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2007 09:49:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-12T09:49:28Z</dc:date>
    <item>
      <title>labels in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/labels-in-script/m-p/1990116#M404012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;             can anyone let me know the functionality of Labels in scripts. plz send me sample code for my understanding. How and why they are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 09:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/labels-in-script/m-p/1990116#M404012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T09:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: labels in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/labels-in-script/m-p/1990117#M404013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure to create the label and how to use it for the printing purpose in sapscript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create the required label (Layout) in the BarOne software -&amp;gt; save it as .LBL file.&lt;/P&gt;&lt;P&gt;2. Go to Menu bar File - &amp;gt; Create format for mySAP business suite - &amp;gt; Include objects &lt;/P&gt;&lt;P&gt;in the Sapscript file will be checked here - &amp;gt; Next - &amp;gt; Include Logos and include &lt;/P&gt;&lt;P&gt;TTF as Bitmap fonts will be checked here - &amp;gt; Next - &amp;gt; Click on Browse button and &lt;/P&gt;&lt;P&gt;save it as .ITF file - &amp;gt; Press finish and close the window. &lt;/P&gt;&lt;P&gt;3. Go to SO10 Transaction. Create a text name here - &amp;gt; Go to Text - &amp;gt; upload - &amp;gt; check&lt;/P&gt;&lt;P&gt;the option ITF press ENTER - &amp;gt; Enter the path of .ITF file and press ENTER.&lt;/P&gt;&lt;P&gt;Save this standard text. &lt;/P&gt;&lt;P&gt;4. Create form in SE71 include this standard text in main window.&lt;/P&gt;&lt;P&gt;5. Pass this SAPSCRIPT FORM in the print program FM &amp;#145;OPEN_FORM&amp;#146;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this out&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/13/388e3bae1d9e7ae10000000a114084/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/13/388e3bae1d9e7ae10000000a114084/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;if you are mentioning about field Labels here are the details for the same&lt;/P&gt;&lt;P&gt;Field Label&lt;/P&gt;&lt;P&gt;Field Labels&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variants:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. f&lt;/P&gt;&lt;P&gt;2. dbtab~field&lt;/P&gt;&lt;P&gt;3. tabalias~field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Used in the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT , &lt;/P&gt;&lt;P&gt;OPEN CURSOR , &lt;/P&gt;&lt;P&gt;UPDATE, and &lt;/P&gt;&lt;P&gt;DELETE statements to denote uniquely the fields of the database tables and views used in the FROM clause .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Denotes the field f of a database table or view specified in the FROM clause. The name f may only appear once in all of the database tables and views used in the staetment. This is not a problem if you only specify one table in the FROM clause. If you cannot assure the uniqueness of f, you must used variant 2 or 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Display a list of all customers whose name begins with 'A':&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: WA_SCUSTOM TYPE SCUSTOM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM SCUSTOM INTO WA_SCUSTOM WHERE NAME LIKE 'A%'.&lt;/P&gt;&lt;P&gt;WRITE: / WA_SCUSTOM-ID, WA_SCUSTOM-NAME.&lt;/P&gt;&lt;P&gt;ENDSELECT. &lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Denotes the field field of table or view dbtab used in the FROM clause. The field must be unique. This is not a problem if the table or view dbtab only occurs once in the FROM clause. If you cannot assure the uniqueness of the field, you must use variant 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Display a list of all customers whose name begins with 'A':&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: WA_SCUSTOM TYPE SCUSTOM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM SCUSTOM INTO WA_SCUSTOM&lt;/P&gt;&lt;P&gt;WHERE SCUSTOM~NAME LIKE 'A%'.&lt;/P&gt;&lt;P&gt;WRITE: / WA_SCUSTOM-ID, WA_SCUSTOM-NAME.&lt;/P&gt;&lt;P&gt;ENDSELECT. &lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Denotes the field f of the specified database table or view that is known by the alias tabalias used in the FROM clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Display a list of all customers whose name begins with 'A':&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: WA_SCUSTOM TYPE SCUSTOM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM SCUSTOM AS T INTO WA_SCUSTOM WHERE T~NAME LIKE 'A%'.&lt;/P&gt;&lt;P&gt;WRITE: / WA_SCUSTOM-ID, WA_SCUSTOM-NAME.&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;GO THROUGH THIS LINK, WHICH WILL HELP YOU TO SOLVE YOUR PROBLEM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.supinfo-projects.com/fr/2005/forms_sapscript_en/7/" target="test_blank"&gt;http://www.supinfo-projects.com/fr/2005/forms_sapscript_en/7/&lt;/A&gt;&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;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 09:53:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/labels-in-script/m-p/1990117#M404013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T09:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: labels in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/labels-in-script/m-p/1990118#M404014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create labels, for example, for address stickers. For labels, several main windows are created on one page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the maintenance window, choose Edit ® Windows ® Create ® Labels.&lt;/P&gt;&lt;P&gt;The dialog window for editing a main window appears. &lt;/P&gt;&lt;P&gt;In the group box Area enter the left and the upper margins as well as the area width and hight of the individual labels. &lt;/P&gt;&lt;P&gt;In the group box Horizontal enter the horizontal distance between the labels and the number of labels. &lt;/P&gt;&lt;P&gt;In the group box Vertical enter the vertical distance between the labels and the number of labels. &lt;/P&gt;&lt;P&gt;In the group box Positions enter the starting position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rammohan Nagam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 09:57:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/labels-in-script/m-p/1990118#M404014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T09:57:24Z</dc:date>
    </item>
  </channel>
</rss>

