Hi ,
I have created a requisition request from user test_mgr .it goes for approval to test_linemgr.
when test_linemgr tries to approve the HR form , it gives the message that it is approved but item does not disappear from portal.
in SAP side we get a below dump-
Category | ABAP Programming Error |
Runtime Errors | UNCAUGHT_EXCEPTION |
Except. | CX_HRBAS_INVALID_PARAMETER |
ABAP Program | SAPLHRASR00_WF_UTILITIES |
Application Component PA-AS
Date and Time | 06.07.2015 09:29:42 |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Short text | | | |
| | An exception occurred that was not caught. | | |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|What happened? | | | |
| | The exception 'CX_HRBAS_INVALID_PARAMETER' was raised, but it was not caught | | |
| | anywhere along | | |
| | the call hierarchy. | | |
| | | | |
| | Since exceptions represent error situations and this error was not | | |
| | adequately responded to, the running ABAP program | | |
| | 'CL_HRBAS_MESSAGE_LIST=========CP' has to be | | |
| | terminated. |
as you can see that we are getting dump from test_mgr ID even when we tries to approve it from test_linemgr ID. when I debugged it from the beginning , i found that when i start the portal from test_linemgr ID, it passes to test_mgr ID to SAP from very beginning .that it why this dump is occured.
Please let me know the reason,