2009 Oct 06 9:33 AM
Hello everybody,
i'm having some trouble using the methods "set_textmodified_status" and "get_textmodified_status" in class cl_gui_textedit.
I want to set the modified status at PAI and get the modified status at my PBO Module (same dynpro, same dynpro cycle), but it seems the cache won't be updated in one cycle ( PAI -> PBO ). So i set the Status to "cl_gui_textedit=>true" at my PAI Module
and "get_textmodified_status" returns me at PBO "cl_gui_textedit=>false".
I found an OSS note ( 510866 ) which is similar to my problem, but i'm not using the methods described in this note.
Is there any way to invalidate the cached property or am I doing something wrong?
I hope my question is understandable and thanks in advance for any help.
Regards,
Andreas
2010 Mar 05 4:27 AM
Hi,
Could you please try call the following methods after you set the status in PAI?
CALL METHOD CL_GUI_CFW=>DISPATCH.
CALL METHOD CL_GUI_CFW=>FLUSH.
Cheers,
2010 Mar 08 8:47 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |