Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8581

Re: Excel was able to open the file by repairing or removing the unreadable content.

$
0
0

Hi All,

 

I got the solution for this issue.

 

Passed the Byte Count as below.1.jpg

This Byte Count we get from

* Generate Excel File

  PERFORM generate_excel USING lv_title CHANGING lv_bytecount li_file_tab lk_xfile.

 

*   Convert to binary

    CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'

      EXPORTING

        buffer        = lv_filedata

      IMPORTING

        output_length = lv_bytecount

      TABLES

        binary_tab    = ch_ftab.

 

Regards

Gopa


Viewing all articles
Browse latest Browse all 8581

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>