<?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>Question Re: Export from Data Manager to Text file: remove HEADER line in Financial Management Q&amp;A</title>
    <link>https://community.sap.com/t5/financial-management-q-a/export-from-data-manager-to-text-file-remove-header-line/qaa-p/11192190#M191528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bedin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the options use OUTPUTDELIMITER = , instead of DELIMITER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saida Reddy Gogireddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2015 11:36:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-07-06T11:36:08Z</dc:date>
    <item>
      <title>Export from Data Manager to Text file: remove HEADER line</title>
      <link>https://community.sap.com/t5/financial-management-q-a/export-from-data-manager-to-text-file-remove-header-line/qaq-p/11192185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm exporting BPC 10.0 data from Data Manager to text file using this transformation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*OPTIONS&lt;/P&gt;&lt;P&gt;FORMAT = DELIMITED (also tried FIXED)&lt;/P&gt;&lt;P&gt;HEADER = NO&lt;/P&gt;&lt;P&gt;DELIMITER = ,&lt;/P&gt;&lt;P&gt;AMOUNTDECIMALPOINT = .&lt;/P&gt;&lt;P&gt;SKIP = 0&lt;/P&gt;&lt;P&gt;SKIPIF =&lt;/P&gt;&lt;P&gt;VALIDATERECORDS=YES&lt;/P&gt;&lt;P&gt;CREDITPOSITIVE=YES&lt;/P&gt;&lt;P&gt;MAXREJECTCOUNT=&lt;/P&gt;&lt;P&gt;ROUNDAMOUNT=7&lt;/P&gt;&lt;P&gt;OUTPUTHEADER=&lt;/P&gt;&lt;P&gt;OUTPUTDELIMITER=&lt;/P&gt;&lt;P&gt;EXPORTFORMAT = MULTIWITHNOHEADER (also tried removing this line)&lt;/P&gt;&lt;P&gt;SPECIFICMAPPING=No&lt;/P&gt;&lt;P&gt;STARTROUTINE=&lt;/P&gt;&lt;P&gt;ENDROUTINE=Z_MY_ROUTINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*MAPPING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACCOUNT = *COL(1)&lt;/P&gt;&lt;P&gt;AUDITTRAIL = *COL(2)&lt;/P&gt;&lt;P&gt;BRAND = *COL(3)&lt;/P&gt;&lt;P&gt;CATEGORY=*COL(4)&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*CONVERSION&lt;/P&gt;&lt;P&gt;CATEGORY=TRANS_DATA\EXPORT_CONVERSION_CATEGORY.XLS&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Z_MY_ROUTINE is an ABAP endroutine that processes my data. The export table &amp;lt;et_data&amp;gt; contains only 1 column called "output". This column has a long text string with my data correctly formatted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the output file contains an HEADER row called "output" that is the same name of the abap internal table column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to remove that header line?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 11:33:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/export-from-data-manager-to-text-file-remove-header-line/qaq-p/11192185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-01T11:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Export from Data Manager to Text file: remove HEADER line</title>
      <link>https://community.sap.com/t5/financial-management-q-a/export-from-data-manager-to-text-file-remove-header-line/qaa-p/11192186#M191524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test export to text file without ENDROUTINE=Z_MY_ROUTINE. What about header?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vadim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 12:01:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/export-from-data-manager-to-text-file-remove-header-line/qaa-p/11192186#M191524</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2015-07-01T12:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Export from Data Manager to Text file: remove HEADER line</title>
      <link>https://community.sap.com/t5/financial-management-q-a/export-from-data-manager-to-text-file-remove-header-line/qaa-p/11192187#M191525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vadim, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Manager returns a generic "BW Error" If I run the transformation removing the endroutine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 12:45:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/export-from-data-manager-to-text-file-remove-header-line/qaa-p/11192187#M191525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-01T12:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Export from Data Manager to Text file: remove HEADER line</title>
      <link>https://community.sap.com/t5/financial-management-q-a/export-from-data-manager-to-text-file-remove-header-line/qaa-p/11192188#M191526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then there is something wrong with your cube or with the transformation/conversion file. But it's impossible to help without detailed info!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vadim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 12:57:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/export-from-data-manager-to-text-file-remove-header-line/qaa-p/11192188#M191526</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2015-07-01T12:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Export from Data Manager to Text file: remove HEADER line</title>
      <link>https://community.sap.com/t5/financial-management-q-a/export-from-data-manager-to-text-file-remove-header-line/qaa-p/11192189#M191527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For export packages it should be OUTPUTHEADER, not HEADER. Please take a look at Note 2151158 and check if it's applicable to your SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 01:47:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/export-from-data-manager-to-text-file-remove-header-line/qaa-p/11192189#M191527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-06T01:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Export from Data Manager to Text file: remove HEADER line</title>
      <link>https://community.sap.com/t5/financial-management-q-a/export-from-data-manager-to-text-file-remove-header-line/qaa-p/11192190#M191528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bedin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the options use OUTPUTDELIMITER = , instead of DELIMITER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saida Reddy Gogireddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 11:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/export-from-data-manager-to-text-file-remove-header-line/qaa-p/11192190#M191528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-06T11:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Export from Data Manager to Text file: remove HEADER line</title>
      <link>https://community.sap.com/t5/financial-management-q-a/export-from-data-manager-to-text-file-remove-header-line/qaa-p/11192191#M191529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to modify your BADI to remove the header in your code.&lt;/P&gt;&lt;P&gt;take a screen shot of the data in your routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 23:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/export-from-data-manager-to-text-file-remove-header-line/qaa-p/11192191#M191529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-06T23:52:23Z</dc:date>
    </item>
  </channel>
</rss>

