<?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: Problem in SAP Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sap-script/m-p/2168955#M459769</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 complete printer command normally resides in the print control. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If characters belonging to the print command follow after the print control in the text (only useful for the HPL2 printer driver for PCL-5 printers), the text line following after the PRINT-CONTROL command should begin with an equals sign (=) in the format column. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: &lt;/P&gt;&lt;P&gt;/:  PRINT-CONTROL SESCP = *c5G &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not use the equals sign, a space character is inserted between the print control SESCP and the character *c5G. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to OSS note 5996 - How can SAPscript include printer commands?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Apr 2007 19:59:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-23T19:59:18Z</dc:date>
    <item>
      <title>Problem in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sap-script/m-p/2168950#M459764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;         In printing description of a material, i defined the size as of 40 characters.&lt;/P&gt;&lt;P&gt;If it crosses 40 characters i need to print that in next line.&lt;/P&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;1)HANDLE SOLID SHANK SHUNG SOLID LIQUID GAS LINK-&amp;gt;now 40th character is A of GAS, but i need to print 'GAS LINK' in next line.&lt;/P&gt;&lt;P&gt;How i can overcome this,Please help me.&lt;/P&gt;&lt;P&gt;Points will be rewarded.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 16:27:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sap-script/m-p/2168950#M459764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T16:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sap-script/m-p/2168951#M459765</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 the script editor, for continuation of same line, you have to use the option "=" in the leftmost command field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sksingh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 16:31:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sap-script/m-p/2168951#M459765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T16:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sap-script/m-p/2168952#M459766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can't predict for every material that 41 position letter.&lt;/P&gt;&lt;P&gt;sometimes it will be Ok for certain materials&lt;/P&gt;&lt;P&gt;so better try to print the description in the next line where there is enough space.&lt;/P&gt;&lt;P&gt;as such there is no rule to avoid such texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 16:33:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sap-script/m-p/2168952#M459766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T16:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sap-script/m-p/2168953#M459767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing you can do is to is indexing the lines: &lt;/P&gt;&lt;P&gt;ie:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: &amp;amp;VAR(40)&amp;amp;&lt;/P&gt;&lt;P&gt;/: IF &amp;amp;VAR(40)+10&amp;amp; EQ '          '&lt;/P&gt;&lt;P&gt;/: &amp;amp;VAR(40)+10&amp;amp; " For example&lt;/P&gt;&lt;P&gt;/:ENDIF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Will print in case it still has data to output.&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;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 16:34:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sap-script/m-p/2168953#M459767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T16:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sap-script/m-p/2168954#M459768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Karthick - try function split_line.  You can specify the maximum line length and the function will return a table of lines split correctly.   Loop at the table and assign your form variables as needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lawrence Schmit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 18:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sap-script/m-p/2168954#M459768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T18:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sap-script/m-p/2168955#M459769</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 complete printer command normally resides in the print control. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If characters belonging to the print command follow after the print control in the text (only useful for the HPL2 printer driver for PCL-5 printers), the text line following after the PRINT-CONTROL command should begin with an equals sign (=) in the format column. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: &lt;/P&gt;&lt;P&gt;/:  PRINT-CONTROL SESCP = *c5G &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not use the equals sign, a space character is inserted between the print control SESCP and the character *c5G. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to OSS note 5996 - How can SAPscript include printer commands?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 19:59:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sap-script/m-p/2168955#M459769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T19:59:18Z</dc:date>
    </item>
  </channel>
</rss>

