cancel
Showing results for 
Search instead for 
Did you mean: 

Change values before saving to Database

0 Kudos

Hi,

I have developed an app using restful ABAP ( Managed, Odata V4) where I have a field called password.

When user fills this field and saves, I do not want to store this value in the database, instead I am calling another API to store this somewhere else.( I am achieving this using save_modified).

My question is - Is there a way I can delete the value from password field before I save everything into database ?

thanks in advance

View Entire Topic
Ramjee_korada
Active Contributor
0 Kudos

hi Balu,

Below feature can help you in achieving it.

Unmanaged save in managed Business Object.

https://help.sap.com/docs/ABAP_PLATFORM_NEW/fc4c71aa50014fd1b43721701471913d/2c2bec28fff6475f922f9f8...

Best wishes,

Ramjee Korada

0 Kudos

thank you!