Export Data From SAP to CSV / TSV File [english]

Поділитися
Вставка
  • Опубліковано 15 гру 2024

КОМЕНТАРІ • 20

  • @WildarCZ
    @WildarCZ Рік тому

    Nice! Simple and helpful ;) Thanks

    • @CustAndCode
      @CustAndCode  Рік тому +1

      I appreciate it and thank you for watching and commenting! 🤗

    • @WildarCZ
      @WildarCZ 9 місяців тому

      @@CustAndCode hi again. i have trouble to run it in background as a job. It doesnt create any file. Any ideas? Thanks ;)

    • @CustAndCode
      @CustAndCode  6 місяців тому

      When it runs as a job you can only save it on the application server.

  • @matthiaszielinski2343
    @matthiaszielinski2343 3 місяці тому

    Nice one! Would this also be possible for bigger datasets, let's say 1BG upwards?

    • @CustAndCode
      @CustAndCode  3 місяці тому +1

      That is already a large amount of data. However, since I am not aware of any limitations of the class or method, it should work. Best to test it 🤗

  • @mauriciozambrano1368
    @mauriciozambrano1368 Місяць тому

    My script is detecting “##” in aome fields and incorrectly splitting lines when exporting because SAP interprets these characters as line breaks. How can I solve this?

    • @CustAndCode
      @CustAndCode  Місяць тому

      Maybe they are line breaks which are just not displayed correctly. You have to replace them before🤔

  • @selvamanii6834
    @selvamanii6834 Рік тому

    How to download csv excel file separated by comma instead of semicolon

    • @CustAndCode
      @CustAndCode  Рік тому

      Unfortunately not with this class. For other seperators you have to use this class to convert: cl_rsda_csv_converter=>create( i_separator = ',' ) (for example) 🤗

  • @selvamanii6834
    @selvamanii6834 Рік тому

    how to seperate by colunm in csv

    • @CustAndCode
      @CustAndCode  Рік тому

      I do not exactly now what you mean 🤔 the columns are already seperated by " ; " 🤗

    • @selvamanii6834
      @selvamanii6834 Рік тому

      @@CustAndCode likewise excel format a b c d
      mandt carid 19.08 USD
      but the file should be in .csv file , is it possible

    • @CustAndCode
      @CustAndCode  Рік тому

      @@selvamanii6834 I'm not quite sure I understand the requirement... In the thumbnail of my video you see the *.csv export of the data? csv file is with seperator ";" 🤔🤗

    • @selvamanii6834
      @selvamanii6834 Рік тому

      @@CustAndCode Thank you for your valuable reply

    • @CustAndCode
      @CustAndCode  Рік тому

      @@selvamanii6834 Thank you! And thanks for watching and commenting 😀

  • @hellokitty3017
    @hellokitty3017 Рік тому

    How to seperate them with '|' in CSV file

    • @CustAndCode
      @CustAndCode  Рік тому

      Not with this class. For other seperators you have to use this class to convert: cl_rsda_csv_converter=>create( i_separator = '|' ) (for example) 🤗

  • @selvamanii6834
    @selvamanii6834 Рік тому

    seperate by cell in csv excel file

    • @CustAndCode
      @CustAndCode  Рік тому

      You mean how to download this file to your computer? Check out this video here a show how to download a file to the computer.
      ua-cam.com/video/DQdKnmon8II/v-deo.html
      🤗