cancel
Showing results for 
Search instead for 
Did you mean: 

object 'sap.com/ess~lea' and application 'LeaveRequestApprover'

Former Member
0 Kudos

Hi SAP Guru's

We aregetting error for approving leave request by Manager. Whenever any of employee is applying for leave, it is going in the workflow inbox of Manager but when Manager is clicking on Leave request link , he is getting below error

Application error occurred during request processing.
  Details:
   com.sap.tc.webdynpro.services.sal.core.DispatcherException: The requested deployable object 'sap.com/ess~lea' and application 'LeaveRequestApprover' are not deployed on the server. Please check the used URL for typos.

Exception id: [001B245C4EB40072000004EA000015F800045661D6721C59]

I have applied note 779075 but it didnu2019t resolve my problem and checked application LeaveRequestApprover under sap.com/ess~lea -webdynpro it is green, so please suggest some solution

Thanks & Regards

Rakesh

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

You need to change the deployable object of item type as follows

<Property name="WebDynproDeployableObject" value="sap.com/ess~lea"/>

INeed to added below propertye as well.

<Property name="System" value="SAP_LocalSystem"/>

Then it can successfully submitted leave request from MSS workitem.

Former Member
0 Kudos

Hi,

Where should this changes deploy? In Portal iviews or in ECC or VA?

Thanks,

Maryam

Edited by: Maryam Vatandoust on Sep 23, 2009 9:20 PM

Former Member
0 Kudos

Hi Rakesh,

Check the Web AS hostname parameter in the system object(which is registered in UWL for pulling the workitems).

It should have the portal server Web AS name of type: <hostname>.<domain name>:50100(port same as the port which you give in the portal url, in yor case).

We faces the same problem and this resolved it.

Hope it helps in your case.

Thanks,

Sonali.

Edited by: Sonali M S on Sep 9, 2009 2:08 PM

Former Member
0 Kudos

Hi Sonal,

If I change the system WAS parameters to the EP WAS server details, the ABAP WD workflow items developed on ABAP WAS are not working.

Is there a way to enforce the sap.com/ess~lea run on EP WAS server? may be from SWFVISU or something like that??

Thanks in advance

regards,

Isvarya

Former Member
0 Kudos

Did u check the entries in view SWFVISU ?

The task TS12300097 is called in WD Java application at runtime in order to trigger the work item in backend.

Check the task TS12300097 with visual parameters as Application - LeaveRequestApprover and Package as sap.com/ess~lea.

Do not change the WAS parameter to ABAP in system object.

Former Member
0 Kudos

Hello,

Resolved this. ABAP system WAS should have ABAP server details only. Created another system and modified the WAS parameters to EP server. While registering the ABAP system in UWL administration page, provide the ABAP system in the first row and make the EP system as the WD launch system. This way, both JAVA WD apps on EP server and ABAP WD apps on ABAP server work.

regards,

Isvarya

Edited by: Isvarya Bolisetti on Nov 10, 2009 7:51 PM

Former Member
0 Kudos

After applying the note, have you re-registered the UWL system in portal? If not, try it out.

stuart_campbell
Active Contributor
0 Kudos

Hi

I would check Leave Request iviews exist in the PCD, Leave Request application exists in the Webdynpro Content Administrator

and that the PCD location matches the user role. Also check that esslea.sda and esslea~cfg.sda is deployed on the system

In some cases it might be worth redeploying the content esslea.sda and esslea~cfg.sda via SDM

- be aware if you redeploy you may lose any customizing undertake on these objects

Best wishes

Stuart