<?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: Printing Transfer Orders through ADOBE Forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-transfer-orders-through-adobe-forms/m-p/9951348#M1798699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No need to copy the standard program. You can do it through the user-exit.&amp;nbsp; follow the below steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In side the program(RLVSDR40)&amp;nbsp; will have the user-exit. Activate the user-exit and create the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- use the below structures and if you want add and modify the structures.&lt;/P&gt;&lt;P&gt;&amp;nbsp; XRLDRC &lt;SPAN class="L0S52"&gt;STRUCTURE&amp;nbsp; RLDRC&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XVBLKK STRUCTURE&amp;nbsp; VBLKK&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XVBLKP STRUCTURE&amp;nbsp; VBLKP&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XSERNR STRUCTURE&amp;nbsp; RISERLS&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XRLDRH STRUCTURE&amp;nbsp; RLDRH&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XRLDRI STRUCTURE&amp;nbsp; RLDRI&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;*&amp;nbsp; call the adobe forms.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;* finally clear the check boxes.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c_label &lt;SPAN class="L0S55"&gt;= &lt;SPAN class="L0S33"&gt;' '.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c_single &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;' '.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c_multi&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;' '.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* so that it will stop the scripts processing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Dec 2013 12:27:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-12-18T12:27:14Z</dc:date>
    <item>
      <title>Printing Transfer Orders through ADOBE Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-transfer-orders-through-adobe-forms/m-p/9951346#M1798697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to print ADOBE forms for the Transfer orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current procedure is the print is issued from Tcode: LT31 and the form is designed in SAP script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The corresponding configuration is maintained in OMLV --&amp;gt; Printcode for the required warehouse number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the driver program for this transaction is RLVSDR40 is mapped in table T340d-repid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the adobe forms&amp;nbsp; the print program is: /vso/p_rlvsdr40_pdf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way or any other Tcode where I&lt;/P&gt;&lt;P&gt;can map this program with my corresponding adobe form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked ther links in SCN for using smartforms:&lt;/P&gt;&lt;P&gt;1. Using user exit.&lt;/P&gt;&lt;P&gt;2. taking a copy of the print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to follow a SAP standard way of doing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share any information which could direct me for the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 11:03:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-transfer-orders-through-adobe-forms/m-p/9951346#M1798697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-18T11:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Transfer Orders through ADOBE Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-transfer-orders-through-adobe-forms/m-p/9951347#M1798698</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 see two ways to do this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first is to copy the program RLVSDR40 to ZRLVSDR40, then replace the code reference of sapscript printing to print using adobe forms.&lt;BR /&gt;After do this, you need to go in OMLV --&amp;gt; Printcode for the required warehouse number and change the program by your Z program.&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;Another way is using the user exit:&amp;nbsp; EXIT_RLVSDR40_001’ in the Enhancement ‘MWMD0001’ . (Enables printing of Transfer Order via RLVSDR40) &lt;BR /&gt; In this exit you can call&amp;nbsp; the adobe forms.&lt;BR /&gt; &lt;BR /&gt;I think the second way is the better, because you only need change the user exit. But I don't know what the better way recommended by sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 11:53:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-transfer-orders-through-adobe-forms/m-p/9951347#M1798698</guid>
      <dc:creator>balbino_soaresferreirafil</dc:creator>
      <dc:date>2013-12-18T11:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Transfer Orders through ADOBE Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-transfer-orders-through-adobe-forms/m-p/9951348#M1798699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No need to copy the standard program. You can do it through the user-exit.&amp;nbsp; follow the below steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In side the program(RLVSDR40)&amp;nbsp; will have the user-exit. Activate the user-exit and create the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- use the below structures and if you want add and modify the structures.&lt;/P&gt;&lt;P&gt;&amp;nbsp; XRLDRC &lt;SPAN class="L0S52"&gt;STRUCTURE&amp;nbsp; RLDRC&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XVBLKK STRUCTURE&amp;nbsp; VBLKK&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XVBLKP STRUCTURE&amp;nbsp; VBLKP&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XSERNR STRUCTURE&amp;nbsp; RISERLS&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XRLDRH STRUCTURE&amp;nbsp; RLDRH&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XRLDRI STRUCTURE&amp;nbsp; RLDRI&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;*&amp;nbsp; call the adobe forms.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;* finally clear the check boxes.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c_label &lt;SPAN class="L0S55"&gt;= &lt;SPAN class="L0S33"&gt;' '.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c_single &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;' '.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c_multi&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;' '.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* so that it will stop the scripts processing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 12:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-transfer-orders-through-adobe-forms/m-p/9951348#M1798699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-18T12:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Transfer Orders through ADOBE Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-transfer-orders-through-adobe-forms/m-p/9951349#M1798700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you said I was also intended to go for USER EXIT, but I wanted to find other alternative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the PDF print program and its form , but it is been called only for MULTI print and not for single print. In OMLV i changed the driver program corresponding to the PDF FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to print single(for each line item) and multi (all line items as a whole)prints of transfer orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PDF driver program is not calling the PDF form in case of single print whereas it calls for multi print.&lt;/P&gt;&lt;P&gt;But as my requirement is having both single and multiple prints I cannot configure 2 different driver programs for the same warehouse number.&lt;/P&gt;&lt;P&gt;For reference :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PDF Form :&amp;nbsp;&amp;nbsp; /VSO/P_TALST_PDF&lt;/P&gt;&lt;P&gt;PDFProgram : /VSO/P_RLVSDR40_PDF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try with the solution which you have provided and will get back to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 09:07:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-transfer-orders-through-adobe-forms/m-p/9951349#M1798700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-19T09:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Transfer Orders through ADOBE Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-transfer-orders-through-adobe-forms/m-p/9951350#M1798701</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;You can do it, the data is in your control you can print single or multiple line items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;if c_letasch &lt;SPAN class="L0S52"&gt;is &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;not &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;initial.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;if c_single &lt;SPAN class="L0S52"&gt;is &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;not &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;initial.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;loop &lt;SPAN class="L0S52"&gt;at &lt;/SPAN&gt;xrldri &lt;SPAN class="L0S52"&gt;where &lt;/SPAN&gt;singl &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;gc_x.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;perform call_smartform &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;else.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;collect items&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;call_smartform&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;endif.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 11:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-transfer-orders-through-adobe-forms/m-p/9951350#M1798701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-19T11:26:17Z</dc:date>
    </item>
  </channel>
</rss>

