Read only app with Multiple entity RAP Part 8

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ต.ค. 2023
  • - Adding multiple Facets on the Object page
    - Displaying Text for Unreadable Elements
    Playlist
    Code Information:-
    github.com/ramniwas04/READ-ON...
    RAP:-
    • Introduction to ABAP R...
    OData:-
    • OData a Restful API SA...
    SAP ABAP on HANA course :-
    • SAP ABAP on HANA Intro...
    ABAP SAP ABAP 7.4 / 7.5 New Syntax:-
    • Inline declaration in ...
    Enhancement in ABAP:-
    • SAP Enhancement Framew...
    CDS in ABAP on HANA :-
    • SAP CDS Introduction -...
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @saurabhakumbhare
    @saurabhakumbhare 7 หลายเดือนก่อน +1

    Green of a series. Each smallest thing is explained in an incremental way. Love this series

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

    great work Ram, Thanks a lot!

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

    Loving this series so far! I'd like to suggest a topic for the next RAP videos specifically for behavior implementation:
    3 fields: container type (drop down: box / bottle(liquid); weight; volume;
    If "box" is selected: show the field "weight", hide "volume"
    If "bottle" is selected: hide "weight", show "volume"
    It doesn't have to be the exact same fields, hopefully at least just the concept

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

      Will cover in Fiori Play list

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

      @@SAPTECHNOMANIAC Thank you!

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

    Thank You Ram
    Well explained and easy to understand.

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

    Thank you Ram . Well explained . I want raise a message while reading data not found.

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

      You're most welcome. I have explained in 10.1 part video how to generate data in our tables...

  • @VinaySingh-ns9io
    @VinaySingh-ns9io 6 หลายเดือนก่อน

    Great Lessons. Thanks for such a great learning series. I have a question When I am making changes in CDS with annotations the UI is not getting changed as per the updated annotation. I have to delete and recreate the Service Definition and Service binding, any suggestions?

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

      If you are using trial account update your eclipse to latest version,

  • @user-mx3xy5dx2m
    @user-mx3xy5dx2m 9 หลายเดือนก่อน

    Thank you.

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

    I have a small question, We didn't expose the third CDS view for the Carrier Id name right, then why am I able to see the data?

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

      Sorry for the late reply. I need to watch my video again to answer this thoroughly.
      We used Object Model Annotation at the ABAP level, not at the UI level. Therefore, it will be derived at the ABAP level. This means there is no need to expose this CDS as a service at the UI level.

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

    Thx for the good quality videos. Can you also explain how to get data from System on-premise and consume it in Abap cloud als Odata v2 UI?

    • @SAPTECHNOMANIAC
      @SAPTECHNOMANIAC  9 หลายเดือนก่อน +1

      Will do in upcoming video ... Currently focusing on RAP basic concepts.....

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

      @@SAPTECHNOMANIAC I am looking for same video on how to fetch data from On premise system and use it in REST API. Can you please also explain how the end users uses these reports created in BTP.

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

    Hello Ram,
    I'm adding objectModel.text.association : '_assoc'
    In the association CDS I've also marked semantics.text: true
    Still I'm getting an error : Text association is not allowed
    objectmodel.text.element is working fine.
    Please help

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

      please help here

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

      Make sure that the annotations are correctly used in both the main CDS view and the text association CDS view. The @ObjectModel.text.association should be pointing to the correct association, and @Semantics.text: true should be used in the text CDS view.