Hi people,
I have a linkaction Event trying to refresh the entire aplication.
I have been following the Ramakrishnappa Gangappasolution at this thread (How to reload a web dynpro application using action similar to f5 in browser) 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)