Actions in Behavior Definition | RESTful ABAP Programming Model (RAP)

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2023
  • Action is called as non-standard modify operations. Basically we need to perform some sequence of tasks according to our business requirements. We can compare this with class methods or Performs.
    In this video, I have taken very simple use case in the Task application and performed with the help of actions
    SAP RAP playlist - • Managed Restful ABAP P...

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

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

    Nice content, keep uploading more.

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

      Thanks bro

  • @carstenschlegel6975
    @carstenschlegel6975 29 วันที่ผ่านมา

    How I can implement a delete in an action.
    I want to have an action that's delete ONE item in the displayed tabled and update an item in another table. Then it refresh the table.
    My implementation switches to the object page to display the changes of the !DELETED! Item.
    If I have >1 items selected it works. But it was only 1 items selected It switch to the object page.