Giter VIP home page Giter VIP logo

Comments (5)

sandraros avatar sandraros commented on June 24, 2024 1

I think there would be only minor issues to make it work on 7.01.

The issue you have is maybe more related to the kernel bugged for some values. Try to see which numbers are fine, which numbers are faulty. Then just remove the faulty ones. Instead of UCCPI you may also try with UCCP, use hex version instead of number, e.g. 'FFFF' instead of 65535.

NB: you may also use (I think) & instead of &&:

   SPLIT '0,1,2,3,4,5,6,7,8,' " U+0000 to U+0008
       & '11,12,'             " U+000B, U+000C
       & '14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,' " U+000E to U+001F
       & '65534,65535'        " U+FFFE, U+FFFF
      AT ',' INTO TABLE lt_unicode_point_codes.

from abap2xlsx.

gregorwolf avatar gregorwolf commented on June 24, 2024 1

Just out of curiosity: Does SAP still provide support for 7.01?

from abap2xlsx.

Jimboken avatar Jimboken commented on June 24, 2024

I think there would be only minor issues to make it work on 7.01.

The issue you have is maybe more related to the kernel bugged for some values. Try to see which numbers are fine, which numbers are faulty. Then just remove the faulty ones. Instead of UCCPI you may also try with UCCP, use hex version instead of number, e.g. 'FFFF' instead of 65535.

NB: you may also use (I think) & instead of &&:

   SPLIT '0,1,2,3,4,5,6,7,8,' " U+0000 to U+0008
       & '11,12,'             " U+000B, U+000C
       & '14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,' " U+000E to U+001F
       & '65534,65535'        " U+FFFE, U+FFFF
      AT ',' INTO TABLE lt_unicode_point_codes.

Thank you!

Commenting out 65534 & 65535 made it work, without the relevant characters in the output of ZDEMO_EXCEL1 of course, but I can work with that.

I tried switching to UCCP, however conversion still not possible for FFFE and FFFF.

Thanks very much for your help.

from abap2xlsx.

Jimboken avatar Jimboken commented on June 24, 2024

Just out of curiosity: Does SAP still provide support for 7.01?

Just about I think!

from abap2xlsx.

sandraros avatar sandraros commented on June 24, 2024

Closing the issue. Please post a discussion for anything related to 7.01. I'll help as far as I can, e.g. if the answer is fast.

from abap2xlsx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.