List Report and Object Page using RAP Part 7

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ก.ค. 2024
  • Code Information:-
    github.com/ramniwas04/READ-ON...
    Playlist
    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 -...
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Thank you for all your videos and appreciate your hard work Ram

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

    Great video, thanks a lot.
    Greetings from Brazil.

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

    Nice love it

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

    Thank you.

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

    I also did the same case as you, but I see if I can only output 20 pieces, can I achieve multiple pages and different pagination

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

      It will display 20 lined only since framework passing top and skip parameter in OData service. You do page down you will get next 20

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

    Actually I have also used the same for ui.headerinfo but it's not working for me. Means I am not getting heading and column sequence also not working for me...

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

      If you followed all same code still not working then Install latest version of eclipse if you are working on BTP trial OR try to create BAS app out of that service for testing ...

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

    Can we use Parameters in CDS views . as it is fetching all data

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

      it is not fetching all data internally top and skip used when we are calling OData service through the scroll.

  • @deepikatiwari405
    @deepikatiwari405 21 วันที่ผ่านมา

    what is the difference between RAP and BTP ? ( is it like BTP is a used to develop RAP , is my understanding correct ? )

    • @SAPTECHNOMANIAC
      @SAPTECHNOMANIAC  20 วันที่ผ่านมา

      BTP is a platform for SAP different services you can subscribe to that . One of them is ABAP development for cloud where we build RAP.
      Focus: RAP is focused on ABAP-based application development; BTP supports multiple technologies and services.
      Scope of Use: RAP is for ABAP enterprise applications; BTP is for a wide range of development and integration scenarios.
      Technology Stack: RAP uses ABAP and RESTful principles; BTP includes ABAP, Java, Node.js, and more.

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

    Sir
    I'm facing one problem I've declared all the facet annotations correctly but when I click on the line item nothing happens (object page is not coming) what could be the issue?

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

      Did you declare all the cds in service definition which u are using in object page? This is most frequent issue

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

      I have declared all the consumption views in the service definition .
      I've found one SAP KBA 3146166 mentioned the same issue but I'm not able to access that can you please check once what is the solution

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

      I am also facing same issue

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

      @@kamleshsharma7208 It is a bug, We need to create 'Create' icon managed/unmanaged scenario press once after page loading then cancel. After that object page starts working

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

      @@nagendrarao6954 its not working with create button as well

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

    In the filter bar I want to make one filter non editable is that possible?

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

      Never tried but just try below:-
      @UI: {
      selectionFields: [{ position: 10, readOnly: true }]
      }

  • @OmPrakash-sd7gb
    @OmPrakash-sd7gb 9 หลายเดือนก่อน

    Wow, finally I got it

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

    Hi Sir .. your video is great. Thanks..
    I would like to practice RAP, where can I get demo server for the same ? Could you pls help.. thank you!

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

      Free trial account :- th-cam.com/video/seKRCwG8Aso/w-d-xo.html

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

      @@SAPTECHNOMANIAC thank you sir

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

    Hi sir, can you please make video on sap fiori and sap fiori element reports

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

      Will plan after RAP series ...

  • @user-zm6ul8uu6f
    @user-zm6ul8uu6f 5 หลายเดือนก่อน

    Main feature is missing SUM Value Total & Sub value can please add this also

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

      Application created to explain RAP concepts. I will create separate playlist to explain all annotation related to Fiori element.