<?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 PO SAP Script, producing a  PDF  format. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-po-sap-script-producing-a-pdf-format/m-p/1097330#M102482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  What is the value stored in VLINE? Is it sy-VLIne?&lt;/P&gt;&lt;P&gt;Try giving Sy-vline in place of Vline. Or try giving syst-vline.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Dec 2005 11:06:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-19T11:06:52Z</dc:date>
    <item>
      <title>problem in PO SAP Script, producing a  PDF  format.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-po-sap-script-producing-a-pdf-format/m-p/1097328#M102480</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;Description: We have developed a Purchase Order script. Both the Print Program and SAP Script are customised i.e., we are no longer using the standard MEDRUCK. The print preview is fine and when we take a print out the output looks good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem: When the output type is changes to External Send using the Messages tab in the transaction ME23N, the output is given to a PDF file. In this output the vertical lines are not coming properly. The vertical lines are printed using the VLINE statement of sap script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution Required for: Could any one please tell me why are we getting this problem and a possible solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;M9   &amp;amp;VLINE&amp;amp;,,&amp;amp;GT_EKPO-EBELP(Z)&amp;amp;,,&amp;amp;VLINE&amp;amp;,,&amp;lt;TX&amp;gt;&amp;amp;GT_EKPO-IDNLF(C14)&amp;amp;&amp;lt;/&amp;gt;    
