Hi Experts,
i have implemented one custom webdynpro component then i have created custom application configuration for Hress_a_cats_1 standard webdynpro application in FPM_OVP_component.
here i am displaying 2 tabs :
tab1 : in this i am displaying one view/window details
tab2 : here its displaying another view ( logic : i have created on I FRAME Ui element , for this u have property data source , we need to bind the URL for this. Here i need to construct the URL for required application )
i am using the standard application " hress_a_ptarq_leavreq_appl" my code as below. from back end all are working fine.
but in portal : while navigating one tab to another (if i click on Tab2 - first instance its asking sap login credentials ) i need to resolve this.
1. Can i use Standard webdynpro application ? or we need to copy to customapplication(ZXX)?
2. because of the below code its asking sap credentials ?
please can one suggest me on this what would be the issues?
"Assign the configuration names to build the URL.
* e_in_parametrs-name = 'SAP-WD-CONFIGID'.
*
* e_in_parametrs-value = 'HRESS_AC_PTARQ_LEAVREQ_1'.
*
* APPEND e_in_parametrs TO is_in_psrsmetrs.
*
* CLEAR e_in_parametrs.
CALL METHOD cl_wd_utilities=>construct_wd_url
EXPORTING
application_name = 'hress_a_ptarq_leavreq_appl'
in_parameters = is_in_psrsmetrs
IMPORTING
out_absolute_url = w_url.
*--->Assign to gloabal
wd_assist->gv_cal_url = w_url.