cancel
Showing results for 
Search instead for 
Did you mean: 

IT Declaration Approval Error

erugu_suresh
Participant
0 Kudos

Hi All,

Could you please provide your solutions to the below error.

1. IT approval in task list

2. Right button on request and select Launch Webdynpro

3. After launching it is showing below error.

Could anyone help me here.

Portal Version: 7.4

Thanks in advance.

Regards

Suresh

Accepted Solutions (0)

Answers (2)

Answers (2)

erugu_suresh
Participant
0 Kudos

Hi Shankar,

Im sorry. Can you please tell me the procedure for WDJAVA.

Thanks in advance.

Regards

Suresh

Former Member
0 Kudos

Hi Suresh,

First make sure your application is working fine if its WDA(Check service is activated) or WDJ(Check by previewing application in portal).

1). You have to maintain TASK ID against application name in SWFVISU (T-code) at ECC side with below parameters:

APPLICATION          Name of your application

DYNPARAM                    Parameters (if you are passing)

PACKAGE                        sap.com/ess~in~claims (example)

SYSTEM_ALIAS             System Object Alias

Then re-register UWL system alias into portal from

SYSTEM ADMINISTRATION --> SYSTEM CONFIGURATION--> UNIVERSAL WORKLIST--> SELECT UWL WORKFLOW  CONNECTOR ALIAS -->CLICK ON RE-REGISTER

After doing this changes UWL config XML file should be changed but in case it won't change then follow step 2:

2). You have to maintain same TASK ID at portal side in UWL configuration XML file.( export UWL XML --> add TASK ID and application name with necessary code block--> reimport same file into UWL Administration-->clear cache for the particular System alias)

 

Then check. It should work after maintaining above two steps.

Regards,

Krunal

Former Member
0 Kudos

i think u have to activate nodes in SICF for this IT DECLARATION ....once check this all are activated in SICF under sicf > webdynoro node

former_member182426
Active Contributor
0 Kudos

For WDJAVA, maintain this settings.

If your using standard task Maintain the parameters as below for the task TS18900034 in ecc side t-code SWFVISU

APPLICATION          ClaimAdvanceApproval_IN

DYNPARAM              appno=00002

PACKAGE                 sap.com/ess~in~claims

SYSTEM_ALIAS       SAP_LocalSystem

In case, If your using custom task also, then maintain same above parameters for your custom task.

Once you maintain above values in ECC then re-register the UWL once in portal side.

This also mentioned in  this thread

erugu_suresh
Participant
0 Kudos

Dear Shankar,

We have changed the settings as per above given link and re-registered UWL.

But still we are facing same issue.

FYI

SWFVISU

SE80 Screen

Could you please help us where we are wrong.

Regards

Suresh

former_member182426
Active Contributor
0 Kudos

You have maintained wrongly. That task parameters values should be like below if you want use the WDABAP based application.

APPLICATION  HRESS_A_ITDCL_IN

DYNPARAM     RQCAN=00002&WDCONFIGURATIONID=HRESS_AC_ITDCL_APP_IN

NAMESPACE sap

SYSTEM_ALIAS SAP_ECC_HumanResources

erugu_suresh
Participant
0 Kudos

Dear Shankar,

Still  it is not working

Regards

Suresh

former_member182426
Active Contributor
0 Kudos

After changing this task parameters, Have you done UWL re-register in Portal System Administration ?

Did you check the UWL XML code for this task is registered successfully with these parameters or not.

erugu_suresh
Participant
0 Kudos

Hi Shankar,

Yes re-registered successfully in Portal Administration.

But those parameters are not carried out.

Please see the below code of task 18900034

<ItemType name="uwl.task.webflow.TS18900034" connector="WebFlowConnector" defaultView="com.sap.pct.erp.srvconfig.approvaloverview" defaultAction="com.sap.pct.erp.ess.launchapprovaloverview" executionMode="default">

<ItemTypeCriteria externalType="TS18900034" connector="WebFlowConnector"/>

<Actions>

<Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">

<Properties>

<Property name="appno" value="00002"/>

<Property name="display_order_priority" value="5"/>

<Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>

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

<Property name="WebDynproApplication" value="ClaimAdvanceApproval_IN"/>

<Property name="openInNewWindow" value="true"/>

</Properties>

<Descriptions default=""/>

</Action>

</Actions>

</ItemType>

Regards

Suresh

former_member182426
Active Contributor
0 Kudos

It's looks like your using old version, Which version your using ?

You maintain this parameters for that task TS18900034 and Visulization type change to Java WebDynpro as shown below and do re-register in uwl once and check it. If it works you can use this WDJAVA based approval application(Make sure you have the WDJAVA applications are deployed) itself.

If you want use the WDABAP based, then you can modify this standard XML file and re-upload with the same name.

Follow this thread it describes how to change the XML for WDABAP leave request task. In same way you can modify your UWL xml for this IT approvals task. Take a backup of standard before you make any changes to standard.

former_member182426
Active Contributor
0 Kudos

It's looks like parameters are not registered properly.


Which version of services your using,  WDJAVA or WDABAP based applications?

erugu_suresh
Participant
0 Kudos

Hi Shankar,

Thank you for your prompt reply.

Its WDABAP based applications.

Can you tell me where to register parameters.

Regards

Suresh

former_member182426
Active Contributor
0 Kudos

Follow this thread

Former Member
0 Kudos

HI Shankar,

For WDABAP application you have to activate the Services in SICF, Please contact your basis team/Technical and give to them appliction name or path name to activate the service.

thank you.

Regards,

venugopal