cancel
Showing results for 
Search instead for 
Did you mean: 

loosing the record on UI upon save

Former Member
0 Kudos

Hi

i am settins some value on text UI element , but after i save the record it saves correctly in the backend however diappears in the UI level , can any body assist

Rgds

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Once you save the data to the backend system it gets saved properly. In order to display the saved data you need to call back the get/load service which populates your UI elements which will bring you the updated data from the backend.

Regards,

Manoj

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Akeel,

You need to check the login in the save button. First check wehter there are any dumps in ST22 in the back end after saving. If there are no dumps raised then there is a mistake in the Logic of your save action.

Regards,

Raju Bonagiri

p330068
Active Contributor
0 Kudos

Hi Akeel,

Please check the Save button action, if you are invalidating the context node for this.

Once you call method for updating backend data in the onaction of save buton, you can try to call display method to show in the same screen with updated results.

Hope it will helps

Regards

Arun Jaiswal