cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in IT Decalration Approval( in ESS.

Former Member
0 Kudos

Dear Experts,    

We are implementing ESS with the Latest Eanhancement package EHP6.We are currently facing the issue with the IT declaration request approval scenario.    

I have implemented the BADI(ZHR_DETERMINE_APPROVER) for determining the approver where it determines the approver based upon the entry in V_T77WWW_CLAGAPA (Assign Approver to Approver Group).

The Employee can raise the request where its been submitted successfully and the same is appearing in the UWL of the Approver maintained in the above mentioned table but the same is not appearing in the IT Declarations-Approval service under the Payments Area.

Also when i select the approval task in the UWL and i right clicked on the same and tried to launch the webdynpro where i got the error stating Service cannot be reached.

Please help me in solving the above mentioned issue.

Thanks and Regards,

Mithun K

Accepted Solutions (0)

Answers (2)

Answers (2)

dsharmak
Advisor
Advisor
0 Kudos

Hello Mithun,

If it is not there, then you should add it in the backend through SWFVISU, AS XML would be generated based on this table, or add directly the code in your XML and then check.

Best Regards,

Deepak.

Former Member
0 Kudos

Hello Deepak,

I am also facing the same issue, But above the IT declaration Task  18900034. and add the related content  XML file, But still getting the same issue,

Please give me any suggestions..

Thanks

Srini

chetangaikwad
Participant
0 Kudos

Hello Mithun,

There is a problem in the configuration of UWL, You need to check through SWFVISU.

Please check the IT declaration Task  18900034. Your XML file should look like

<ItemType name="uwl.task.webflow.TS18900034.wd_abap" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
<ItemTypeCriteria systemId="wd_abap" 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="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="WebDynproApplication" value="ClaimAdvanceApproval_IN"/>
<Property name="WebDynproDeployableObject" value="sap.com/ess~in~claims"/>
<Property name="openInNewWindow" value="yes"/>
<Property name="System" value="SAP_ECC_HumanResources"/>
<Property name="DynamicParameter" value="WI_ID=${item.externalid}&amp;appno=00002"/>
</Properties>
<Descriptions default=""/>
</Action>
</Actions>
</ItemType>

Please let me know If it helps.

Best Regards,

Chetan

Former Member
0 Kudos

Dear Chetan,

    Thanks for yor prompt reply.I have checked in the above mentioned T.Code - SWFVISU the task(18900034) which you have mentioned is not available in the table so is there any note needs to be applied.

    Please helph me in resolving the same.

Thanks and Regards,

Mithun K