cancel
Showing results for 
Search instead for 
Did you mean: 

save and refresh after entering data inoto table ( update)

Former Member
0 Kudos

hello guys,

im using abap webdynpro now. and im facing a problem with the saving and update " refresh function"

I have entry table and some other text input.

the thing im doing is to enter data in the filed, attachment, drop down selection. then the data will be saved into the table in the same page

and need to refresh the page automaticlly when doing this. so the used does not have to do it manully

please help me in this..code, source, or hints.

Thanks

Lily

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks Manas Dua

I could do that, but this is going to be problem with performance side.

I want a method or something to make it easier, faster too

please help me in code or something if that possible.

Regards

Lily

Former Member
0 Kudos

Any progarmming which will refresh or load the whole page wil anways be more heavy rather than calling a single method.

You can also set a flag when data is saved and only when this flag is set to true you can load back the data again..

Former Member
0 Kudos

thank your ver much Manas Dua

I will try that too.

xxxx

Lily

Former Member
0 Kudos

yes the Question has been answerd

thanks to Manas Dua

Former Member
0 Kudos

You can consolidate the code to fetch data for table and binding into related context node in one method and call this method again where you want to do a refresh.

Former Member
0 Kudos

thanks Manas Dua

I could do that, but this is going to be problem with performance side.

I want a method or something to make it easier, faster too

please help me in code or something if that possible.

Regards

Lily