ABAP 2 JSON - 3 Ways to Convert [english]

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ส.ค. 2024
  • In today's video I show you how to convert an object from ABAP, e.g. a structure or an internal table, into a JSON format. I have prepared 3 different ways to do this.
    We start by reading data from a database table and copying it to an internal table. After that we convert the content of this internal table into a JSON format.
    Option 1: /ui2/cl_json
    Option 2: /ui2/cl_abap2json
    Option 3: cl_trex_json_serializer Those
    #json #abap #convert
    ▬▬ My Hardware ▬▬▬▬▬▬▬▬▬▬▬▬▬
    Microphone: amzn.to/3zj2UIz
    Headphone: amzn.to/3GUBRFg
    *The links are affiliate links. There are no additional costs.
    ▬▬ My Software (free) ▬▬▬▬▬▬▬▬▬▬▬
    Video Recorder: bit.ly/678fgh6
    Video Editor: bit.ly/38Rj9lb
    ▬▬ Further Links ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    Become my subscriber: bit.ly/CustAnd...
    All videos in English: bit.ly/CustAnd...

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

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

    Perfect video, concise and clear no waffle. Also great to see the new style ABAP syntax being used. It makes me realise that the ABAP I learnt 25 years ago is a bit out of date 🙂

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

      Thank you very much! Yes, I also wonder about new classes and methods from time to time that make things easier. 😀

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

    Nice explanation about API JSON

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

      I'm glad you liked it. And thank you for watching! 🤗

  • @naat-e-mohammad7839
    @naat-e-mohammad7839 ปีที่แล้ว

    Thanks you so much for your valuable video

    • @CustAndCode
      @CustAndCode  ปีที่แล้ว

      Glad to hear that! Thank you for your kind feedback! 🤗😀

  • @jaychandran3631
    @jaychandran3631 ปีที่แล้ว

    Really very useful and informative.. Thanks bro..

    • @CustAndCode
      @CustAndCode  ปีที่แล้ว

      Thank you for your kind feedback! 😀

  • @user-qw9cj7pk3l
    @user-qw9cj7pk3l 10 หลายเดือนก่อน

    very usefull information.
    here i want to internal table data converted nested json format. please share your idea about this information

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

      Thank you! 🤗 You want to create nested Json from an internal table?