<?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: Spool file authority setting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13733243#M2028555</link>
    <description>&lt;P&gt;Which value is saved in tne Output definition (NACE, VOFM, NAST-TDAUTORITY)&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jun 2024 12:16:13 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2024-06-17T12:16:13Z</dc:date>
    <item>
      <title>Spool file authority setting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13727892#M2028454</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;is there an exit or enhancement where I can set the authority of a spool file. Always if the system creates a spool file I will set the authority.&amp;nbsp; There is a user parameter SAU which trigger this but it seems that not all programmings set this or there is still an error in SAP ;-). My idea is to set the authority depending of the printer.&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 08:12:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13727892#M2028454</guid>
      <dc:creator>rowag</dc:creator>
      <dc:date>2024-06-12T08:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Spool file authority setting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13728264#M2028458</link>
      <description>&lt;P&gt;Hello Roland&lt;/P&gt;&lt;P&gt;Please Check the BAdI "EFG_PRINT_PARAMS" or "BADI_RE_CP_SF", depending on which Form-technology you are using (SmartForms / Adobe or PDF-generated Forms) ... Check the BAdI-Documentation to get an understanding of the possibilities ...&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Nic T.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 12:25:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13728264#M2028458</guid>
      <dc:creator>NTeunckens</dc:creator>
      <dc:date>2024-06-12T12:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Spool file authority setting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13729895#M2028492</link>
      <description>&lt;P&gt;Hi Nic,&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is no solution for me because I want to catch all spool files not depending which program create a spool in which technology.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 12:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13729895#M2028492</guid>
      <dc:creator>rowag</dc:creator>
      <dc:date>2024-06-13T12:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Spool file authority setting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13730734#M2028506</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;somehow interesting request.&lt;/P&gt;&lt;P&gt;You can enhance function module RSPO_SR_OPEN like following:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmodaal_0-1718354290041.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/123568i03428BC356A16567/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jmodaal_0-1718354290041.png" alt="jmodaal_0-1718354290041.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Of course the assignment to the AUTHORITY field could be done more sophisticated, in this example the DEST (printer) is used in case the AUTHORITY field is empty.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure that this function module is the one and only way when in the system spool lists are created (ADS maybe uses another way?), but the usual print operations should be covered with this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 08:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13730734#M2028506</guid>
      <dc:creator>jmodaal</dc:creator>
      <dc:date>2024-06-14T08:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Spool file authority setting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13730784#M2028507</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I found that this worked for spool requests of type SAP Script (OTF) but not for ABAP List. With an enhancement in GET_PRINT_PARAMETERS (at the end) it worked also for ABAP List. I did not try whether this makes the enhancement in RSPO_SR_OPEN obsolete.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmodaal_0-1718357047137.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/123572iF43637E18A8F6927/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jmodaal_0-1718357047137.png" alt="jmodaal_0-1718357047137.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 09:24:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13730784#M2028507</guid>
      <dc:creator>jmodaal</dc:creator>
      <dc:date>2024-06-14T09:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Spool file authority setting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13730818#M2028508</link>
      <description>&lt;P&gt;Hi Jan,&lt;/P&gt;&lt;P&gt;many thanks for the hint but I tried to debug to see what's happens but nothing happens (I printed the printer list with the TA SPAD)&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 10:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13730818#M2028508</guid>
      <dc:creator>rowag</dc:creator>
      <dc:date>2024-06-14T10:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Spool file authority setting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13731138#M2028512</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/415961"&gt;@rowag&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;did you implement the enhancement? In my test system it worked, the spool requests came with a filled authorization field.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 13:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13731138#M2028512</guid>
      <dc:creator>jmodaal</dc:creator>
      <dc:date>2024-06-14T13:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Spool file authority setting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13733218#M2028552</link>
      <description>&lt;P&gt;Hi Jan,&lt;/P&gt;&lt;P&gt;when I print a HU with the e.g. VL74 the system doesn't use the FU. No breakpoint doesn't work.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 11:49:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13733218#M2028552</guid>
      <dc:creator>rowag</dc:creator>
      <dc:date>2024-06-17T11:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Spool file authority setting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13733242#M2028554</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/415961"&gt;@rowag&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;on my test system I don't have a VL74. I suggest to do a trace recording (e.g. via ST12) and have a look into the trace whether one or both of the function modules is called. Or maybe if there is another function module used for creating the spool output.&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Jan&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 12:06:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13733242#M2028554</guid>
      <dc:creator>jmodaal</dc:creator>
      <dc:date>2024-06-17T12:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Spool file authority setting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13733243#M2028555</link>
      <description>&lt;P&gt;Which value is saved in tne Output definition (NACE, VOFM, NAST-TDAUTORITY)&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 12:16:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13733243#M2028555</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2024-06-17T12:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Spool file authority setting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13733542#M2028561</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;printing the device list with SPAD worked with the enhancement in GET_PRINT_PARAMETERS. I found the list with a filled authorization field in the spool output.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmodaal_0-1718641318439.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/124528i6D346BDE68131CC2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jmodaal_0-1718641318439.png" alt="jmodaal_0-1718641318439.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmodaal_1-1718641382549.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/124529i2DC9B9CBCD4F0A12/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jmodaal_1-1718641382549.png" alt="jmodaal_1-1718641382549.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 16:23:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13733542#M2028561</guid>
      <dc:creator>jmodaal</dc:creator>
      <dc:date>2024-06-17T16:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Spool file authority setting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13734286#M2028568</link>
      <description>&lt;P&gt;Hi Jan,&lt;/P&gt;&lt;P&gt;I found afunction for my label printouts:&amp;nbsp;ADS_SR_OPEN. In the debugger I always come along.&lt;BR /&gt;Yes, it's for label printing out of the WM but it seems it is my solution. I didn't found an universal solution (function) for all printouts.&lt;/P&gt;&lt;P&gt;Many thanks for you help and kind regards&lt;/P&gt;&lt;P&gt;Roland&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 08:43:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-authority-setting/m-p/13734286#M2028568</guid>
      <dc:creator>rowag</dc:creator>
      <dc:date>2024-06-18T08:43:33Z</dc:date>
    </item>
  </channel>
</rss>

