cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Dump on Approving Travel Request

Former Member
0 Kudos

Hello,

We are implementing MSS and when a manager is trying to open a Workitem to Approve a Travel request he gets the following ABAP Dump.

The following error text was processed in system R3Q : Value null of URL parameter SAP_FITV_PERSNO has the wrong type

The error occurred on application server <Hostname> and in work process 0 .

The termination type was: RABAX_STATE

The ABAP call hierarchy was:

Method: GET_REQUEST_INPLUG_PARAMETERS of program CL_WDR_CLIENT_APPLICATION=====CP

Method: INIT of program CL_WDR_CLIENT_APPLICATION=====CP

Method: IF_WDR_RUNTIME~CREATE of program CL_WDR_MAIN_TASK==============CP

Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP

Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP

Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP

Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME

Module: %_HTTP_START of program SAPMHTTP

Don;t know what's causing it.

Any help would be highly appreciated.

Edited by: SAPEPDeveloper on Mar 16, 2011 9:28 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

sivakumar_kilari3
Active Contributor
0 Kudos

Read this.

[http://help.sap.com/erp2005_ehp_05/helpdata/EN/47/d9d93c278e4ac5e10000000a42189d/frameset.htm]

Thanks,

Siva

gill367
Active Contributor
0 Kudos

Is the user id used to run the applciation linked to employee in HRUSER.

and also that employee should have necessary authorizations .

check in PA20 i guess.

check with the HCM guys in your team for this.

thanks

sarbjeet singh

Former Member
0 Kudos

IS this custom build application or enhanced application,

Error message suggests that URL parameters are being retrieved but the SAP_FITV_PERSNO type is mis matching.

So please check that out if the passed url parameter corresponds the type in reading URL parameters.