Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Build Apps - Edit mode

joaoi
Associate
Associate
0 Likes
2,004

Hello,

I'm building an app which will write to a database lines with several fields.

I want to add a possibility to collect data and have an edit mode of the existant data of the data base, like this:

I334387_0-1684749981875.png

What I need to know is how do I setup logic to have an edit mode, with save button? I already have this as input field and have the save mode, but can't grasp the idea to make it work.

 

Someone has an example?

 

Thanks

João

 

 

Hello,

I'm building an app which will write to a database lines with several fields.

I want to add a possibility to collect data and have an edit mode of the existant data of the data base, like this:

I334387_0-1684749981875.png

What I need to know is how do I setup logic to have an edit mode, with save button? I already have this as input field and have the save mode, but can't grasp the idea to make it work.

 

Someone has an example?

 

Thanks

João

 

 

1 REPLY 1
Read only

Kanishka
Advisor
Advisor
0 Likes
1,899

Hello João,
From the marketplace you can download Set component property logic. 
in the properties you can of the logic component you can select the component and select the property you want to change, in this case we want to disable the component and set the value to true. If you want to edit the value then set the disabled value to false.

I hope this helps.

Kanishka_0-1685630495618.png