Validation in RAP Part 29

Поделиться
HTML-код
  • Опубликовано: 17 янв 2025
  • НаукаНаука

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

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

    Excellent teaching .

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

    Thanks for your work, I really appreciate it ❤❤❤

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

      You're welcome 😊

    • @Deepak-uv8du
      @Deepak-uv8du 2 месяца назад

      ​@@SAPTECHNOMANIAC when you create a new entity, the validation triggers after the numbering action. now, when you use read entity in the validation, the data is fetched, but at this point if you check the new travel id in the db table you won't see an instance nor in the cds view. so, where does the read stmt get the data from?

  • @rajeshkura4759
    @rajeshkura4759 4 месяца назад

    Thank You for your efforts Ram 😊

  • @darsh1703
    @darsh1703 9 месяцев назад +1

    is it possible to trigger
    the validations on pressing enter instead of clicking on save

    • @darsh1703
      @darsh1703 9 месяцев назад

      @@SAPTECHNOMANIAC Ok.
      Thank You

    • @darsh1703
      @darsh1703 9 месяцев назад

      ​@@SAPTECHNOMANIAC When I'm using the trial btp system by sap I'm able to use side effects in my application.
      but while using our organization sap system side effects are not working(not showing autocomplete also )

    • @darsh1703
      @darsh1703 9 месяцев назад

      ​@@SAPTECHNOMANIAC When I'm using BTP Trial System validations are getting triggered when i press enter after entering a value as i have mentioned the validation in side the determination prepare.
      but in our org's sap system it isn't working

    • @SAPTECHNOMANIAC
      @SAPTECHNOMANIAC  9 месяцев назад

      Which version of your HANA system u are using? If it's 2020 there all things not work ...

    • @darsh1703
      @darsh1703 9 месяцев назад

      @@SAPTECHNOMANIAC its s4hana on premise 2022

  • @thomasm6693
    @thomasm6693 9 месяцев назад

    Thanks ram. Great work .

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

    Hello Ram, Could you please show us how to extend a standard RAP based application . Many thanks for all the content!

  • @hrushikolpe1108
    @hrushikolpe1108 5 месяцев назад

    How to do validation in custom business object app.. With complex validation condition just like tmg?

    • @SAPTECHNOMANIAC
      @SAPTECHNOMANIAC  5 месяцев назад

      Write code in validations method or respective CUD method.