<?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: Dynamic Tray Selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tray-selection/m-p/1289798#M154973</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 tried using TRY01, TRY02, but paper from desired tray was not selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it that the paper format in all the trays should be different. If All the trays have A4 size paper, then printer would select it automatically ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also will please someone let me know what is the information under OSS Note 367128.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Mar 2006 03:00:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-08T03:00:52Z</dc:date>
    <item>
      <title>Dynamic Tray Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tray-selection/m-p/1289795#M154970</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;&lt;/P&gt;&lt;P&gt;When the print out is issued from the SMARTFORM, it should automatically determine the tray for the paper (based on a pre-defined logic):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trays can be:&lt;/P&gt;&lt;P&gt;Tray 1 &lt;/P&gt;&lt;P&gt;Tray 2 &lt;/P&gt;&lt;P&gt;Manual Feed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried sending Dynamic Value in RESOURCE NAME field of Smartform Page. The Value i tried in TRY1, TRY2. But printer is not selecting according to the value passed at runtime in field RESOURCE NAME. Could someone please let me know about the exact name to be specified in RESOURCE NAME as the field is 20 characters long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If GET_PRINT_PARAMETERS is to be used, please let me know where should i pass the internal table which i get from GET_PRINT_PARAMETERS FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2006 11:52:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tray-selection/m-p/1289795#M154970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-07T11:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Tray Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tray-selection/m-p/1289796#M154971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did u try TRY01, TRY02..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2006 12:09:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tray-selection/m-p/1289796#M154971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-07T12:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Tray Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tray-selection/m-p/1289797#M154972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want to define the tray statically?.&lt;/P&gt;&lt;P&gt;Then you can mention the tray at the page level.&lt;/P&gt;&lt;P&gt;Select the page and select 'output options' tab.&lt;/P&gt;&lt;P&gt;There you can mention the tray name with the resource field.&lt;/P&gt;&lt;P&gt;if you want to select the tray dynamically then ,refer the OSS note 367128 and apply the OSS note which is applicable for release 4.6 C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Implement the program correction. Afterwards, you can also enter a field (for example, ) in field 'Resource'. This field must be defined in a global manner (the type must be RSPORESNAM). You must set the value of this field before you call up the page. That is, you must either supply the value on the first page via the interface or you must set it during the initialization. If you call a page via an explicit page break, you must have set the value before the page break.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this should resolve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can even try using cal functions.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GET_PRINT_PARAMETERS'&lt;/P&gt;&lt;P&gt;GET_PRINT_PARAMETERS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth.&lt;/P&gt;&lt;P&gt;Please reward points If it is helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2006 12:21:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tray-selection/m-p/1289797#M154972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-07T12:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Tray Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tray-selection/m-p/1289798#M154973</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 tried using TRY01, TRY02, but paper from desired tray was not selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it that the paper format in all the trays should be different. If All the trays have A4 size paper, then printer would select it automatically ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also will please someone let me know what is the information under OSS Note 367128.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 03:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tray-selection/m-p/1289798#M154973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T03:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Tray Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tray-selection/m-p/1289799#M154974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I also have same kind of requirement and Iam new to Smartforms.&lt;/P&gt;&lt;P&gt;can u explain more in detail &lt;/P&gt;&lt;P&gt;where to initialise,It will be helpful to me&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2006 13:53:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tray-selection/m-p/1289799#M154974</guid>
      <dc:creator>former_member185848</dc:creator>
      <dc:date>2006-03-09T13:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Tray Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tray-selection/m-p/1289800#M154975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May i know how you sent the resource name value dynamically to the smart form? Which interface structure/parameter can be used to hold the value. Please let me know. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 19:34:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tray-selection/m-p/1289800#M154975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-25T19:34:48Z</dc:date>
    </item>
  </channel>
</rss>

