‎2007 Aug 31 4:38 PM
Hi experts,
I am new to this forum.
The question is...
please tell me the utility of the class cl_gui_cfw??
‎2007 Aug 31 5:30 PM
Hello Tanmoy
Have a look at my sample report
Most frequently method <b>cl_gui_cfw=>set_new_ok_code</b> is used. Why?
If you raise an ALV grid event you <b>do not pass PAI </b>of the dynpro where the ALV list is displayed. However, sometimes you would like to trigger PAI or it is required (for e.g. refreshing) then you call this method. When you call this method at the end of an event handler method (e.g. handle_double_click) the program leaves this method an jumps to the PAI modules of the dynpro (check this using the debugger).
Regards
Uwe
‎2007 Aug 31 5:14 PM
‎2007 Aug 31 5:30 PM
Hello Tanmoy
Have a look at my sample report
Most frequently method <b>cl_gui_cfw=>set_new_ok_code</b> is used. Why?
If you raise an ALV grid event you <b>do not pass PAI </b>of the dynpro where the ALV list is displayed. However, sometimes you would like to trigger PAI or it is required (for e.g. refreshing) then you call this method. When you call this method at the end of an event handler method (e.g. handle_double_click) the program leaves this method an jumps to the PAI modules of the dynpro (check this using the debugger).
Regards
Uwe