=    ,,&amp;amp;VLINE&amp;amp;,,&amp;lt;TX&amp;gt;&amp;amp;GT_EKPO-TXZ01(C40)&amp;amp;&amp;lt;/&amp;gt;,,&amp;amp;VLINE&amp;amp;,,&amp;amp;GT_EKPO-MENGE(C.0)&amp;amp;
=    ,,&amp;amp;GT_EKPO-MEINS(3)&amp;amp;,,&amp;amp;VLINE&amp;amp;,,
=  &amp;amp;GT_EKPO-NETPR(9.2)&amp;amp;                  
=    ,,&amp;amp;VLINE&amp;amp;,,&amp;amp;GT_EKPO-NETWR(9.2)&amp;amp;,,&amp;amp;VLINE&amp;amp;                            &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Raghavendra Goutham.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Helpfull answers will be rewarded definitely.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 07:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-po-sap-script-producing-a-pdf-format/m-p/1097328#M102480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-19T07:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: problem in PO SAP Script, producing a  PDF  format.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-po-sap-script-producing-a-pdf-format/m-p/1097329#M102481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;What i can suggest from here without getting a look at the code within the SAPScript you can use the POSITION  command with in the SAPScript for getting the exact location of the box, otherwise replace the vline command with BOX command which will be i think best solution for the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 10:57:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-po-sap-script-producing-a-pdf-format/m-p/1097329#M102481</guid>
      <dc:creator>former_member480923</dc:creator>
      <dc:date>2005-12-19T10:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: problem in PO SAP Script, producing a  PDF  format.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-po-sap-script-producing-a-pdf-format/m-p/1097330#M102482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  What is the value stored in VLINE? Is it sy-VLIne?&lt;/P&gt;&lt;P&gt;Try giving Sy-vline in place of Vline. Or try giving syst-vline.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 11:06:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-po-sap-script-producing-a-pdf-format/m-p/1097330#M102482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-19T11:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: problem in PO SAP Script, producing a  PDF  format.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-po-sap-script-producing-a-pdf-format/m-p/1097331#M102483</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;Best practise is 1st you FRAME the window with boxes.........&lt;/P&gt;&lt;P&gt;Example.....&lt;/P&gt;&lt;P&gt;/*   BEGIN OF CHANGE LDEEPAK 09/12/2005.&lt;/P&gt;&lt;P&gt;/:   IF &amp;amp;VBDKR-VBTYP&amp;amp; = 'O' OR &amp;amp;VBDKR-VBTYP&amp;amp; = 'S' OR &amp;amp;VBDKR-VBTYP&amp;amp; = '6'.&lt;/P&gt;&lt;P&gt;/:   BOX YPOS '0.0' CM WIDTH '25.4' CM HEIGHT '0.85' CM FRAME 4 TW&lt;/P&gt;&lt;P&gt;/:   BOX YPOS '0' CM XPOS '4.4'CM WIDTH '0'CM HEIGHT '0.85'CM FRAME 4 TW&lt;/P&gt;&lt;P&gt;/:   BOX YPOS '0' CM XPOS '8.35'CM WIDTH '0'CM HEIGHT '0.85'CM FRAME 4 TW&lt;/P&gt;&lt;P&gt;/:   BOX YPOS '0' CM XPOS '11.6'CM WIDTH '0'CM HEIGHT '0.85'CM FRAME 4 TW&lt;/P&gt;&lt;P&gt;/:   BOX YPOS '0' CM XPOS '19.65'CM WIDTH '0'CM HEIGHT '0.85'CM FRAME 4 TW&lt;/P&gt;&lt;P&gt;B     &amp;lt;K&amp;gt;CUSTOMER NO.&amp;lt;/&amp;gt;            &amp;lt;K&amp;gt; CONTRACT NO. / SALES ORDER NO.&amp;lt;/&amp;gt;&lt;/P&gt;&lt;P&gt;=     &amp;lt;K&amp;gt;  ORIGINAL INVOICE NO.&amp;lt;/&amp;gt;  ,,&amp;lt;K&amp;gt;  CUSTOMER PO.&amp;lt;/&amp;gt;&lt;/P&gt;&lt;P&gt;=                               ,,,,&amp;lt;K&amp;gt;TERMS&amp;lt;/&amp;gt;&lt;/P&gt;&lt;P&gt;/:   BOX YPOS '3.25'CM WIDTH '25.4'CM HEIGHT '0.95'CM FRAME 0 TW INTENSITY 8&lt;/P&gt;&lt;P&gt;/:   BOX YPOS '5.1'CM WIDTH '25.4'CM HEIGHT '0.95'CM FRAME 0 TW INTENSITY 8&lt;/P&gt;&lt;P&gt;/:   BOX YPOS '6.95'CM WIDTH '25.4'CM HEIGHT '0.95'CM FRAME 0 TW INTENSITY 8&lt;/P&gt;&lt;P&gt;/:   BOX YPOS '8.85'CM WIDTH '25.4'CM HEIGHT '0.95'CM FRAME 0 TW INTENSITY 8&lt;/P&gt;&lt;P&gt;/:   BOX YPOS '10.6'CM WIDTH '25.4'CM HEIGHT '0.95'CM FRAME 0 TW INTENSITY 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this you can give commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later you can code for getting the values in to window.&lt;/P&gt;&lt;P&gt;Here while populating the values you need to use TABS to place the value in correct position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;If this helps you reward with points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Deepak333 k&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 11:09:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-po-sap-script-producing-a-pdf-format/m-p/1097331#M102483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-19T11:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: problem in PO SAP Script, producing a  PDF  format.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-po-sap-script-producing-a-pdf-format/m-p/1097332#M102484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its advisable to use BOX commands for vertical lines rather than using sy-vline.. sy-vline generally gives problems wen we use different outputs or outputs in diff printers and the like.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 11:12:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-po-sap-script-producing-a-pdf-format/m-p/1097332#M102484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-19T11:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem in PO SAP Script, producing a  PDF  format.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-po-sap-script-producing-a-pdf-format/m-p/1097333#M102485</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; Thanks for your esteemed replies. I think i haven't explained my problem well. In the "Messages" push-button in the Appliation Toolbar in ME23N transaction when ever i am creating a message with output type 5 the Print Preview is not proper and when the output type is 1 the print preview has no problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; We are using TIMES font by default. Is it the font problem. Any input in this regard is highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Raghavendra Goutham P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2005 08:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-po-sap-script-producing-a-pdf-format/m-p/1097333#M102485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-21T08:34:57Z</dc:date>
    </item>
  </channel>
</rss>

