Video - 8 CDS View Association Part 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.พ. 2025

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

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

    Thank you so much for your videos. U have done a great help to the abap community😊

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

      Welcome!!! nothing big Jay - just my knowledge.

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

    Thanku very much Ganeshji,,!!! great work..

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

    Thanks a lot, Ganesh, your videos are very helpful!

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

    Very Useful..can follow easily..Thanks alot for sharing valid info

  • @buvaneswarianguchamy495
    @buvaneswarianguchamy495 3 ปีที่แล้ว +3

    HI Ganesh, Thank you very much for your videos. Its very much helpful. Can you please suggest a sample exercise (any use case in real time) for creation of CDS views

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

    Hi Ganesh,
    Thanks for the videos. they are very helpful and gives a clear picture.
    I do have a doubt, What if we need customer name for more than 1 specific customer numbers.should we add those in the same expression using (,)?

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

    💯

  • @null-user-null
    @null-user-null 6 หลายเดือนก่อน

    Ganesh - Rockstar!

  • @iqboladahamjonov9835
    @iqboladahamjonov9835 3 ปีที่แล้ว

    Thank you for your videos

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

    Thank you so much ganesh ....

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

    Is it possible to perform an association to view with parameter?

  • @sasmitaparida2037
    @sasmitaparida2037 3 ปีที่แล้ว

    good! helpful!

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

    Thank you sir

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

    @ganesh : What is the use of $projection in association, help me with below code differences, in below on BUT000 association I used
    projection for first query and where as second query its general inner join way to use.
    With Projection
    define view ysu_jan_CDS2 as select from vbap association [1] to vbak as _vbak on vbap.vbeln = _vbak.vbeln
    association [1] to but000 as _bp on $projection.ernam = _bp.partner {
    vbeln, // Check association without key and with key both differences
    posnr,
    _vbak.erdat,
    _vbak.ernam as ernam,
    _vbak, //
    _bp //
    } group by vbeln,posnr,_vbak.erdat,_vbak.ernam
    Without projection:
    define view ysu_jan_CDS2 as select from vbap association [1] to vbak as _vbak on vbap.vbeln = _vbak.vbeln
    association [1] to but000 as _bp on _vbak.ernam = _bp.partner {
    vbeln, // Check association without key and with key both differences
    posnr,
    _vbak.erdat,
    _vbak.ernam as ernam,
    _vbak, //
    _bp //
    } group by vbeln,posnr,_vbak.erdat,_vbak.ernam

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

      I am preparing for a video on this topic, will make is soon.