cancel
Showing results for 
Search instead for 
Did you mean: 

BOPF Action Implementation for multipe lines

0 Kudos

Hi

I am creating a CDS BOPF object and consuming it in FIORI list report.

I am working on S/4 HANA 1610 system.

I am currently able to display list with checkbox. when records are checked a BOPF action is triggered that updates a field in table.

my requirement is all rows when displayed should not be allowed to be checked based on this particular fieldvalue(if already checked in DB).

Also, I am unable to group the rows based on the annotation

@UI.presentationVariant:[{

sortOrder:[{by:'staff_no'}],

groupBy:['staff_no'],

Is there any other way to group and select records of a complete group?

please suggest.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182874
Active Contributor
0 Kudos

1. Grouping - Are you using Responsive table ? Did you add group by clause in the end of cds not in presentation variant. Also if you want to group in UI5 list report , it has default setting for grouping on ui5 side. You can also convert responsive table to grid table and add grouping in the column level. Read here : It has certain limitations : https://experience.sap.com/fiori-design-web/grid-table/

2. For Action for multiple nodes, did you try Action Cardinality = Multiple Node Instances in the Action page.

If you want to perform further checks, implement suitable "Validations" and Determination.

Regards,

Tejas