Skip to Content
1
Jan 17, 2023 at 02:41 AM

Custom screens using RAP and CDS annotations

1156 Views

Hi, I am new to restful abap programming. Just wanted to see if we could achieve the following using RAP and CDS annotations.

In my object page, I have line items which contains material number and quantity.( Eg: Item1 qty 10, item2 qty10)

Requirement is to

- Select multiple line items and click on a custom button(Pack) that should take me to another screen (or popup)

where it shows selected line items and give me an option to enter the qty to pack against each item . That way I can pack these items into different packages. Here, I am planning to have pack header and pack item tables to store this data.

Just wondering if we could develop custom screens like this using RAP which we used to do with module pool programming in old days.

thanks in advance.