cancel
Showing results for 
Search instead for 
Did you mean: 

Refresh Screen (Like F5)

Former Member
0 Kudos

Hi people,
I have a linkaction Event trying to refresh the entire aplication.

I have been following the Ramakrishnappa Gangappa solution at this thread () step by step.

DATA lo_w_test_input_fld TYPE REF TO ig_zadminmotordespacho .

      lo_w_test_input_fld =   wd_this->get_zadminmotordespacho_ctr( ).

lo_w_test_input_fld->fire_refrescar_plg(

  url = 'zAdministracionMotor'                           

).

Unfortunately an error appears:

ERROR: WebDynpro Exception: ICF Service Node "/sap/bc/webdynpro/sap/zadministracionmotor/zAdministracionMotor" does not Exist (See SAP Note 1109215). (termination: RABAX_STATE)

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member198833
Active Participant
0 Kudos

Hi Ivan,

Have you tried removing the importing parameter url = 'zAdministracionMotor' ?

Regards,

Felipe

Former Member
0 Kudos

Hi,Felipe

Yes, I tried.
The application stays in blank ( not reload)