cancel
Showing results for 
Search instead for 
Did you mean: 

Details button doesn´t work in Leave Request Approval (POWL)

dirk_rohde2
Discoverer
0 Kudos

We migrated our ess applications from Web Dynpro JAVA to Web Dynpro ABAP.

Everything works fine but the 'details' button in leave request approval seems to have no function in POWL.

Strangely the details button works in NWBC, but doesn't work while using the POWL standalone or in portal.

Clicking on 'details' should normally open a pop-up with more information about the requested absence (e.g. time accounts, teamcalendar).

The approve, reject, print and export buttons work properly. But the details button does not.

We are on EhP 7 and we use standard workflow WS33700137.

The error occours in both, our own z-POWL and also in standard MANAGER_MSS_INBOX_2 POWL.

Many thanks for your time and help in advance.

Accepted Solutions (1)

Accepted Solutions (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

this can be due to OBN settings and missing system alias set for the task in POWL customization etc.

dirk_rohde2
Discoverer
0 Kudos

Thank you for your quick response.

Can you please explain a little bit more, where the mistake might be?

In this screenshots you can see our settings:

LPD_CUST:

SWFVISU:

SALE:

Thank you in advance.

Former Member
0 Kudos

For TS21500003

APPLICATION hress_a_ptarq_leavreq_appl

DYNPARAM WI_ID=${item.externalId}

NAMESPACE: sap

SYSTEM_ALIAS: SAP_ERP_HumanResources

For TS21500004

APPLICATION hress_a_ptarq_leavreq_appl

DYNPARAM : LRF_REQUEST_ID=${item.REQUESTID}

NAMESPACE:  sap

SYSTEM_ALIAS:  SAP_ERP_HumanResources

dirk_rohde2
Discoverer
0 Kudos

We added the parameter NAMESPACE: sap for TS21500003 and TS21500004 in SWFVISU

and changed the name of the connection from SAP_ERP_HUMANRESOURCES to SAP_ERP_HumanResources.

Unfortunately the button "Details" in POWL is still without function

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

well its more pointing to POWL customization, Please refer the blog by Sagar and check all the customization, But it should work as per standard. Anyhow, can you do a quick HTTP trace and find out ? when you click DETAILS what response do you see?

Former Member
0 Kudos

Hi

In Launchpad change your system alias to ECC_ECC_HumanResources instead ECC_ECC_HumanResources

Configure POWL to open WF workitems as described in this atricle: POWL Inbox configurations for Manager Self-Service EhP5 and above,

Regards

CRANGV

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I have the same problem in our integration system but it works in our development system.

I have checked the customizing in IBO_C_WF* tables and launchpad MSS/NAV but there is no difference between both system. In our development system, when I'm clicking on the details button, it opens the application in a new window. But in our integration system nothing happens while the debug of the event_handler method gives the same result.

Did you find a solution?

Thank you in advance.

0 Kudos

Hi Stephen,

same problem here, but also in development system. Did you find a solution?

Thanks

Former Member
0 Kudos

Hi,

did you find a solution on this problem?