cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with IT declaration approval task in UWL

Former Member
0 Kudos

Hi Experts,

From the IT Declaration form i have created the section 80c deductions Request form and sent it to the Approval.Then i loggedin as the manager and when i try to open the task, its showing as the text instead of link.

Please help me on this, do i need to make any changes in the UWL Xml file.i have matained the swfvisu.

Regards,

Mahesh.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182426
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

Hi shankar,

Thanks for the reply.

I have added the application,dynparam and system alias parameters for the task TS18900034.but i am unable to add the package as it does it exists in the list.

Then i have re-registered the UWL, but still the task is in text mode.

Any other solution??

Regards,

Mahesh

former_member182426
Active Contributor
0 Kudos

what's the version of your using ECC and portal side ?

PACKAGE parameter it will exist check in F4 list and the value sap.com/ess~in~claims you have to mention manually for this parameter.

Former Member
0 Kudos

I am using ECC 6, EHP 7 and portal 7.4 version.

No, in the f4 list i didnt find the package parameter.

      

When i tried to add the package manually, i am getting the below error.

   

former_member182426
Active Contributor
0 Kudos

PACKAGE parameter is available for WD_JAVA Java Webdynpro based tasks.

Not for WD_ABAP ABAP Webdynpro

Are you using WDABAP based or WDJAVA based applications for claims and re-imbursements process.

If your using WDJAVA based applications, then Visualization type should be WD_JAVA Java Webdynpro not WD_ABAP ABAP Webdynpro.

Former Member
0 Kudos

I am using WDA based appliocation.....

former_member182426
Active Contributor
0 Kudos

Then you have to maintain the parameters as below for your Claims approval for WDABAP application

APPLICATION  <Claims WDABAP application name>

DYNPARAM     appno=00002&WDCONFIGURATIONID=<Claims WDABAP configuration name>

NAMESPACE sap

SYSTEM_ALIAS SAP_ECC_HumanResources

Currently I am not having system to provide exact name of WDABAP application and parameters.

you can get the application name in t-code SE80 in WD component FPM_OVP_COMPONENT

Here you can get the application name and parameters for WDABAP claims approval for IN.

Former Member
0 Kudos

Hi Shakar,

Below are the parameters which i have maintained the in swfvisu as suggested, but still the task in UWL is in text format.

  

former_member182426
Active Contributor
0 Kudos

that DYNPARAM value is not correct, that application will be having parameters.

Can you paste the application parameters tab screen shot here from SE80 for IT declarations application

read more details about it approval application at below link.

https://help.sap.com/erp_hcm_ias_2013_01/helpdata/en/e4/3734eb3aa045988e4768db1408c002/frameset.htm

Former Member
0 Kudos

Hi shankar,

Below are the Application parameters in SE80 t-code

 

former_member182426
Active Contributor
0 Kudos

Click on that Parameters tab and paste the screen shot.

Former Member
0 Kudos

Here is the screen shots of parameters.

 

 

former_member182426
Active Contributor
0 Kudos

now you pass the values for RQCAN and IS_APPR parameters.

check for IS_APPR parameter possible input values in F4 list.

Other wise just maintain below value for this DYNPARAM and re-register the UWL once and check it.

DYNPARAM  RQCAN=00002&WDCONFIGURATIONID=HRESS_AC_ITDCL_APP_IN

Former Member
0 Kudos

Hi,

Add the below parameters to UWL XML file in portal and check.

<DisplayAttributes>

         <DisplayAttribute name="subject" type="link" width="" sortable="yes" format="default" actionRef="viewDetail" referenceBundle="subject"

     hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>

</DisplayAttribute>



Regards,

Jyothi

Former Member
0 Kudos

Hi Shankar,

Thanks for the reply.After changing the dynparam value its working fine.

Regards,

Mahesh


former_member361856
Discoverer
0 Kudos

Hi Mahesh,

I maintained the same in SWFVISU

'DYNPARAM  RQCAN=00002&WDCONFIGURATIONID=HRESS_AC_ITDCL_APP_IN'. same is synced in UWL File in Portal but I am still unable to see IT approval request as link in UWL. Could you please help.

Regards

Manish

Answers (0)