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

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ส.ค. 2024

ความคิดเห็น • 16

  • @WildarCZ
    @WildarCZ 8 หลายเดือนก่อน

    Nice! Simple and helpful ;) Thanks

    • @CustAndCode
      @CustAndCode  8 หลายเดือนก่อน +1

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

    • @WildarCZ
      @WildarCZ 5 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  3 หลายเดือนก่อน

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

  • @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) 🤗

  • @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.
      th-cam.com/video/DQdKnmon8II/w-d-xo.html
      🤗

  • @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 😀