Create a View in SAP - Database Views [english]

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ส.ค. 2024
  • In this video I show you how to create a view in SAP.
    Application data is often spread across multiple tables and with views we can combine this data. The database tables accessed by views are called basis tables. If the view contains more than one basis table, the basis tables can be joined together.
    The structure of the view is created from the combined fields of the basis tables.
    A view does not store data. It is not created physically in the database.
    A view can be used for example in ABAP programs for the selection of data.
    #sap #create #view
    ▬▬ 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

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

    Perfectly explained

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

      Thank you very much for your feedback! 😀

  • @user-hu6yb5wq6i
    @user-hu6yb5wq6i ปีที่แล้ว

    super clear thanks!

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

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

  • @Chakravarthi.S
    @Chakravarthi.S 10 หลายเดือนก่อน +1

    See i have doubt.... In ESTVA table combination of fields RECN and ACTN is the field OBJEK of AUSP table. So to get OBJEK we should CONCATENATE the RECN and ACTN. I know how to write in a program, But how can we do it in this se11 database view !!??

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

      According to my information, this is unfortunately not possible in a database view. 🤔

  • @ngocthuong279
    @ngocthuong279 2 ปีที่แล้ว

    Thanks sir

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

      Thank you for your kind feedback! 😀

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

    Is it possible to see a source code for a created view?

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

      If this is possible, I myself unfortunately do not know 🤔