on 2009 May 04 3:04 PM
Hi All,
I am in process of designing the ESS Homepage framework for Travel and Expenses.We are onto ECC6.0 with Enh Pack3.
In SPRO, we have got new resource links which are for Webdynpro ABAP.
For Example for resource EMPLOYEE_TRAVEL_ALLMYTRIPS_SRV_12,the properties are
Description : Travel & Expense: All My Trips and Expenses
Object name : FITV_POWL_TRIPS
URL Parameter : SAP_FITV_EXIT_OP=CallAreaPage
All other properties are empty like URL of Resource Object and URL of PCD Page.
Through the portal Travel and Expense Area Page,when i am trying to access the link My Trips and Expenses then nothing happens.
I have checked for the full top down approach for homepage framework creation and till services everything is fine.The services are pointing to the right Resources.
i.e Service EMPLOYEE_TRAVEL_ALLMYTRIPS_12 is pointing correctly to resource EMPLOYEE_TRAVEL_ALLMYTRIPS_SRV_12.
P.S.Before upgrading to enh pack 3, the area page was pointing to all webdynpro java applications.
Kindly help.
>Why is the URL of PCD Page empty ?
>Do i need to create a server for resources ? Since the wd abap applications are on the same server where i am doing the homepage customizations.
Warm regards,
Indu
Request clarification before answering.
Hi,
Check following documentation ....will be helpfull.
http://help.sap.com/erp2005_ehp_04/helpdata/DE/b3/7b8163404448e7aad7899c0b30313e/frameset.htm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I have tried giving the WD ABAP application URL as the URL for Resource Object.Its not working.
For PCD Url,I am looking into the portal to get the PCD URL from the properties of the iviews.
Any other suggestion.
Subhash,Can you please share the solution that you got after searching through the service maketplace.
Regards,
Indu
Hi Subhash,
This is the URL that i m providing in my resource.
ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_travel_expenses/com.sap.pct.erp.ess.allmytrips
Is it fine.please revert as this is taking very critical shape in my project.
Thanks and Regards,
Indu
Hi Barin,
By nothing i meant when i click , it stays on the same area page and in the status bar i can see one URL appearing but with a blink its something like :
http://pep74.eu.******.net:53500/webdynpro/resources/sap.com/tcwddispwda?/global/SSR/html/.....
I am not able to see the URL properly because it appears very fast.
Is this URL pointing to some WD java application.
Since i am able to see the new WD ABAP iviews if open independently from content provided by SAP and i am providing the same URL in resource's PCD URL,I don't understand where actually the homepage is pointing.
Regards,
Indu
Edited by: Indu Garg on May 6, 2009 10:59 AM
The following notes talk about steps to be taken while migrating from WDJ to WD Abap applications for Travel.
note: 1255358
note: 1076144
note: 1117562
https://websmp203.sap-ag.de/~sapidb/012006153200000774212007E/Migration_EN_071029.pdf
hope this helps
cheers
what is the resource name of the link that you are accessing.
confirm the same please.
Alternative is create a new iview with webdynpro abap application and create a custom resource assign that to service and subarea and then try to access.
reply with details of resource and the values again.
also confirm what are the authrizations that you have given to the employee using which you are accessing the applications.
are you using only ESS role if yes then try the same again with SAP_ALL and observe if there are any changes.
Hi,
The Resource name is EMPLOYEE_TRAVEL_ALLMYTRIPS_SRV_12
Properties are :
Object name : FITV_POWL_TRIPS
URL Parameter : SAP_FITV_EXIT_OP=CallAreaPage
PCD URL : ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.r
oles/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.employee_self_service/com.s
ap.pct.erp.ess.area_travel_expenses/com.sap.pct.erp.ess.allmytrips
Service : EMPLOYEE_TRAVEL_ALLMYTRIPS_12
Yes i am using the Employee Self Service standard role.
Regards,
Indu
Hi Barin,
I deleted the CL_TRAVEL_AREAPAGE proxy class but it doesnt work out.
Get services method of this class has this way to select the service:
WHEN 'EMPLOYEE_TRAVEL_ALLMYTRIPS_SRV05'
OR 'EMPLOYEE_TRAVEL_ALLMYTRIPS_SRV_12'.
IF NOT i_expense_active IS INITIAL
OR NOT i_request_active IS INITIAL
OR NOT i_plan_active IS INITIAL.
l_display_service = 'X'.
ENDIF.
I have analysed it.Have debugged it also.When we click on link from portal its not calling this method.
Regards,
Indu
User | Count |
---|---|
19 | |
10 | |
9 | |
9 | |
7 | |
6 | |
6 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.