cancel
Showing results for 
Search instead for 
Did you mean: 

augment_update Method not called

sebastian_wilhelm1
Participant
0 Kudos

Hi experts!

I have a RAP App on the BTP where I want use augmentation for update. The problem is, that the method is not called.

The implementation is

Projection BDEF 

use update (augment);

Projection Implementation

METHODS augment_update FOR MODIFY
  IMPORTING entities FOR UPDATE DemoArticle.

Szenario: Managed, OData V4

Does anyone knows, why the implementation is not called?

Thanks and regards, Sebastian

Accepted Solutions (1)

Accepted Solutions (1)

sebastian_wilhelm1
Participant

The augment methods are called before the save routine - after pressing the "Save" or "Create" button on the object page. And only, if there has been changes on the BO

Answers (0)