cancel
Showing results for 
Search instead for 
Did you mean: 

Issue of dirty check popup

analytics
Product and Topic Expert
Product and Topic Expert
0 Kudos
287

While I using the following code, it returns me a popup with 3 buttons: Save, Don't Save, Cancel rather than previous OK, Cancel, not sure you have updated inside logic somehow, I did not change my code anyway.

CREATE OBJECT lo_confirm_request

EXPORTING

it_confirmation_text = lt_str.

eo_confirmation_request = lo_confirm_request.

But the following code still gets 2 buttons: OK, Cancel.

eo_confirmation_request = cl_fpm_confirmation_request=>go_data_loss.

regards, Bill

View Entire Topic
ulrich_miller
Advisor
Advisor
0 Kudos

Hi Bill,

we will check this and if necessary ship a fix. The 3 button data loss popup should be optional only and the default should be the 2 button version of it.

Regards,

Ulrich