on 2016 Feb 04 5:55 AM
Hello all, please can you help me its urgent
I have requirement in SUS i added a custom button on sus ASN now clicking that button i have to open another window i'm able to open a new window but current page goes blank
i handled DO_HANDLE_EVENT of class CL_SUS_C_ASN_DETAIL_EDIT code is below
CASE event.
WHEN lc_zatt_btn.
cl_wd_utilities=>construct_wd_url( EXPORTING application_name = 'ZWD_TEST' IMPORTING out_absolute_url = l_wd_url ) .
navigation->CALL_APPLICATION( url = l_wd_url ).
*
navigation->use_auto_submit_form( '1' ).
ENDCASE.
Regards
Mohammed Sajid
Request clarification before answering.
Hi Mohammed,
What you want to show in new Window??
Thanks & Regards
Arun.K.P
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.