cancel
Showing results for 
Search instead for 
Did you mean: 

Data loss while moving in Web dynpro FPM

Former Member
0 Kudos

Hi,

In Web dynpro Floor Plan Manager ( FPM ) application with multiple steps screen , i have table view on screen "Contract Info" with one column "Contract Start date" available for editing. Once i enter the value in one row and hit enter , i have passed the value to all line items using OnEnter event for that column.

It is working as expected, all line items are copied with the value.

Later once i go to next screen and come back , the values which i copied to other line items are getting cleared.

Please find attached the screenshot of Webdynpro FPM.

Regards,

Sreekanth

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sreekanth,

Did you bind the data of the table again to the context after entering values in the Contract Start date if you have not then they will surely get cleared.

Read the table data once again in the NEXT button event and then bind the data to the context and you will find the data when u come back  using PREVIOUS button.

Hope this helps you.

Thanks

Phani