cancel
Showing results for 
Search instead for 
Did you mean: 

CATS time approval application

Former Member
0 Kudos

Hi,

I am getting the code dump when I open the CATS approval application i.e. HRMSS_C_CATS_APPROVAL from an UWL item to approve the time sheet. Dump coming when i click on SAVE method which calls an assistance class CL_HRMSS_AS_CATS_APPROVAL method BUILD_DYN_STRUC. Not able to figure out the exact reason for this dump, as it is working for some specific user ids.For some user ids, following dump comes. Please help me..

Dump text...

There are several possibilities:

Error in the ABAP Application Program

The current ABAP program "CL_HRMSS_AS_CATS_APPROVAL===

terminated because it has

come across a statement that unfortunately cannot be e

or

Error in the SAP kernel.

The current ABAP "CL_HRMSS_AS_CATS_APPROVAL=====CP" pr

terminated because the

ABAP processor detected an internal system error.

And the dump occurred at ....

Termination occurred in the ABAP program "CL_HRMSS_AS_CATS_APPROVAL=====CP" -

in "BUILD_DYN_STRUC".

The main program was "SAPMHTTP ".

In the source code you have the termination point in line 107

of the (Include) program "CL_HRMSS_AS_CATS_APPROVAL=====CM002".

The termination is caused because exception "CX_SY_PROGRAM_NOT_FOUND" occurred

in

procedure "BUILD_DYN_STRUC" "(METHOD)", but it was neither handled locally nor

declared

in the RAISING clause of its signature.

The procedure is in program "CL_HRMSS_AS_CATS_APPROVAL=====CP "; its source

code begins in line

1 of the (Include program "CL_HRMSS_AS_CATS_APPROVAL=====CM002 ".

Regards,

Lakshmi.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Lakshmi,

Since the application works for some user id's and doesnt work for the others, i think the dump is probably beacuse of some configuration fault rather than WDA error.

Configuration fault example:

1. Proper authorisation object assigned

2. Vaild PERNR assigned

3. Valid and proper data entry profile

Hopefully you can start by comparing the configuration of one working and not working user ID's

Thanks,

Pris.