Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Class Utility

Former Member
0 Likes
350

Hi experts,

I am new to this forum.

The question is...

please tell me the utility of the class cl_gui_cfw??

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
320

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

2 REPLIES 2
Read only

marcelo_ramos1
SAP Mentor
SAP Mentor
0 Likes
320

Hi,

We're talking about <b>SAP Control Framewok</b> and you can find more information on

.

Regards.

Marcelo Ramos

Read only

uwe_schieferstein
Active Contributor
0 Likes
321

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