Add F4 Help using CDS View on Search field - Fiori list report

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2022
  • How to add F4 help in search field Fiori Application
    *************************************************************************
    Restful application Programming model
    Restful application Programming model
    Restful application Programming model
    Restful application Programming model
    Restful application Programming model
    Restful application
    restful application programming
    restful abap
    restful ABAP
    Restful ABAP
    Restful
    SAPUI5
    SAPUI5
    sapui5
    ui5
    sapui
    UI5
    SAPUI
    UI
    Fiori SAPUI5
    Fiori
    Launchpad Fiori
    Fiori Launchpad
    restful programming
    Restful programming
    SAP Fiori Elements
    sap fiori elements annotations
    sap fiori elements tutorial
    sap fiori elements list report
    sap fiori elements overview page
    sap fiori elements extension
    sap fiori elements wiki
    sap fiori elements training
    sap fiori elements
    sap fiori element extension
    fiori elements sap
    fiori elements sapui5
    fiori elements sap help
    sap fiori elements app
    sap fiori elements attachments
    sap fiori elements action
    what are sap fiori elements
    sap fiori elements blog
    sap fiori elements intent based navigation
    sap cap fiori elements
    sap fiori elements documentation
    sap fiori elements development
    sap fiori elements demo
    developing apps with sap fiori elements
    sap fiori elements master detail
    sap fiori elements export to excel
    sap fiori elements example
    sap fiori elements eclipse
    sap fiori elements side effects
    extend sap fiori elements
    sap fiori elements framework
    fiori elements in sap fiori
    sap fiori elements search help
    sap help fiori elements
    how to use sap fiori elements
    SAP Fiori Application with annotations
    annotations in sap fiori
    sap fiori application examples
    sap fiori application
    sap fiori application development tutorial
    annotations in ui5
    annotations in sapui5
    sap fiori sample application
    sap fiori application list
    sap fiori annotations valuelist
    sap fiori basis apps
    sap abap cds views
    cds views
    abap views
    Metadata extension
    Authorization CDS View
    Restful Application Programming
    ABAP RAP
    RAP
    Restful ABAP
    ABAP Restful Programming
    ABAP Restful Programming example
    ABAP Restful Programming training
    ABAP Restful Programming learning
    ABAP Restful Programming course
    RAP learning
    ABAP Restful application example
    ABAP Restful Programming
    ABAP Restful application Programming
    ABAP Restful application Programming model

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

  • @maciejpelc9039
    @maciejpelc9039 3 หลายเดือนก่อน +1

    Thanks bro very useful

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

      Hi @maciejpelc9039, thank you… please consider subscribing and sharing my channel and videos with your friends and colleagues because that is only motivation I have to get more good content, hope you will find sometime to share on LinkedIn and different platforms

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

      @@codeinmins Yeah I will let them know :D Do you maybe now why flag distinctValues:true doesn't really work? My value help on the frontend returns all rows of the table when it should return only two.

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

    Hi, could you please let me know if Check Boxes can be implemented via RAP?

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

      Hi Mohd, please visit below video hopefully you will get what you are looking...
      th-cam.com/video/-fCP0_GZg_o/w-d-xo.html
      Please help sharing my channel and videos on other platforms if you like...

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

    Hi, would it be possible for you to create a video on adding a field to a standard Fiori app and then converting it to a drop down.

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

      Hi Avyukth, Noted… Please consider subscribing and sharing my videos and channel with your friends and colleagues if you like…

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

    hello can you create sample fiori list report with mass edit fucntions

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

      Hi Manongdo, please visit below video
      Part 18 : ABAP Restful Application Programming Model - Change Set Processing
      th-cam.com/video/7YXnLhHBaZA/w-d-xo.html
      Please consider subscribing and sharing my videos and channel with your friends and colleagues if you like and help grow…

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

      @@codeinmins thanks a lot. another question is it possible to for mass edit to have the table open for any changes in the fields?

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

    Hi .... Am facing an issue while using ValueHelpDefination annotation in consumption extended cds view. Tried with all options like @ObjectModel.text.association, @ObjectModel.foreignKey.association, @Consumption.valueHelpDefinition and @Consumption.valueHelp, but am not able get F4 values list when click on F4 button on input field. Could you pls advise here

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

      Hi @madanchandragiri1881, I'm facing with the same issue. Did you find a solution? thanks

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

      @@andrassoos5300 Hey man, facing the same, I got the match code to be enabled in the carrierID field but the result of the value help CDS returns empty, did you manage to find the issue?

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

      @@stephano93 not yet

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

      @@andrassoos5300 Hello again, I got mine to work!
      Try looking at the definitions of your new CDS definition created for the match code.
      My problem was that my CarrierID element on my C and R data definitions were capitalized, and the automatic definition for the CDS view was defining the carrier id as the following: key carrier_id as CarrierId
      note that the D in ID is lowered key.
      I've changed to: key carrier_id as CarrierID and it worked.