Actions Create|Delete|Edit|& Draft Via Behavior on CDS RAP ABAP On Fiori App list page & Object Page

Поделиться
HTML-код
  • Опубликовано: 4 фев 2023
  • In this video you will Learn
    How to create Actions to perform Create,Deletion,Update or Edit,Draft & Save on fiori List report and Fiori Object Page Using CDS RAP ABAP on SAP BTP Cloud Environment.
    How to Create Behavior in Fiori App?
    And don't forget to create this yourself then ask query if u have any
    also do like and comment ,don't forget to subscribe our channel 😀 if you like
    #sapbtp #fiori #ui5 #abap #s4hana
    #eclipse #abap #sap #s4hana #sapbtp #bca #btech #mca #engineering #coders #code #programming #dataanalytics #database #datascience #datastructures
    Telegram link for discussion:-
    st.me/+NW1BDOVJ3tpmNGFl
    LinkedIn :-
    www.linkedin.com/posts/atul-s...
    Thanks and Happy Learning 😊
    Stay Tuned for Next Video.

Комментарии • 17

  • @edercandido5840
    @edercandido5840 6 месяцев назад +1

    Man, tks for sharing with us. did help me a lot

    • @ABAPHANA
      @ABAPHANA  6 месяцев назад

      Thanks for valuable feedback...Keep learning 🙏

  • @OmegaIla
    @OmegaIla Год назад +1

    thank you for the link

  • @mr.bharathkumar2106
    @mr.bharathkumar2106 Год назад

    Thank you

    • @ABAPHANA
      @ABAPHANA  Год назад +1

      Most Welcome 🙏 and Happy learning 😊

  • @Praise_JMJ
    @Praise_JMJ 7 месяцев назад +1

    Hi. How can I generate travel id and booking id on Save action. Please can you that determine method code. Is it mentioned in any other video. Here only method is created.

    • @ABAPHANA
      @ABAPHANA  7 месяцев назад

      You can make booking id as numbering as managed along with Travel id in the behavior definition.. please check I have already mentioned in the video but here I have used travel id only as managed numbering.
      And Save button is standard functionality provided by SAP in managed scenario and it handeles save ,edit , create functionality automatically..

    • @Praise_JMJ
      @Praise_JMJ 7 месяцев назад +1

      @ABAPHANA travel uuid numbering is managed. But travel Id and booking id are determined on save action. Please can you elaborate that scenario. I understand we can make them also numbering managed but then their data type would have to be uuid only.

    • @ABAPHANA
      @ABAPHANA  7 месяцев назад

      ok if you don't want to make this as UUID then we have to make this field as unmanaged scenario, here we have to generate no. using no. range concept as we does in normal abap..

  • @Vishal-wl6gx
    @Vishal-wl6gx Год назад +1

    How can I make primary key field as mandatory and read only ??
    While create new record primary key is mandatory but while changing record primary key should not be editable. Pls help me??

    • @ABAPHANA
      @ABAPHANA  Год назад

      In behavior definition we have option to make fields ReadOnly and Mandatory

    • @Vishal-wl6gx
      @Vishal-wl6gx Год назад

      @@ABAPHANA when I am making a primary key mandatory then while editing it is also editable but it's should not. And when I am making read only then while creating it is disabled. For same field read-only and mandatory is not possible.

    • @ABAPHANA
      @ABAPHANA  Год назад

      Field ( Readonly) field1, Field 2;
      Field (Mandatory) Field 1,Field2;
      Use above syntax in beuaviour of Root Entity

    • @Vishal-wl6gx
      @Vishal-wl6gx Год назад

      @@ABAPHANA sir, I am getting error that mandatory and read-only cannot be specified together

    • @ABAPHANA
      @ABAPHANA  Год назад

      Share screenshot in the Telegram groupt.me/+NW1BDOVJ3tpmNGFl

  • @nikhildhumane4314
    @nikhildhumane4314 10 месяцев назад

    How to disable create button(action) ?

    • @ABAPHANA
      @ABAPHANA  10 месяцев назад

      Just remove create code from behavior definition and behavior implementation