<?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: SE16 Execute in Background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/se16-execute-in-background/m-p/690068#M31002</link>
    <description>&lt;P&gt;Why not just use function &lt;/P&gt;&lt;P&gt;CBRC_LIB2_CONVERT_ITAB_TO_CSV or something similar. It's just a few lines and your absolutely free what you do with it. &lt;/P&gt;</description>
    <pubDate>Tue, 06 Nov 2018 11:56:21 GMT</pubDate>
    <dc:creator>Florian</dc:creator>
    <dc:date>2018-11-06T11:56:21Z</dc:date>
    <item>
      <title>SE16 Execute in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se16-execute-in-background/m-p/690064#M30998</link>
      <description>&lt;P&gt;I would like to be able to execute SE16 in the background. Then, save the ouput to a shared network drive. &lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Is this something that it can be done in SAP ECC ?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 16:54:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se16-execute-in-background/m-p/690064#M30998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-11-05T16:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: SE16 Execute in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se16-execute-in-background/m-p/690065#M30999</link>
      <description>&lt;P&gt;Not sure about SE16; it lives within a function group but SE16N calls program RK_SE16N.  You should be able to direct the output when setting up the background job.&lt;/P&gt;&lt;P&gt;If the goal is to get the output product to a network drive, then you can do that manually from the results display of SE16 using the menu path:&lt;/P&gt;&lt;P&gt;System-&amp;gt;List-&amp;gt;Save-&amp;gt;Local File  &lt;/P&gt;&lt;P&gt;The system will display a dialog box and you can then select the target location from the dialog box.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 17:25:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se16-execute-in-background/m-p/690065#M30999</guid>
      <dc:creator>loyd_enochs3</dc:creator>
      <dc:date>2018-11-05T17:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: SE16 Execute in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se16-execute-in-background/m-p/690066#M31000</link>
      <description>&lt;P&gt;Thank you Loyd.&lt;/P&gt;&lt;P&gt;I have found limiitations on SE16N; the same on SE16. SE16N does not output all the fields from a table. For example, table MARA that has 230 fields .. SE16N does not output all the 256 fields. I am not sure if this an user restriction or if it is a limitation on SE16N (RK_SE16N program). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea on this restriction ?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 17:40:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se16-execute-in-background/m-p/690066#M31000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-11-05T17:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: SE16 Execute in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se16-execute-in-background/m-p/690067#M31001</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;jbarberena2&lt;/SPAN&gt;, if you want to save all the fields, SE16 in background (or SE16N) is not your choice.&lt;/P&gt;&lt;P&gt;Better to write a custom report that writes a file on the server.&lt;/P&gt;&lt;P&gt;The max output lenght, if i remember well, it's 255 characters for the list generated by the background job (or you have to create a custom endless page) and you'll have the same problem.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 07:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se16-execute-in-background/m-p/690067#M31001</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2018-11-06T07:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: SE16 Execute in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se16-execute-in-background/m-p/690068#M31002</link>
      <description>&lt;P&gt;Why not just use function &lt;/P&gt;&lt;P&gt;CBRC_LIB2_CONVERT_ITAB_TO_CSV or something similar. It's just a few lines and your absolutely free what you do with it. &lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 11:56:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se16-execute-in-background/m-p/690068#M31002</guid>
      <dc:creator>Florian</dc:creator>
      <dc:date>2018-11-06T11:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: SE16 Execute in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se16-execute-in-background/m-p/690069#M31003</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;florian.henninger&lt;/SPAN&gt;  Thank you for the information. &lt;/P&gt;&lt;P&gt;I will look at this function as it appears that it will be provide me with what I am looking for. &lt;/P&gt;&lt;P&gt;From the code below from the funtion; if I understand it correctly, I can make the "i_field_seperator = ','     " char1" to be any character I want. For example I can change it to "i_field_seperator = '|'     " char1" ... From this sample, I am making the field seperator to be a pipe delimited character .... is this correct ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'CBRC_LIB2_CONVERT_ITAB_TO_CSV' "
  EXPORTING
    i_field_seperator = ','     " char1         Separator&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Nov 2018 14:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se16-execute-in-background/m-p/690069#M31003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-11-06T14:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: SE16 Execute in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se16-execute-in-background/m-p/690070#M31004</link>
      <description>&lt;P&gt;Yes. I think you found out already:-)&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2018 11:53:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se16-execute-in-background/m-p/690070#M31004</guid>
      <dc:creator>Florian</dc:creator>
      <dc:date>2018-11-07T11:53:26Z</dc:date>
    </item>
  </channel>
</rss>

