BusinessObjects Board

ABAP Extractor - Dump: READ_REPORT_LINE_TOO_LONG

Hi all,

i’ve a serious issue with ABAP Extractor (generated ABAP code from DS)!

i’ve updated an ABAP Extractor with additional WHERE Clauses in DS and generated the ABAP code.
Afterwards i’ve sent it to the SAP Team to overwrite the existing code with new one.
I can call the ABAP Program directly in SAP without any issues. But when i try to execute from DS i get the DUMP:

It seems that the machine generate ABAP code cannot be executed from DS any longer!

We’re on Version: 14.1.3.875

Does anybody know a workaround? Or how to fix it?


barthodo :de: (BOB member since 2012-04-18)

I have the same issue; currently in the process of implementing this fix.

http://newscentral.exsees.com/item/d77ae6165faecd2d17b230f7c69d1107-b8c8af0eacdfd755374bbf648f55b12d

OSS note: 1971036

Hope this helps…


ScSi :belgium: (BOB member since 2013-10-08)

Hi ScSI,

in the meantime i’ve fixed the issue.
My problem was that i had a very long WHERE clause and the brackets around this where statement brought one line to be longer as the allowed 72 chars.

I simply made another carriage return to not break the limit and now it’s working…


barthodo :de: (BOB member since 2012-04-18)

That would have been my other suggestion, as I ran into that issue myself as well.

THanks for your feedback, glad to hear you solved it! :yesnod:


ScSi :belgium: (BOB member since 2013-10-08)