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

แชร์
ฝัง
  • เผยแพร่เมื่อ 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 😊

  • @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

  • @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..

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

    How to disable create button(action) ?

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

      Just remove create code from behavior definition and behavior implementation